Home
last modified time | relevance | path

Searched refs:stateChange (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/audio/msm8909/policy_hal/
DAudioPolicyManager.h129 …void handleIncallSonification(audio_stream_type_t stream, bool starting, bool stateChange, audio_i…
DAudioPolicyManager.cpp1142 bool starting, bool stateChange, in handleIncallSonification() argument
1163 stream, starting, outputDesc->mDevice, stateChange); in handleIncallSonification()
1166 if (stateChange) { in handleIncallSonification()
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h407 void handleIncallSonification(int stream, bool starting, bool stateChange);
/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp3424 void AudioPolicyManagerBase::handleIncallSonification(int stream, bool starting, bool stateChange) in handleIncallSonification() argument
3437 stream, starting, outputDesc->mDevice, stateChange); in handleIncallSonification()
3440 if (stateChange) { in handleIncallSonification()
/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp2113 IF_META_AVAILABLE(uint8_t, stateChange, CAM_INTF_AF_STATE_TRANSITION, pMetaData) { in metadata_stream_cb_routine()
2114 forceAFUpdate = *stateChange; in metadata_stream_cb_routine()