Searched refs:mCommand (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDeviceProfileState.java356 private int mCommand; field in class:BluetoothDeviceProfileState.OutgoingHandsfree
361 mCommand = getCurrentMessage().what;
362 if (mCommand != CONNECT_HFP_OUTGOING &&
363 mCommand != DISCONNECT_HFP_OUTGOING) {
364 Log.e(TAG, "Error: OutgoingHandsfree state with command:" + mCommand);
366 mStatus = processCommand(mCommand);
381 if (command != mCommand) {
387 if (mCommand == CONNECT_HFP_OUTGOING) {
402 deferMsg.what = mCommand;
410 if (mCommand
452 private int mCommand; field in class:BluetoothDeviceProfileState.IncomingHandsfree
543 private int mCommand; field in class:BluetoothDeviceProfileState.OutgoingA2dp
636 private int mCommand; field in class:BluetoothDeviceProfileState.IncomingA2dp
[all...]
/frameworks/base/services/audioflinger/
H A DAudioPolicyService.cpp667 switch (command->mCommand) {
726 LOGW("AudioCommandThread() unknown command %d", command->mCommand);
784 command->mCommand = START_TONE;
799 command->mCommand = STOP_TONE;
816 command->mCommand = SET_VOLUME;
847 command->mCommand = SET_PARAMETERS;
875 command->mCommand = SET_VOICE_VOLUME;
914 if (command2->mCommand != command->mCommand) continue;
916 switch (command->mCommand) {
[all...]
H A DAudioPolicyService.h185 : mCommand(-1) {}
189 int mCommand; // START_TONE, STOP_TONE ... member in class:android::AudioPolicyService::AudioCommandThread::AudioCommand
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1076 mCommand = command;
1080 if (mCommand == 0) {
1082 } else if (mCommand == 1) {
1089 final int mCommand; field in class:LoadedApk.ServiceDispatcher.RunConnection

Completed in 85 milliseconds