Searched refs:isDeviceSwitched (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/session/ |
H A D | camera_session_napi.h | 236 …void OnAutoDeviceSwitchStatusChange(bool isDeviceSwitched, bool isDeviceCapabilityChanged) const o… 238 void OnAutoDeviceSwitchCallback(bool isDeviceSwitched, bool isDeviceCapabilityChanged) const; 239 … void OnAutoDeviceSwitchCallbackAsync(bool isDeviceSwitched, bool isDeviceCapabilityChanged) const; 246 AutoDeviceSwitchCallbackListenerInfo(bool isDeviceSwitched, bool isDeviceCapabilityChanged, in AutoDeviceSwitchCallbackListenerInfo() 248 … : isDeviceSwitched_(isDeviceSwitched), isDeviceCapabilityChanged_(isDeviceCapabilityChanged), in AutoDeviceSwitchCallbackListenerInfo()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/ |
H A D | camera.h | 1032 bool isDeviceSwitched; member
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | capture_session_impl.cpp | 132 …void OnAutoDeviceSwitchStatusChange(bool isDeviceSwitched, bool isDeviceCapabilityChanged) const o… in OnAutoDeviceSwitchStatusChange() argument 137 info.isDeviceSwitched = isDeviceSwitched; in OnAutoDeviceSwitchStatusChange()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/ |
H A D | camera_session_napi.cpp | 821 bool isDeviceSwitched, bool isDeviceCapabilityChanged) const in OnAutoDeviceSwitchCallbackAsync() argument 836 isDeviceSwitched, isDeviceCapabilityChanged, this); in OnAutoDeviceSwitchCallbackAsync() 859 bool isDeviceSwitched, bool isDeviceCapabilityChanged) const in OnAutoDeviceSwitchCallback() argument 867 napi_get_boolean(env_, isDeviceSwitched, &propValue); in OnAutoDeviceSwitchCallback() 876 bool isDeviceSwitched, bool isDeviceCapabilityChanged) const in OnAutoDeviceSwitchStatusChange() argument 879 isDeviceSwitched, isDeviceCapabilityChanged); in OnAutoDeviceSwitchStatusChange() 880 OnAutoDeviceSwitchCallbackAsync(isDeviceSwitched, isDeviceCapabilityChanged); in OnAutoDeviceSwitchStatusChange()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/ |
H A D | capture_session.h | 356 …virtual void OnAutoDeviceSwitchStatusChange(bool isDeviceSwitched, bool isDeviceCapabilityChanged)…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/ |
H A D | js-apis-camera.md | 3420 | isDeviceSwitched | boolean | 否 | 否 | 自动切换镜头是否成功。 | 8231 …console.info(`isDeviceSwitched: ${autoDeviceSwitchStatus.isDeviceSwitched}, isDeviceCapabilityChan… 8570 …console.info(`isDeviceSwitched: ${autoDeviceSwitchStatus.isDeviceSwitched}, isDeviceCapabilityChan…
|
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | js-apis-camera.md | 3427 | isDeviceSwitched | boolean | No | No | Whether the camera is automatically switched. … 8285 …console.info(`isDeviceSwitched: ${autoDeviceSwitchStatus.isDeviceSwitched}, isDeviceCapabilityChan… 8613 …console.info(`isDeviceSwitched: ${autoDeviceSwitchStatus.isDeviceSwitched}, isDeviceCapabilityChan…
|