Searched refs:setPhoneState (Results 1 - 4 of 4) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h76 virtual void setPhoneState(int state) = 0;
H A DAudioPolicyManagerBase.h80 virtual void setPhoneState(int state);
332 // where conditions are changing (setDeviceConnectionState(), setPhoneState()...) AND
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp91 lap->apm->setPhoneState((int) state);
H A DAudioPolicyManagerBase.cpp251 void AudioPolicyManagerBase::setPhoneState(int state) function in class:android_audio_legacy::AudioPolicyManagerBase
253 ALOGV("setPhoneState() state %d", state);
256 ALOGW("setPhoneState() invalid state %d", state);
261 ALOGW("setPhoneState() setting same state %d", state);
268 ALOGV("setPhoneState() in call state management: new state is %d", state);
281 ALOGV(" Entering call in setPhoneState()");
286 ALOGV(" Exiting call in setPhoneState()");
291 ALOGV(" Switching between telephony and VoIP in setPhoneState()");
329 ALOGV("setPhoneState() in call state management: new state is %d", state);
2804 // if stateChange is true, we are called from setPhoneState() an
[all...]

Completed in 68 milliseconds