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
/frameworks/base/libs/audioflinger/
AudioDumpInterface.cpp
35
: mFirstHwOutput(true),
mPolicyCommands
(String8("")), mFileName(String8(""))
183
mPolicyCommands
= param.toString();
184
LOGV("test_cmd_policy command %s written",
mPolicyCommands
.string());
201
if (
mPolicyCommands
.length() != 0) {
202
response = AudioParameter(
mPolicyCommands
);
208
// LOGV("test_cmd_policy command %s read",
mPolicyCommands
.string());
AudioDumpInterface.h
160
String8
mPolicyCommands
;
Completed in 5482 milliseconds