Home
last modified time | relevance | path

Searched defs:micStateChangeEvent (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/routing_manager_test/include/
H A Daudio_routing_manager_unit_test.h33 virtual void OnMicStateUpdated(const MicStateChangeEvent &micStateChangeEvent) {}; in OnMicStateUpdated()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/callback/
H A Dnapi_audio_micstatechange_callback.h41 MicStateChangeEvent micStateChangeEvent; member
H A Dnapi_audio_micstatechange_callback.cpp79 …udioManagerMicStateChangeCallback::OnMicStateUpdated(const MicStateChangeEvent &micStateChangeEven… in OnMicStateUpdated()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/policy_test/include/
H A Daudio_policy_unit_test.h64 virtual void OnMicStateUpdated(const MicStateChangeEvent &micStateChangeEvent) {}; in OnMicStateUpdated()
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_proxy.cpp472 const AudioStandard::MicStateChangeEvent &micStateChangeEvent) in OnMicStateUpdated()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_server_handler.h89 MicStateChangeEvent micStateChangeEvent; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_client_proxy.cpp182 void AudioPolicyClientProxy::OnMicStateUpdated(const MicStateChangeEvent &micStateChangeEvent) in OnMicStateUpdated()
H A Daudio_policy_server_handler.cpp263 …udioPolicyServerHandler::SendMicStateUpdatedCallback(const MicStateChangeEvent &micStateChangeEven… in SendMicStateUpdatedCallback()
274 …olicyServerHandler::SendMicStateWithClientIdCallback(const MicStateChangeEvent &micStateChangeEven… in SendMicStateWithClientIdCallback()
H A Daudio_policy_server.cpp1130 MicStateChangeEvent micStateChangeEvent; in InitMicrophoneMute() local
1142 MicStateChangeEvent micStateChangeEvent; in SetMicrophoneMuteCommon() local
1186 MicStateChangeEvent micStateChangeEvent; in SetMicrophoneMutePersistent() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_client_stub_impl.cpp365 void AudioPolicyClientStubImpl::OnMicStateUpdated(const MicStateChangeEvent &micStateChangeEvent) in OnMicStateUpdated()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/policy_test/src/
H A Daudio_policy_unit_test.cpp591 MicStateChangeEvent micStateChangeEvent; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_param_utils.cpp692 …amUtils::SetValueMicStateChange(const napi_env &env, const MicStateChangeEvent &micStateChangeEven… in SetValueMicStateChange()