HomeSort by relevance Sort by last modified time
    Searched refs:mPhoneState (Results 1 - 8 of 8) 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;
200 mPhoneState = (Phone.State) Enum.valueOf(
  /frameworks/base/services/audioflinger/
AudioPolicyManagerBase.cpp 86 mPhoneState != AudioSystem::MODE_NORMAL) {
120 mPhoneState != AudioSystem::MODE_NORMAL) {
242 if (state == mPhoneState ) {
249 if (mPhoneState == AudioSystem::MODE_IN_CALL) {
257 int oldState = mPhoneState;
258 mPhoneState = state;
345 LOGV("setForceUse() usage %d, config %d, mPhoneState %d", usage, config, mPhoneState);
584 if (mPhoneState == AudioSystem::MODE_IN_CALL) {
609 if (mPhoneState == AudioSystem::MODE_IN_CALL)
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewMediator.java 235 private String mPhoneState = TelephonyManager.EXTRA_STATE_IDLE;
703 mPhoneState = intent.getStringExtra(TelephonyManager.EXTRA_STATE);
705 if (TelephonyManager.EXTRA_STATE_IDLE.equals(mPhoneState) // call ending
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarPolicy.java 308 int mPhoneState = TelephonyManager.CALL_STATE_IDLE;
568 Slog.d(TAG, "mPhoneState=" + mPhoneState
573 if (SHOW_BATTERY_WARNINGS_IN_CALL || mPhoneState == TelephonyManager.CALL_STATE_IDLE) {
666 mPhoneState = state;
668 Slog.d(TAG, "mPhoneState=" + mPhoneState
672 if (mPhoneState == TelephonyManager.CALL_STATE_IDLE) {
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 294 int mPhoneState; // current phone state
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java 112 private Phone.State mPhoneState = Phone.State.IDLE;
669 if (newState != mPhoneState) {
670 mPhoneState = newState;
671 switch (mPhoneState) {
    [all...]

Completed in 848 milliseconds