Searched refs:autoDeviceSwitchStatusChange (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/ |
H A D | capture_session.cpp | 26 OH_CaptureSession_OnAutoDeviceSwitchStatusChange autoDeviceSwitchStatusChange) in OH_CaptureSession_RegisterAutoDeviceSwitchStatusCallback() argument 29 CHECK_AND_RETURN_RET_LOG(autoDeviceSwitchStatusChange != nullptr, CAMERA_INVALID_ARGUMENT, in OH_CaptureSession_RegisterAutoDeviceSwitchStatusCallback() 31 session->RegisterAutoDeviceSwitchStatusCallback(autoDeviceSwitchStatusChange); in OH_CaptureSession_RegisterAutoDeviceSwitchStatusCallback() 40 OH_CaptureSession_OnAutoDeviceSwitchStatusChange autoDeviceSwitchStatusChange) in OH_CaptureSession_UnregisterAutoDeviceSwitchStatusCallback() argument 43 CHECK_AND_RETURN_RET_LOG(autoDeviceSwitchStatusChange != nullptr, CAMERA_INVALID_ARGUMENT, in OH_CaptureSession_UnregisterAutoDeviceSwitchStatusCallback() 45 session->UnregisterAutoDeviceSwitchStatusCallback(autoDeviceSwitchStatusChange); in OH_CaptureSession_UnregisterAutoDeviceSwitchStatusCallback()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | capture_session_impl.h | 156 OH_CaptureSession_OnAutoDeviceSwitchStatusChange autoDeviceSwitchStatusChange); 159 OH_CaptureSession_OnAutoDeviceSwitchStatusChange autoDeviceSwitchStatusChange);
|
H A D | capture_session_impl.cpp | 796 OH_CaptureSession_OnAutoDeviceSwitchStatusChange autoDeviceSwitchStatusChange) in RegisterAutoDeviceSwitchStatusCallback() argument 799 …make_shared<InnerCaptureSessionAutoDeviceSwitchStatusCallback>(this, autoDeviceSwitchStatusChange); in RegisterAutoDeviceSwitchStatusCallback() 807 OH_CaptureSession_OnAutoDeviceSwitchStatusChange autoDeviceSwitchStatusChange) in UnregisterAutoDeviceSwitchStatusCallback() argument
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/ |
H A D | capture_session.h | 880 OH_CaptureSession_OnAutoDeviceSwitchStatusChange autoDeviceSwitchStatusChange); 892 OH_CaptureSession_OnAutoDeviceSwitchStatusChange autoDeviceSwitchStatusChange);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/ |
H A D | js-apis-camera.md | 8202 ### on('autoDeviceSwitchStatusChange')<sup>13+</sup> 8204 on(type: 'autoDeviceSwitchStatusChange', callback: AsyncCallback\<AutoDeviceSwitchStatus\>): void 8235 photoSession.on('autoDeviceSwitchStatusChange', callback); 8239 ### off('autoDeviceSwitchStatusChange')<sup>13+</sup> 8241 off(type: 'autoDeviceSwitchStatusChange', callback?: AsyncCallback\<AutoDeviceSwitchStatus\>): void 8258 photoSession.off('autoDeviceSwitchStatusChange'); 8541 ### on('autoDeviceSwitchStatusChange')<sup>13+</sup> 8543 on(type: 'autoDeviceSwitchStatusChange', callback: AsyncCallback\<AutoDeviceSwitchStatus\>): void 8574 videoSession.on('autoDeviceSwitchStatusChange', callback); 8578 ### off('autoDeviceSwitchStatusChange')<sup>13+</sup> [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | js-apis-camera.md | 8256 ### on('autoDeviceSwitchStatusChange')<sup>13+</sup> 8258 on(type: 'autoDeviceSwitchStatusChange', callback: AsyncCallback\<AutoDeviceSwitchStatus\>): void 8289 photoSession.on('autoDeviceSwitchStatusChange', callback); 8293 ### off('autoDeviceSwitchStatusChange')<sup>13+</sup> 8295 off(type: 'autoDeviceSwitchStatusChange', callback?: AsyncCallback\<AutoDeviceSwitchStatus\>): void 8312 photoSession.off('autoDeviceSwitchStatusChange'); 8584 ### on('autoDeviceSwitchStatusChange')<sup>13+</sup> 8586 on(type: 'autoDeviceSwitchStatusChange', callback: AsyncCallback\<AutoDeviceSwitchStatus\>): void 8617 videoSession.on('autoDeviceSwitchStatusChange', callback); 8621 ### off('autoDeviceSwitchStatusChange')<sup>13+</sup> [all …]
|