Searched defs:mCommand (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/audioflinger/
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/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/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 118 milliseconds