Searched refs:mCommand (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | FastMixer.cpp | 111 FastMixerState::Command command = next->mCommand; in threadLoop() 127 if (!(current->mCommand & FastMixerState::IDLE)) { in threadLoop() 143 dumpState->mCommand = command; in threadLoop() 596 mCommand(FastMixerState::INITIAL), mWriteSequence(0), mFramesWritten(0), in FastMixerDumpState() 635 if (mCommand == FastMixerState::INITIAL) { in dump() 641 switch (mCommand) { in dump() 664 snprintf(string, COMMAND_MAX, "%d", mCommand); in dump()
|
D | AudioPolicyService.cpp | 669 switch (command->mCommand) { in threadLoop() 727 ALOGW("AudioCommandThread() unknown command %d", command->mCommand); in threadLoop() 786 command->mCommand = START_TONE; in startToneCommand() 800 command->mCommand = STOP_TONE; in stopToneCommand() 816 command->mCommand = SET_VOLUME; in volumeCommand() 842 command->mCommand = SET_PARAMETERS; in parametersCommand() 865 command->mCommand = SET_VOICE_VOLUME; in voiceVolumeCommand() 900 if (command2->mCommand != command->mCommand) continue; in insertCommand_l() 902 switch (command->mCommand) { in insertCommand_l() 958 ALOGV("suppressing command: %d", mAudioCommands[k]->mCommand); in insertCommand_l() [all …]
|
D | FastMixerState.cpp | 33 mFrameCount(0), mCommand(INITIAL), mColdFutexAddr(NULL), mColdGen(0), in FastMixerState()
|
D | FastMixerState.h | 74 } mCommand; member
|
D | FastMixer.h | 93 FastMixerState::Command mCommand; // current command member
|
D | AudioPolicyService.h | 189 : mCommand(-1) {} in AudioCommand() 193 int mCommand; // START_TONE, STOP_TONE ... variable
|
D | AudioFlinger.cpp | 2347 state->mCommand = FastMixerState::COLD_IDLE; in MixerThread() 2402 if (state->mCommand == FastMixerState::COLD_IDLE) { in ~MixerThread() 2408 state->mCommand = FastMixerState::EXIT; in ~MixerThread() 2734 if (state->mCommand != FastMixerState::MIX_WRITE && in threadLoop_write() 2736 if (state->mCommand == FastMixerState::COLD_IDLE) { in threadLoop_write() 2747 state->mCommand = FastMixerState::MIX_WRITE; in threadLoop_write() 2811 if (!(state->mCommand & FastMixerState::IDLE)) { in threadLoop_standby() 2812 state->mCommand = FastMixerState::COLD_IDLE; in threadLoop_standby() 3319 state->mCommand == FastMixerState::MIX_WRITE && state->mTrackMask <= 1) { in prepareTracks_l() 3320 state->mCommand = FastMixerState::COLD_IDLE; in prepareTracks_l() [all …]
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerStreamListener.cpp | 80 entry.mCommand = cmd; in issueCommand() 116 switch (entry->mCommand) { in read()
|
D | NuPlayerStreamListener.h | 55 Command mCommand; member
|
/frameworks/base/core/java/android/app/ |
D | LoadedApk.java | 1113 mCommand = command; in RunConnection() 1117 if (mCommand == 0) { in run() 1119 } else if (mCommand == 1) { in run() 1126 final int mCommand; field in LoadedApk.ServiceDispatcher.RunConnection
|