HomeSort by relevance Sort by last modified time
    Searched refs:mPhoneState (Results 1 - 13 of 13) sorted by null

  /hardware/qcom/audio/legacy/alsa_sound/
AudioPolicyManagerALSA.cpp 57 if (state == mPhoneState) {
72 int oldState = mPhoneState;
73 mPhoneState = state;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneStateIntentReceiver.java 47 PhoneConstants.State mPhoneState = PhoneConstants.State.IDLE;
83 return mPhoneState;
177 mPhoneState = Enum.valueOf(
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 158 private HeadsetPhoneState mPhoneState;
218 mPhoneState = new HeadsetPhoneState(context, this);
280 if (mPhoneState != null) {
281 mPhoneState.listenForPhoneState(false);
282 mPhoneState.cleanup();
312 ProfileService.println(sb, "mPhoneState: " + mPhoneState);
322 mPhoneState.listenForPhoneState(false);
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java 129 private int mPhoneState;
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyInterfaceImplLegacy.cpp 88 mPhoneState = state;
95 return mPhoneState;
AudioPolicyInterfaceImpl.cpp 83 mPhoneState = state;
90 return mPhoneState;
AudioPolicyService.h 516 audio_mode_t mPhoneState;
AudioPolicyManager.cpp 331 if (mPhoneState == AUDIO_MODE_IN_CALL) {
337 if ((mPhoneState != AUDIO_MODE_IN_CALL) || (output != mPrimaryOutput)) {
419 if (mPhoneState == AUDIO_MODE_IN_CALL) {
612 if (state == mPhoneState ) {
633 int oldState = mPhoneState;
634 mPhoneState = state;
744 ALOGV("setForceUse() usage %d, config %d, mPhoneState %d", usage, config, mPhoneState);
    [all...]
AudioPolicyManager.h     [all...]
AudioPolicyService.cpp 62 mAudioPolicyManager(NULL), mAudioPolicyClient(NULL), mPhoneState(AUDIO_MODE_INVALID)
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 297 if (state == mPhoneState ) {
312 int oldState = mPhoneState;
313 mPhoneState = state;
405 ALOGV("setForceUse() usage %d, config %d, mPhoneState %d", usage, config, mPhoneState);
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 544 int mPhoneState; // current phone state
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 257 private String mPhoneState = TelephonyManager.EXTRA_STATE_IDLE;
    [all...]

Completed in 451 milliseconds