/frameworks/base/core/proto/android/media/ |
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 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/native/libs/renderengine/ |
D | ExternalTexture.cpp | 31 if (usage == Usage::WRITEABLE && in ExternalTexture() 36 mRenderEngine.mapExternalTextureBuffer(mBuffer, usage & Usage::WRITEABLE); in ExternalTexture()
|
/frameworks/base/cmds/idmap2/libidmap2/ |
D | CommandLineOptions.cpp | 95 Usage(stream); in Parse() 107 Usage(stream); in Parse() 118 Usage(stream); in Parse() 134 Usage(stream); in Parse() 140 void CommandLineOptions::Usage(std::ostream& out) const { in Usage() function in android::idmap2::CommandLineOptions
|
/frameworks/base/tools/aapt2/cmd/ |
D | Command.cpp | 127 void Command::Usage(std::ostream* out) { in Usage() function in aapt::Command 211 Usage(out_error); in Execute() 222 Usage(out_error); in Execute() 237 Usage(out_error); in Execute() 245 Usage(out_error); in Execute()
|
D | Command.h | 79 void Usage(std::ostream* out);
|
/frameworks/base/core/java/android/hardware/ |
D | HardwareBuffer.java | 115 public @interface Usage {}; annotation in HardwareBuffer 117 @Usage 164 @Format int format, @IntRange(from = 1) int layers, @Usage long usage) { in create() 202 @Format int format, @IntRange(from = 1) int layers, @Usage long usage) { in isSupported()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/ |
D | TexturePool.cpp | 80 renderengine::ExternalTexture::Usage::READABLE | in genTexture() 81 renderengine::ExternalTexture::Usage::WRITEABLE); in genTexture()
|
/frameworks/native/libs/renderengine/skia/ |
D | Cache.cpp | 369 ExternalTexture::Usage::WRITEABLE); in primeShaderCache() 380 ExternalTexture::Usage::READABLE | in primeShaderCache() 381 ExternalTexture::Usage::WRITEABLE); in primeShaderCache() 398 ExternalTexture::Usage::READABLE); in primeShaderCache() 406 ExternalTexture::Usage::READABLE); in primeShaderCache()
|
/frameworks/native/libs/vr/libpdx_default_transport/ |
D | pdx_tool.cpp | 88 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/include/renderengine/ |
D | ExternalTexture.h | 37 enum Usage : uint32_t { enum
|
/frameworks/base/startop/scripts/app_startup/ |
D | launch_application | 22 Usage: $(basename $0) <package> <activity>
|
D | force_compiler_filter | 32 Usage: $(basename $0) [OPTION]...
|
/frameworks/wilhelm/tools/mphtogen/ |
D | README.txt | 7 Usage:
|
/frameworks/av/services/oboeservice/fuzzer/ |
D | README.md | 21 10. Usage 37 | `Usage` | `AAUDIO_USAGE_MEDIA`, `AAUDIO_USAGE_VOICE_COMMUNICATION`, `AAUDIO_USAGE_VOICE_COMMUNICA…
|
/frameworks/native/libs/renderengine/tests/ |
D | RenderEngineThreadedTest.cpp | 177 renderengine::ExternalTexture::Usage::READABLE | in TEST_F() 178 renderengine::ExternalTexture::Usage::WRITEABLE); in TEST_F()
|
/frameworks/base/samples/training/network-usage/ |
D | README.txt | 4 This Network Usage sample app does the following:
|
/frameworks/compile/slang/tests/ |
D | slang_test.py | 310 def Usage(): function 340 Usage()
|
/frameworks/base/cmds/idmap2/tests/ |
D | CommandLineOptionsTests.cpp | 206 TEST(CommandLineOptionsTests, Usage) { in TEST() argument 225 opts.Usage(stream); in TEST()
|
/frameworks/base/cmds/idmap2/include/idmap2/ |
D | CommandLineOptions.h | 52 void Usage(std::ostream& out) const;
|
/frameworks/wilhelm/tools/hashgen/ |
D | README.txt | 13 Usage:
|
/frameworks/native/cmds/idlcli/ |
D | utils.h | 147 struct Usage { struct 151 using UsageDetails = std::vector<Usage>; argument
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | README | 25 Usage typically looks like this (transaction errors are not handled): 101 Usage typically looks like this (transaction errors are not handled):
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | MultiResolutionImageReader.java | 27 import android.hardware.HardwareBuffer.Usage;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | RenderSurfaceTest.cpp | 255 renderengine::ExternalTexture::Usage::READABLE | in TEST_F() 256 renderengine::ExternalTexture::Usage::WRITEABLE); in TEST_F()
|
/frameworks/base/tools/dump-coverage/ |
D | README.md | 7 # Usage chapter
|