Searched defs:notify (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.cpp154 * FUNCTION : notify
156 * DESCRIPTION: notify callback
165 void CameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) function in class:qcamera::CameraContext
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DTrustZoneDevice.cpp239 void TrustZoneDevice::notify( function in class:TrustZoneDevice
/hardware/ti/omap4xxx/security/tf_daemon/
H A Ddelegation_client.c846 static void notify(const wchar_t* pMessage, uint32_t nMessageType) function
990 notify(pMessage, nMessageType);
/hardware/libhardware/include/hardware/
H A Dcamera3.h133 * capture), the HAL calls camera3_callback_ops_t->notify() with the SHUTTER
135 * This notify call must be made before the first call to
163 * camera3_callback_ops_t->notify() with the appropriate error/event
167 * notify(), so that once notify() is called with a fatal error, the
169 * besides close() should return -ENODEV or NULL after the notify() method
944 * returned by some method, or if notify() is called with ERROR_DEVICE, only
952 * Transient errors in image capture must be reported through notify() as follows:
955 * calling notify() with ERROR_REQUEST. Individual errors for the result
959 * were filled, the HAL must call notify() wit
1790 void (*notify)(const struct camera3_callback_ops *, member in struct:camera3_callback_ops
[all...]
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsmb_camera.h105 unsigned int notify; member in struct:msm_v4l2_event_data
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsmb_camera.h113 unsigned int notify; member in struct:msm_v4l2_event_data
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp653 void CameraHandler::notify(int32_t msgType, int32_t ext1, int32_t ext2) { function in class:CameraHandler

Completed in 5498 milliseconds