Home
last modified time | relevance | path

Searched refs:isMicrophone (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
H A Dscreen_capture_unit_test.cpp383 bool isMicrophone = true; variable
426 bool isMicrophone = true; variable
597 bool isMicrophone = true; variable
626 bool isMicrophone = true; variable
904 bool isMicrophone = true; variable
1309 bool isMicrophone = true; variable
1327 bool isMicrophone = true; variable
1860 isMicrophone = false;
1863 isMicrophone = true;
1898 isMicrophone = true;
[all …]
H A Dscreen_capture_unit_test_exclude.cpp49 bool isMicrophone = true; variable
78 bool isMicrophone = true; variable
106 bool isMicrophone = true; variable
134 bool isMicrophone = true; variable
164 bool isMicrophone = true; variable
205 bool isMicrophone = true; variable
246 bool isMicrophone = true; variable
275 bool isMicrophone = true; variable
318 bool isMicrophone = true; variable
349 bool isMicrophone = true; variable
[all …]
H A Dscreen_capture_unit_test_state.cpp743 bool isMicrophone = true; // Enable Mic variable
744 screenCapture_->SetMicrophoneEnabled(isMicrophone);
1183 bool isMicrophone = true; variable
1184 screenCapture_->SetMicrophoneEnabled(isMicrophone);
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_screen_capture.cpp98 int32_t TestScreenCapture::SetMicrophoneEnabled(bool isMicrophone) in SetMicrophoneEnabled() argument
103 return screenCapture->SetMicrophoneEnabled(isMicrophone); in SetMicrophoneEnabled()
H A Dtest_screen_capture.h50 int32_t SetMicrophoneEnabled(bool isMicrophone);
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/src/
H A Dscreen_capture_native_mock.cpp145 int32_t ScreenCaptureNativeMock::SetMicrophoneEnabled(bool isMicrophone) in SetMicrophoneEnabled() argument
148 return screenCapture_->SetMicrophoneEnabled(isMicrophone); in SetMicrophoneEnabled()
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_screen_capture_service.h48 virtual int32_t SetMicrophoneEnabled(bool isMicrophone) = 0;
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/client/
H A Dscreen_capture_client.cpp161 int32_t ScreenCaptureClient::SetMicrophoneEnabled(bool isMicrophone) in SetMicrophoneEnabled() argument
165 return screenCaptureProxy_->SetMicrophoneEnabled(isMicrophone); in SetMicrophoneEnabled()
H A Dscreen_capture_client.h50 int32_t SetMicrophoneEnabled(bool isMicrophone) override;
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/screen_capture/
H A Dscreen_capture_impl.h35 int32_t SetMicrophoneEnabled(bool isMicrophone) override;
H A Dscreen_capture_impl.cpp112 int32_t ScreenCaptureImpl::SetMicrophoneEnabled(bool isMicrophone) in SetMicrophoneEnabled() argument
117 return screenCaptureService_->SetMicrophoneEnabled(isMicrophone); in SetMicrophoneEnabled()
/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/c/
H A Dnative_avscreen_capture.h208 bool isMicrophone);
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_service_proxy.h46 int32_t SetMicrophoneEnabled(bool isMicrophone) override;
H A Di_standard_screen_capture_service.h46 virtual int32_t SetMicrophoneEnabled(bool isMicrophone) = 0;
H A Dscreen_capture_service_stub.h48 int32_t SetMicrophoneEnabled(bool isMicrophone) override;
H A Dscreen_capture_service_proxy.cpp445 int32_t ScreenCaptureServiceProxy::SetMicrophoneEnabled(bool isMicrophone) in SetMicrophoneEnabled() argument
454 token = data.WriteBool(isMicrophone); in SetMicrophoneEnabled()
H A Dscreen_capture_service_stub.cpp219 int32_t ScreenCaptureServiceStub::SetMicrophoneEnabled(bool isMicrophone) in SetMicrophoneEnabled() argument
223 return screenCaptureServer_->SetMicrophoneEnabled(isMicrophone); in SetMicrophoneEnabled()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/include/
H A Dscreen_capture_native_mock.h37 int32_t SetMicrophoneEnabled(bool isMicrophone) override;
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/include/
H A Dscreen_capture_capi_mock.h37 int32_t SetMicrophoneEnabled(bool isMicrophone) override;
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/
H A Dscreen_capture_mock.h82 virtual int32_t SetMicrophoneEnabled(bool isMicrophone) = 0;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A D_a_v_screen_capture.md118 …led) (struct [OH_AVScreenCapture](#oh_avscreencapture) \*capture, bool isMicrophone) | 设置麦克风开关。 |
1360 …e OH_AVScreenCapture_SetMicrophoneEnabled (struct OH_AVScreenCapture * capture, bool isMicrophone )
1363isMicrophone为true时,则打开麦克风,通过调用[OH_AVScreenCapture_StartScreenCapture](#oh_avscreencapture_startscr…
1376 | isMicrophone | 麦克风开关参数。 |
H A Dnative__avscreen__capture_8h.md39 …reenCapture](_a_v_screen_capture.md#oh_avscreencapture) \*capture, bool isMicrophone) | 设置麦克风开关。 |
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/
H A Dscreen_capture_capi_mock.cpp261 int32_t ScreenCaptureCapiMock::SetMicrophoneEnabled(bool isMicrophone) in SetMicrophoneEnabled() argument
264 return OH_AVScreenCapture_SetMicrophoneEnabled(screenCapture_, isMicrophone); in SetMicrophoneEnabled()
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dscreen_capture.h249 virtual int32_t SetMicrophoneEnabled(bool isMicrophone) = 0;
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A Dnative__avscreen__capture_8h.md39 …enCapture](_a_v_screen_capture.md#oh_avscreencapture) \*capture, bool isMicrophone) | Enables or d…

12