OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPolicyCommands
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware_legacy/audio/
AudioDumpInterface.cpp
35
:
mPolicyCommands
(String8("")), mFileName(String8(""))
203
mPolicyCommands
= param.toString();
204
ALOGV("test_cmd_policy command %s written",
mPolicyCommands
.string());
221
if (
mPolicyCommands
.length() != 0) {
222
response = AudioParameter(
mPolicyCommands
);
228
// ALOGV("test_cmd_policy command %s read",
mPolicyCommands
.string());
AudioDumpInterface.h
164
String8
mPolicyCommands
;
Completed in 161 milliseconds