Home
last modified time | relevance | path

Searched refs:DropDetectionDataCallbackImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/sensors/sensor/test/unittest/interfaces/inner_api/
H A Ddrop_detection_test.cpp71 void DropDetectionDataCallbackImpl(SensorEvent *event) in DropDetectionDataCallbackImpl() function
122 user.callback = DropDetectionDataCallbackImpl;
150 user.callback = DropDetectionDataCallbackImpl;
178 user.callback = DropDetectionDataCallbackImpl;
198 user.callback = DropDetectionDataCallbackImpl;
216 user.callback = DropDetectionDataCallbackImpl;
244 user.callback = DropDetectionDataCallbackImpl;
264 user.callback = DropDetectionDataCallbackImpl;
279 user.callback = DropDetectionDataCallbackImpl;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_service.h253 static void DropDetectionDataCallbackImpl(SensorEvent *event);
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp1605 user.callback = DropDetectionDataCallbackImpl; in RegisterSensorCallback()
1629 void HCameraService::DropDetectionDataCallbackImpl(SensorEvent* event) in DropDetectionDataCallbackImpl() function in OHOS::CameraStandard::HCameraService