HomeSort by relevance Sort by last modified time
    Searched refs:mPhoneState (Results 1 - 14 of 14) 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(
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java 126 private int mPhoneState;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 156 private HeadsetPhoneState mPhoneState;
216 mPhoneState = new HeadsetPhoneState(context, this);
278 if (mPhoneState != null) {
279 mPhoneState.listenForPhoneState(false);
280 mPhoneState.cleanup();
306 mPhoneState.listenForPhoneState(false);
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyInterfaceImpl.cpp 83 mPhoneState = state;
90 return mPhoneState;
AudioPolicyInterfaceImplLegacy.cpp 88 mPhoneState = state;
95 return mPhoneState;
AudioPolicyManager.cpp 319 if (mPhoneState == AUDIO_MODE_IN_CALL) {
325 if ((mPhoneState != AUDIO_MODE_IN_CALL) || (output != mPrimaryOutput)) {
403 if (mPhoneState == AUDIO_MODE_IN_CALL) {
569 if (state == mPhoneState ) {
584 int oldState = mPhoneState;
585 mPhoneState = state;
692 ALOGV("setForceUse() usage %d, config %d, mPhoneState %d", usage, config, mPhoneState);
759 if (mPhoneState == AUDIO_MODE_IN_CALL) {
    [all...]
AudioPolicyService.h 501 audio_mode_t mPhoneState;
AudioPolicyManager.h     [all...]
AudioPolicyService.cpp 62 mAudioPolicyManager(NULL), mAudioPolicyClient(NULL), mPhoneState(AUDIO_MODE_INVALID)
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 288 if (state == mPhoneState ) {
303 int oldState = mPhoneState;
304 mPhoneState = state;
396 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 242 private String mPhoneState = TelephonyManager.EXTRA_STATE_IDLE;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java 71 int mPhoneState = TelephonyManager.CALL_STATE_IDLE;
    [all...]

Completed in 535 milliseconds