/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiorenderer/include/ |
H A D | audio_renderer.h | 67 …virtual void OnStateChange(const RendererState state, const StateChangeCmdType cmdType = CMD_FROM_… 320 virtual bool Start(StateChangeCmdType cmdType = CMD_FROM_CLIENT) = 0; 422 virtual bool PauseTransitent(StateChangeCmdType cmdType = CMD_FROM_CLIENT) = 0; 430 virtual bool Pause(StateChangeCmdType cmdType = CMD_FROM_CLIENT) = 0;
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/ |
H A D | i_audio_stream.h | 38 …virtual void OnStateChange(const State state, const StateChangeCmdType cmdType = CMD_FROM_CLIENT) … 188 virtual bool StartAudioStream(StateChangeCmdType cmdType = CMD_FROM_CLIENT, 190 virtual bool PauseAudioStream(StateChangeCmdType cmdType = CMD_FROM_CLIENT) = 0;
|
H A D | fast_audio_stream.h | 127 bool StartAudioStream(StateChangeCmdType cmdType = CMD_FROM_CLIENT, 129 bool PauseAudioStream(StateChangeCmdType cmdType = CMD_FROM_CLIENT) override;
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/ |
H A D | audio_renderer_private.h | 45 bool Start(StateChangeCmdType cmdType = CMD_FROM_CLIENT) override; 52 bool PauseTransitent(StateChangeCmdType cmdType = CMD_FROM_CLIENT) override; 53 bool Pause(StateChangeCmdType cmdType = CMD_FROM_CLIENT) override; 268 …void OnStateChange(const State state, const StateChangeCmdType cmdType = CMD_FROM_CLIENT) override;
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/ |
H A D | renderer_in_client_private.h | 145 bool StartAudioStream(StateChangeCmdType cmdType = CMD_FROM_CLIENT, 147 bool PauseAudioStream(StateChangeCmdType cmdType = CMD_FROM_CLIENT) override; 197 int32_t StateCmdTypeToParams(int64_t ¶ms, State state, StateChangeCmdType cmdType); 198 int32_t ParamsToStateCmdType(int64_t params, State &state, StateChangeCmdType &cmdType);
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/include/ |
H A D | capture_renderer_interrupt_unit_test.h | 30 void OnStateChange(const RendererState state, const StateChangeCmdType cmdType) override {} in OnStateChange()
|
H A D | audio_renderer_unit_test.h | 28 void OnStateChange(const RendererState state, const StateChangeCmdType cmdType) override {} in OnStateChange()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/ |
H A D | interrupt_multi_renderer_test.h | 30 …void OnStateChange(const RendererState state, const StateChangeCmdType __attribute__((unused)) cmd…
|
H A D | audio_interrupt_test.h | 37 …void OnStateChange(const RendererState state, const StateChangeCmdType __attribute__((unused)) cmd…
|
H A D | audio_interrupt_test.cpp | 39 const StateChangeCmdType __attribute__((unused)) cmdType) in OnStateChange()
|
H A D | interrupt_multi_renderer_test.cpp | 48 const StateChangeCmdType __attribute__((unused)) cmdType) in OnStateChange()
|
H A D | audio_renderer_test.cpp | 56 …void OnStateChange(const RendererState state, const StateChangeCmdType __attribute__((unused)) cmd… in OnStateChange()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/callback/ |
H A D | napi_audio_renderer_callback.h | 42 …void OnStateChange(const RendererState state, const StateChangeCmdType __attribute__((unused)) cmd…
|
H A D | napi_audio_renderer_callback.cpp | 54 const StateChangeCmdType __attribute__((unused)) cmdType) in OnStateChange()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/include/ |
H A D | tone_player_impl.h | 37 …void OnStateChange(const RendererState state, const StateChangeCmdType __attribute__((unused)) cmd…
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | capturer_in_client.cpp | 136 bool StartAudioStream(StateChangeCmdType cmdType = CMD_FROM_CLIENT, 138 bool PauseAudioStream(StateChangeCmdType cmdType = CMD_FROM_CLIENT) override; 229 int32_t StateCmdTypeToParams(int64_t ¶ms, State state, StateChangeCmdType cmdType); 230 int32_t ParamsToStateCmdType(int64_t params, State &state, StateChangeCmdType &cmdType); 574 StateChangeCmdType cmdType = CMD_FROM_CLIENT; in HandleStateChangeEvent() 614 …turerInClientInner::ParamsToStateCmdType(int64_t params, State &state, StateChangeCmdType &cmdType) in ParamsToStateCmdType() 654 …pturerInClientInner::StateCmdTypeToParams(int64_t ¶ms, State state, StateChangeCmdType cmdType) in StateCmdTypeToParams() 1291 bool CapturerInClientInner::StartAudioStream(StateChangeCmdType cmdType, AudioStreamDeviceChangeRea… in StartAudioStream() 1342 bool CapturerInClientInner::PauseAudioStream(StateChangeCmdType cmdType) in PauseAudioStream()
|
H A D | fast_audio_stream.cpp | 468 bool FastAudioStream::StartAudioStream(StateChangeCmdType cmdType, in StartAudioStream() 503 bool FastAudioStream::PauseAudioStream(StateChangeCmdType cmdType) in PauseAudioStream()
|
/ohos5.0/base/telephony/call_manager/services/audio/include/ |
H A D | audio_player.h | 87 const AudioStandard::StateChangeCmdType cmdType) override {} in OnStateChange()
|
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/include/ |
H A D | audio_renderer_adapter_impl.h | 37 …void OnStateChange(const RendererState state, const StateChangeCmdType cmdType = CMD_FROM_CLIENT) …
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/include/ |
H A D | dspeaker_client.h | 62 const AudioStandard::StateChangeCmdType __attribute__((unused)) cmdType) override;
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/test/unittest/ |
H A D | audio_toneplayer_unit_test.cpp | 55 void OnStateChange(const RendererState state, const StateChangeCmdType cmdType) override {} in OnStateChange()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/ |
H A D | cache_buffer.h | 63 const AudioStandard::StateChangeCmdType cmdType) override;
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/audio_server_sink/ |
H A D | audio_server_sink_plugin.h | 120 const OHOS::AudioStandard::StateChangeCmdType cmdType) override;
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/ |
H A D | OHAudioRenderer.h | 93 …void OnStateChange(const RendererState state, const StateChangeCmdType __attribute__((unused)) cmd… in OnStateChange()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/sink/ |
H A D | audio_server_sink_plugin.h | 131 const OHOS::AudioStandard::StateChangeCmdType cmdType) override;
|