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

  /frameworks/av/services/audiopolicy/enginedefault/src/
Engine.h 77 virtual audio_mode_t getPhoneState() const
79 return mPolicyEngine->getPhoneState();
114 audio_mode_t getPhoneState() const
Engine.cpp 312 if (getPhoneState() == AUDIO_MODE_IN_CALL) {
669 if ((getPhoneState() == AUDIO_MODE_IN_CALL) &&
    [all...]
  /frameworks/av/services/audiopolicy/engine/interface/
AudioPolicyManagerInterface.h 102 virtual audio_mode_t getPhoneState() const = 0;
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Engine.cpp 161 !is_state_in_call(getPhoneState()) &&
206 audio_mode_t Engine::getPhoneState() const
208 return mPolicyParameterMgr->getPhoneState();
Engine.h 73 virtual audio_mode_t getPhoneState() const
75 return mPolicyEngine->getPhoneState();
161 audio_mode_t getPhoneState() const;
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/include/
ParameterManagerWrapper.h 89 audio_mode_t getPhoneState() const;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneStateIntentReceiver.java 78 public PhoneConstants.State getPhoneState() {
  /frameworks/av/media/libaudioclient/include/media/
IAudioPolicyService.h 156 virtual audio_mode_t getPhoneState() = 0;
AudioSystem.h 326 static audio_mode_t getPhoneState();
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 224 if (mEngine->getPhoneState() == AUDIO_MODE_IN_CALL && hasPrimaryOutput()) {
230 if ((mEngine->getPhoneState() != AUDIO_MODE_IN_CALL) || (desc != mPrimaryOutput)) {
321 if (mEngine->getPhoneState() == AUDIO_MODE_IN_CALL && hasPrimaryOutput()) {
553 int oldState = mEngine->getPhoneState();
667 audio_mode_t AudioPolicyManager::getPhoneState() {
668 return mEngine->getPhoneState();
674 ALOGV("setForceUse() usage %d, config %d, mPhoneState %d", usage, config, mEngine->getPhoneState());
699 if (mEngine->getPhoneState() == AUDIO_MODE_IN_CALL && hasPrimaryOutput()) {
706 if ((mEngine->getPhoneState() != AUDIO_MODE_IN_CALL) || (outputDesc != mPrimaryOutput)) {
    [all...]
AudioPolicyManager.h 380 audio_mode_t getPhoneState();
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
ParameterManagerWrapper.cpp 351 audio_mode_t ParameterManagerWrapper::getPhoneState() const
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h 191 virtual audio_mode_t getPhoneState();
    [all...]
AudioPolicyInterfaceImpl.cpp 112 audio_mode_t AudioPolicyService::getPhoneState()
    [all...]
  /frameworks/av/media/libaudioclient/
AudioSystem.cpp     [all...]
IAudioPolicyService.cpp 711 virtual audio_mode_t getPhoneState()
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 

Completed in 294 milliseconds