Searched defs:Usage (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
H A DUsage.h27 class Usage : public CFormattedSubsystemObject class in inherits:CFormattedSubsystemObject
30 Usage(const std::string &mappingValue,
H A DUsage.cpp17 #include "Usage.h"
24 Usage::Usage(const string &mappingValue, function in class:Usage
43 bool Usage::sendToHW(string & /*error*/)
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DUsage.h83 typedef Element<audio_usage_t> Usage; typedef in namespace:android::audio_policy
/frameworks/base/tools/aapt2/
H A DFlags.cpp102 void Flags::Usage(const StringPiece& command, std::ostream* out) { function in class:aapt::Flags
146 Usage(command, out_error);
157 Usage(command, out_error);
172 Usage(command, out_error);
180 Usage(command, out_error);
/frameworks/compile/slang/tests/
H A Dslang_test.py310 def Usage(): function
312 print ('Usage: %s [OPTION]... [TESTNAME]...'
340 Usage()
/frameworks/ml/nn/tools/test_generator/tests/
H A Dtest.py251 def Usage(): function
253 print ('Usage: %s [OPTION]... [TESTNAME]...'
281 Usage()
/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_tool.cpp88 int Usage(const std::string& command_name) { function in namespace:__anon1737
89 printf("Usage: %s [options]\n", command_name.c_str());
236 return Usage(argv[0]);
242 return Usage(argv[0]);
H A Dpdx_benchmarks.cpp988 int Usage(const std::string& command_name) { function
990 std::cout << "Usage: " << command_name << " [options]" << std::endl;
1082 return Usage(argv[0]);
1088 return Usage(argv[0]);
/frameworks/base/core/java/android/hardware/
H A DHardwareBuffer.java106 public @interface Usage {}; interface in class:HardwareBuffer
108 @Usage
109 /** Usage: The buffer will sometimes be read by the CPU */
111 /** Usage: The buffer will often be read by the CPU */
114 /** Usage: The buffer will sometimes be written to by the CPU */
116 /** Usage: The buffer will often be written to by the CPU */
119 /** Usage: The buffer will be read from by the GPU */
121 /** Usage: The buffer will be written to by the GPU */
123 /** Usage: The buffer must not be used outside of a protected hardware path */
125 /** Usage
[all...]

Completed in 1428 milliseconds