Home
last modified time | relevance | path

Searched refs:TurnStandbyMode (Results 1 – 25 of 81) sorted by relevance

1234

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/
H A Dinterface_i_audio_capture_v10.md50 | [TurnStandbyMode](#turnstandbymode) () | 设置或去设置设备的待机模式。 |
811 ### TurnStandbyMode()
814 IAudioCapture::TurnStandbyMode ()
H A Dinterface_i_audio_capture_v20.md48 | [TurnStandbyMode](#turnstandbymode) () | 设置或去设置设备的待机模式。 |
809 ### TurnStandbyMode()
812 IAudioCapture::TurnStandbyMode ()
H A Dinterface_i_audio_render_v20.md58 | [TurnStandbyMode](#turnstandbymode) () | 设置或去设置设备的待机模式。 |
1051 ### TurnStandbyMode()
1054 IAudioRender::TurnStandbyMode ()
H A Dinterface_i_audio_render_v10.md58 | [TurnStandbyMode](#turnstandbymode) () | 设置或去设置设备的待机模式。 |
1051 ### TurnStandbyMode()
1054 IAudioRender::TurnStandbyMode ()
/ohos5.0/drivers/peripheral/distributed_audio/interface/audio/v1_0/
H A Di_audio_control.h33 virtual int32_t TurnStandbyMode() = 0;
/ohos5.0/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_control.h104 int32_t (*TurnStandbyMode)(AudioHandle handle); member
/ohos5.0/drivers/peripheral/audio/interfaces/include/
H A Daudio_control.h104 int32_t (*TurnStandbyMode)(AudioHandle handle); member
/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_control.h105 int32_t (*TurnStandbyMode)(AudioHandle handle); member
/ohos5.0/drivers/peripheral/audio/interfaces/sound/v1_0/
H A Diaudio_capture_vdi.h61 int32_t (*TurnStandbyMode)(struct IAudioCaptureVdi *self); member
H A Diaudio_render_vdi.h69 int32_t (*TurnStandbyMode)(struct IAudioRenderVdi *self); member
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_test_utils/
H A Daudio_test_utils.h271 int32_t TurnStandbyMode() override in TurnStandbyMode() function
432 int32_t TurnStandbyMode() override in TurnStandbyMode() function
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_capture_ext_impl.h74 int32_t TurnStandbyMode() override;
H A Daudio_capture_interface_impl.h72 int32_t TurnStandbyMode() override;
H A Daudio_render_ext_impl.h82 int32_t TurnStandbyMode() override;
H A Daudio_render_interface_impl.h85 int32_t TurnStandbyMode() override;
/ohos5.0/drivers/interface/distributed_audio/audio/v1_0/
H A DIAudioCapture.idl55 TurnStandbyMode();
H A DIAudioRender.idl65 TurnStandbyMode();
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/distributed_audio_audio_v1_0/foo/distributed_audio/audio/v1_0/
H A DIAudioCapture.idl55 TurnStandbyMode();
H A DIAudioRender.idl65 TurnStandbyMode();
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp326 BENCHMARK_F(AudioCaptureBenchmarkTest, TurnStandbyMode)(benchmark::State &state) in BENCHMARK_F() argument
333 ret = capture_->TurnStandbyMode(capture_); in BENCHMARK_F()
339 BENCHMARK_REGISTER_F(AudioCaptureBenchmarkTest, TurnStandbyMode)->
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/distributed_audio_audio_v1_0/cpp_target/distributed_audio/audio/v1_0/
H A Daudio_capture_service.h.txt90 int32_t TurnStandbyMode() override;
H A Daudio_capture_service.cpp.txt169 int32_t AudioCaptureService::TurnStandbyMode()
H A Daudio_render_service.h.txt107 int32_t TurnStandbyMode() override;
/ohos5.0/drivers/peripheral/audio/test/unittest/common/capture/
H A Daudio_capture_common_test.cpp428 ASSERT_NE(capture_->TurnStandbyMode, nullptr);
434 ret = capture_->TurnStandbyMode(capture_);
441 ASSERT_NE(capture_->TurnStandbyMode, nullptr);
443 int32_t ret = capture_->TurnStandbyMode(nullptr);
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp261 BENCHMARK_F(AudioRenderBenchmarkTest, TurnStandbyMode)(benchmark::State &state) in BENCHMARK_F() argument
268 ret = render_->TurnStandbyMode(render_); in BENCHMARK_F()
274 BENCHMARK_REGISTER_F(AudioRenderBenchmarkTest, TurnStandbyMode)->

1234