/aosp14/frameworks/base/core/proto/android/media/ |
H A D | audioattributes.proto | 30 optional Usage usage = 1; 55 enum Usage { enum 56 // Usage value to use when the usage is unknown. 58 // Usage value to use when the usage is media, such as music, or movie 61 // Usage value to use when the usage is voice communications, such as 67 // Usage value to use when the usage is an alarm (e.g. wake-up alarm). 72 // Usage value to use when the usage is telephony ringtone. 74 // Usage value to use when the usage is a request to enter/end a 77 // Usage value to use when the usage is notification for an "instant" 94 // Usage value to use when the usage is for game audio. [all …]
|
/aosp14/system/core/mini_keyctl/ |
H A D | mini_keyctl.cpp | 39 static void Usage(int exit_code) { in Usage() function 136 if (argc < 2) Usage(1); in main() 140 if (argc != 6) Usage(1); in main() 147 if (argc != 5) Usage(1); in main() 153 if (argc != 3) Usage(1); in main() 157 if (argc != 4) Usage(1); in main() 162 if (argc != 3) Usage(1); in main() 174 Usage(1); in main()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | VibrationAttributes.java | 59 public @interface Usage {} annotation in VibrationAttributes 210 public static @NonNull VibrationAttributes createForUsage(@Usage int usage) { in createForUsage() 218 private VibrationAttributes(@Usage int usage, @AudioAttributes.AttributeUsage int audioUsage, in VibrationAttributes() 236 @Usage 351 public static String usageToString(@Usage int usage) { in usageToString() 475 public @NonNull Builder setUsage(@Usage int usage) { in setUsage()
|
/aosp14/system/core/init/test_service/ |
H A D | test_service.cpp | 25 void Usage(char* argv[]) { in Usage() function 32 Usage(argv); in main() 38 Usage(argv); in main()
|
H A D | README.md | 33 ## Usage section
|
/aosp14/frameworks/base/cmds/idmap2/libidmap2/ |
H A D | CommandLineOptions.cpp | 96 Usage(stream); in Parse() 108 Usage(stream); in Parse() 119 Usage(stream); in Parse() 135 Usage(stream); in Parse() 141 void CommandLineOptions::Usage(std::ostream& out) const { in Usage() function in android::idmap2::CommandLineOptions
|
/aosp14/frameworks/base/tools/aapt2/cmd/ |
H A D | Command.cpp | 126 void Command::Usage(std::ostream* out) { in Usage() function in aapt::Command 210 Usage(out_error); in Execute() 221 Usage(out_error); in Execute() 236 Usage(out_error); in Execute() 244 Usage(out_error); in Execute()
|
H A D | ApkInfo.cpp | 64 Usage(&std::cerr); in Action()
|
H A D | Command.h | 74 void Usage(std::ostream* out);
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | HardwareBuffer.java | 125 public @interface Usage {}; annotation in HardwareBuffer 127 @Usage 190 @Format int format, @IntRange(from = 1) int layers, @Usage long usage) { in create() 225 @Format int format, @IntRange(from = 1) int layers, @Usage long usage) { in isSupported()
|
/aosp14/system/core/fs_mgr/libsnapshot/ |
H A D | snapshotctl.cpp | 50 int Usage() { in Usage() function 228 return Usage(); in main() 237 return Usage(); in main()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/ |
H A D | VibrationSettingsTest.java | 769 private void assertVibrationIgnoredForUsage(@VibrationAttributes.Usage int usage, in assertVibrationIgnoredForUsage() 774 private void assertVibrationIgnoredForUsageAndDisplay(@VibrationAttributes.Usage int usage, in assertVibrationIgnoredForUsageAndDisplay() 782 private void assertVibrationNotIgnoredForUsage(@VibrationAttributes.Usage int usage) { in assertVibrationNotIgnoredForUsage() 786 private void assertVibrationNotIgnoredForUsageAndFlags(@VibrationAttributes.Usage int usage, in assertVibrationNotIgnoredForUsageAndFlags() 791 private void assertVibrationNotIgnoredForUsageAndDisplay(@VibrationAttributes.Usage int usage, in assertVibrationNotIgnoredForUsageAndDisplay() 797 @VibrationAttributes.Usage int usage, int displayId, in assertVibrationNotIgnoredForUsageAndFlagsAndDisplay() 815 private void setDefaultIntensity(@VibrationAttributes.Usage int usage, in setDefaultIntensity() 847 @VibrationAttributes.Usage int usage) { in createCallerInfo()
|
/aosp14/system/core/fs_mgr/tools/ |
H A D | dmctl.cpp | 46 static int Usage(void) { in Usage() function 405 Usage(); in HelpCmdHandler() 578 return Usage(); in main() 585 return Usage(); in main() 590 return Usage(); in main() 603 return Usage(); in main()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
H A D | README.md | 8 3) [Usage of Dagger](dagger.md)
|
/aosp14/frameworks/base/cmds/idmap2/tests/ |
H A D | CommandLineOptionsTests.cpp | 206 TEST(CommandLineOptionsTests, Usage) { in TEST() argument 225 opts.Usage(stream); in TEST()
|
/aosp14/frameworks/base/samples/training/network-usage/ |
H A D | README.txt | 4 This Network Usage sample app does the following:
|
/aosp14/frameworks/base/cmds/idmap2/include/idmap2/ |
H A D | CommandLineOptions.h | 52 void Usage(std::ostream& out) const;
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | ImageReader.java | 33 import android.hardware.HardwareBuffer.Usage; 290 @Usage long usage) { in newInstance() 484 public @Usage long getUsage() { in getUsage() 1003 public @NonNull Builder setUsage(@Usage long usage) { in setUsage()
|
H A D | ImageWriter.java | 30 import android.hardware.HardwareBuffer.Usage; 571 public @Usage long getUsage() { in getUsage() 1016 public @NonNull Builder setUsage(@Usage long usage) { in setUsage()
|
/aosp14/frameworks/base/core/java/android/os/vibrator/ |
H A D | VibrationConfig.java | 140 public int getDefaultVibrationIntensity(@VibrationAttributes.Usage int usage) { in getDefaultVibrationIntensity()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/ |
H A D | MultiResolutionImageReader.java | 27 import android.hardware.HardwareBuffer.Usage;
|
/aosp14/system/core/bootstat/ |
H A D | README.md | 8 Usage: bootstat [options]
|
/aosp14/frameworks/base/tools/dump-coverage/ |
H A D | README.md | 7 # Usage chapter
|
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | VibrationSettings.java | 340 public int getDefaultIntensity(@VibrationAttributes.Usage int usageHint) { in getDefaultIntensity() 350 public int getCurrentIntensity(@VibrationAttributes.Usage int usageHint) { in getCurrentIntensity() 464 private boolean shouldVibrateForRingerModeLocked(@VibrationAttributes.Usage int usageHint) { in shouldVibrateForRingerModeLocked()
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | Main.cpp | 86 Usage(&std::cerr); in Action()
|