Searched refs:stateChange (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/audio/msm8909/policy_hal/ |
D | AudioPolicyManager.h | 129 …void handleIncallSonification(audio_stream_type_t stream, bool starting, bool stateChange, audio_i…
|
D | AudioPolicyManager.cpp | 1142 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/ |
D | AudioPolicyManagerBase.h | 407 void handleIncallSonification(int stream, bool starting, bool stateChange);
|
/hardware/libhardware_legacy/audio/ |
D | AudioPolicyManagerBase.cpp | 3424 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/ |
D | QCamera2HWICallbacks.cpp | 2113 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()
|