Searched refs:Usage (Results 1 - 16 of 16) sorted by path

/frameworks/av/services/audiopolicy/engineconfigurable/
H A DAndroid.mk15 src/Usage.cpp \
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
H A DAndroid.mk14 Usage.cpp
H A DPolicySubsystem.cpp23 #include "Usage.h"
41 const char *const PolicySubsystem::mUsageComponentName = "Usage";
76 new TSubsystemObjectFactory<Usage>(
H A DUsage.cpp17 #include "Usage.h"
24 Usage::Usage(const string &mappingValue, function in class:Usage
43 bool Usage::sendToHW(string & /*error*/)
H A DUsage.h27 class Usage : public CFormattedSubsystemObject class in inherits:CFormattedSubsystemObject
30 Usage(const std::string &mappingValue,
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DUsage.h83 typedef Element<audio_usage_t> Usage; typedef in namespace:android::audio_policy
/frameworks/base/core/java/android/hardware/
H A DHardwareBuffer.java77 public @interface Usage {}; interface in class:HardwareBuffer
79 /** Usage: The buffer will sometimes be read by the CPU */
81 /** Usage: The buffer will often be read by the CPU */
84 /** Usage: The buffer will sometimes be written to by the CPU */
86 /** Usage: The buffer will often be written to by the CPU */
89 /** Usage: The buffer will be read from by the GPU */
91 /** Usage: The buffer will be written to by the GPU */
93 /** Usage: The buffer must not be used outside of a protected hardware path */
95 /** Usage: The buffer will be read by a hardware video encoder */
97 /** Usage
[all...]
/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);
H A DFlags.h47 void Usage(const android::StringPiece& command, std::ostream* out);
/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp687 flags.Usage("aapt2 compile", &std::cerr);
H A DDiff.cpp356 flags.Usage("aapt2 diff", &std::cerr);
H A DOptimize.cpp330 flags.Usage("aapt2 optimize", &std::cerr);
/frameworks/compile/slang/tests/
H A Dslang_test.py310 def Usage(): function
312 print ('Usage: %s [OPTION]... [TESTNAME]...'
340 Usage()
/frameworks/native/libs/vr/libpdx_default_transport/
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]);
H A Dservicetool.cpp88 int Usage(const std::string& command_name) { function in namespace:__anon1764
89 printf("Usage: %s [options]\n", command_name.c_str());
236 return Usage(argv[0]);
242 return Usage(argv[0]);
/frameworks/opt/net/wifi/tests/wifitests/
H A Druntests.sh5 Usage for $0

Completed in 239 milliseconds