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

  /hardware/msm7k/libaudio-qdsp5v2/
AudioPolicyManager.cpp 64 if (mPhoneState != AudioSystem::MODE_IN_CALL) {
77 if (mPhoneState != AudioSystem::MODE_IN_CALL || strategy != STRATEGY_DTMF) {
95 if (mPhoneState != AudioSystem::MODE_IN_CALL) {
117 if (mPhoneState != AudioSystem::MODE_IN_CALL || strategy != STRATEGY_DTMF) {
122 if (mPhoneState != AudioSystem::MODE_IN_CALL) {
145 if (mPhoneState == AudioSystem::MODE_IN_CALL) {
181 mPhoneState == AudioSystem::MODE_RINGTONE) {
219 if (mPhoneState == AudioSystem::MODE_IN_CALL &&
251 if (mPhoneState == AudioSystem::MODE_IN_CALL && AudioSystem::isBluetoothScoDevice((AudioSystem::audio_devices)device)) {
  /hardware/msm7k/libaudio-qsd8k/
AudioPolicyManager.cpp 64 if (mPhoneState != AudioSystem::MODE_IN_CALL) {
77 if (mPhoneState != AudioSystem::MODE_IN_CALL || strategy != STRATEGY_DTMF) {
95 if (mPhoneState != AudioSystem::MODE_IN_CALL) {
117 if (mPhoneState != AudioSystem::MODE_IN_CALL || strategy != STRATEGY_DTMF) {
122 if (mPhoneState != AudioSystem::MODE_IN_CALL) {
145 if (mPhoneState == AudioSystem::MODE_IN_CALL) {
181 mPhoneState == AudioSystem::MODE_RINGTONE) {
219 if (mPhoneState == AudioSystem::MODE_IN_CALL &&
258 if (mPhoneState == AudioSystem::MODE_IN_CALL && AudioSystem::isBluetoothScoDevice((AudioSystem::audio_devices)device)) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneStateIntentReceiver.java 49 Phone.State mPhoneState = Phone.State.IDLE;
86 return mPhoneState;
180 mPhoneState = (Phone.State) Enum.valueOf(
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardUpdateMonitor.java 94 private int mPhoneState;
346 mPhoneState = TelephonyManager.CALL_STATE_IDLE;
348 mPhoneState = TelephonyManager.CALL_STATE_OFFHOOK;
350 mPhoneState = TelephonyManager.CALL_STATE_RINGING;
353 mInfoCallbacks.get(i).onPhoneStateChanged(mPhoneState);
620 callback.onPhoneStateChanged(mPhoneState);
716 return mPhoneState;
KeyguardStatusViewManager.java 109 protected int mPhoneState;
546 updateEmergencyCallButtonState(mPhoneState);
658 mPhoneState = phoneState;
KeyguardViewMediator.java 236 private String mPhoneState = TelephonyManager.EXTRA_STATE_IDLE;
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 260 if (state == mPhoneState ) {
275 int oldState = mPhoneState;
276 mPhoneState = state;
351 ALOGV("setForceUse() usage %d, config %d, mPhoneState %d", usage, config, mPhoneState);
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 505 int mPhoneState; // current phone state
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java 129 private Phone.State mPhoneState = Phone.State.IDLE;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 72 int mPhoneState = TelephonyManager.CALL_STATE_IDLE;
    [all...]

Completed in 242 milliseconds