Home
last modified time | relevance | path

Searched refs:Usage (Results 1 – 25 of 73) sorted by relevance

123

/frameworks/base/core/proto/android/media/
Daudioattributes.proto30 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
64 // Usage value to use when the usage is in-call signalling, such as with a
67 // Usage value to use when the usage is an alarm (e.g. wake-up alarm).
69 // Usage value to use when the usage is notification. Other notification
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
[all …]
/frameworks/base/core/java/android/os/
DVibrationAttributes.java59 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()
/frameworks/native/libs/renderengine/tests/
DRenderEngineThreadedTest.cpp148 renderengine::impl::ExternalTexture::Usage::READABLE | in TEST_F()
149 renderengine::impl::ExternalTexture::Usage::WRITEABLE); in TEST_F()
175 renderengine::impl::ExternalTexture::Usage:: in TEST_F()
181 renderengine::impl::ExternalTexture::Usage::READABLE | in TEST_F()
182 renderengine::impl::ExternalTexture::Usage::WRITEABLE); in TEST_F()
209 renderengine::impl::ExternalTexture::Usage::READABLE | in TEST_F()
210 renderengine::impl::ExternalTexture::Usage::WRITEABLE); in TEST_F()
/frameworks/base/cmds/idmap2/libidmap2/
DCommandLineOptions.cpp96 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
/frameworks/base/tools/aapt2/cmd/
DCommand.cpp126 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()
DApkInfo.cpp64 Usage(&std::cerr); in Action()
/frameworks/base/core/java/android/hardware/
DHardwareBuffer.java125 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()
/frameworks/libs/binary_translation/program_runner/
Dmain.cc37 void Usage(const char* argv_0) { in Usage() function
109 berberis::Usage(argv[0]); in main()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DTexturePool.cpp97 renderengine::impl::ExternalTexture::Usage::READABLE | in genTexture()
98 renderengine::impl::ExternalTexture::Usage::WRITEABLE); in genTexture()
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_tool.cpp88 int Usage(const std::string& command_name) { in Usage() function
236 return Usage(argv[0]); in main()
242 return Usage(argv[0]); in main()
/frameworks/native/libs/renderengine/skia/
DCache.cpp372 impl::ExternalTexture::Usage::WRITEABLE); in primeShaderCache()
383 impl::ExternalTexture::Usage::READABLE | in primeShaderCache()
384 impl::ExternalTexture::Usage::WRITEABLE); in primeShaderCache()
406 impl::ExternalTexture::Usage::READABLE); in primeShaderCache()
421 impl::ExternalTexture::Usage::READABLE); in primeShaderCache()
/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
DVibrationSettingsTest.java769 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()
/frameworks/wilhelm/tools/mphtogen/
DREADME.txt7 Usage:
/frameworks/native/services/surfaceflinger/Tracing/tools/
Dreadme.md10 Usage:
/frameworks/native/libs/renderengine/include/renderengine/impl/
DExternalTexture.h30 enum Usage : uint32_t { enum
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
DREADME.md8 3) [Usage of Dagger](dagger.md)
/frameworks/native/libs/binder/
Dservicedispatcher.cpp58 int Usage(const char* program) { in Usage() function
281 return Usage(argv[0]); in main()
290 if (optind + 1 != argc) return Usage(argv[0]); in main()
/frameworks/base/samples/training/network-usage/
DREADME.txt4 This Network Usage sample app does the following:
/frameworks/av/services/oboeservice/fuzzer/
DREADME.md21 10. Usage
37 | `Usage` | `AAUDIO_USAGE_MEDIA`, `AAUDIO_USAGE_VOICE_COMMUNICATION`, `AAUDIO_USA…
/frameworks/base/cmds/idmap2/include/idmap2/
DCommandLineOptions.h52 void Usage(std::ostream& out) const;
/frameworks/base/cmds/idmap2/tests/
DCommandLineOptionsTests.cpp206 TEST(CommandLineOptionsTests, Usage) { in TEST() argument
225 opts.Usage(stream); in TEST()
/frameworks/compile/slang/tests/
Dslang_test.py310 def Usage(): function
340 Usage()
/frameworks/native/libs/renderengine/benchmark/
DRenderEngineBench.cpp141 impl::ExternalTexture::Usage::READABLE | in allocateBuffer()
142 impl::ExternalTexture::Usage::WRITEABLE); in allocateBuffer()
/frameworks/wilhelm/tools/hashgen/
DREADME.txt13 Usage:
/frameworks/native/cmds/idlcli/
Dutils.h147 struct Usage { struct
151 using UsageDetails = std::vector<Usage>; argument

123