Home
last modified time | relevance | path

Searched refs:StateChangeCmdType (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiorenderer/include/
H A Daudio_renderer.h67 …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 Di_audio_stream.h38 …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 Dfast_audio_stream.h127 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 Daudio_renderer_private.h45 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 Drenderer_in_client_private.h145 bool StartAudioStream(StateChangeCmdType cmdType = CMD_FROM_CLIENT,
147 bool PauseAudioStream(StateChangeCmdType cmdType = CMD_FROM_CLIENT) override;
197 int32_t StateCmdTypeToParams(int64_t &params, 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 Dcapture_renderer_interrupt_unit_test.h30 void OnStateChange(const RendererState state, const StateChangeCmdType cmdType) override {} in OnStateChange()
H A Daudio_renderer_unit_test.h28 void OnStateChange(const RendererState state, const StateChangeCmdType cmdType) override {} in OnStateChange()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Dinterrupt_multi_renderer_test.h30 …void OnStateChange(const RendererState state, const StateChangeCmdType __attribute__((unused)) cmd…
H A Daudio_interrupt_test.h37 …void OnStateChange(const RendererState state, const StateChangeCmdType __attribute__((unused)) cmd…
H A Daudio_interrupt_test.cpp39 const StateChangeCmdType __attribute__((unused)) cmdType) in OnStateChange()
H A Dinterrupt_multi_renderer_test.cpp48 const StateChangeCmdType __attribute__((unused)) cmdType) in OnStateChange()
H A Daudio_renderer_test.cpp56 …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 Dnapi_audio_renderer_callback.h42 …void OnStateChange(const RendererState state, const StateChangeCmdType __attribute__((unused)) cmd…
H A Dnapi_audio_renderer_callback.cpp54 const StateChangeCmdType __attribute__((unused)) cmdType) in OnStateChange()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/include/
H A Dtone_player_impl.h37 …void OnStateChange(const RendererState state, const StateChangeCmdType __attribute__((unused)) cmd…
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dcapturer_in_client.cpp136 bool StartAudioStream(StateChangeCmdType cmdType = CMD_FROM_CLIENT,
138 bool PauseAudioStream(StateChangeCmdType cmdType = CMD_FROM_CLIENT) override;
229 int32_t StateCmdTypeToParams(int64_t &params, 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 &params, 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 Dfast_audio_stream.cpp468 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 Daudio_player.h87 const AudioStandard::StateChangeCmdType cmdType) override {} in OnStateChange()
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/include/
H A Daudio_renderer_adapter_impl.h37 …void OnStateChange(const RendererState state, const StateChangeCmdType cmdType = CMD_FROM_CLIENT) …
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/include/
H A Ddspeaker_client.h62 const AudioStandard::StateChangeCmdType __attribute__((unused)) cmdType) override;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/test/unittest/
H A Daudio_toneplayer_unit_test.cpp55 void OnStateChange(const RendererState state, const StateChangeCmdType cmdType) override {} in OnStateChange()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dcache_buffer.h63 const AudioStandard::StateChangeCmdType cmdType) override;
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/audio_server_sink/
H A Daudio_server_sink_plugin.h120 const OHOS::AudioStandard::StateChangeCmdType cmdType) override;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioRenderer.h93 …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 Daudio_server_sink_plugin.h131 const OHOS::AudioStandard::StateChangeCmdType cmdType) override;

12