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

/hardware/libhardware/modules/fingerprint/
H A Dfingerprint.c45 fingerprint_notify_t notify) {
47 dev->notify = notify;
70 dev->notify = NULL;
44 set_notify_callback(struct fingerprint_device *dev, fingerprint_notify_t notify) argument
/hardware/libhardware/include/hardware/
H A Dfingerprint.h116 * -1 otherwise. A notify() function may be called
137 * notify() will be called for each template deleted with
156 fingerprint_notify_t notify);
162 fingerprint_notify_t notify; member in struct:fingerprint_device
H A Dtv_input.h120 * These events notify the framework whether the port is available or not.
134 * notify the framework that a removable TV input device (such as USB tuner
159 * would be to notify the framework that the input signal has changed
242 void (*notify)(struct tv_input_device* dev, member in struct:tv_input_callback_ops
312 * devices including static devices should notify via callback.
H A Dcamera3.h181 * capture), the HAL calls camera3_callback_ops_t->notify() with the SHUTTER
186 * This notify call must be made before the first call to
191 * The camera3_callback_ops_t->notify() call with the SHUTTER event should
242 * camera3_callback_ops_t->notify() with the appropriate error/event
246 * notify(), so that once notify() is called with a fatal error, the
248 * besides close() should return -ENODEV or NULL after the notify() method
1015 * returned by some method, or if notify() is called with ERROR_DEVICE, only
1023 * Transient errors in image capture must be reported through notify() as follows:
1026 * calling notify() wit
2132 void (*notify)(const struct camera3_callback_ops *, member in struct:camera3_callback_ops
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DTrustZoneDevice.cpp239 void TrustZoneDevice::notify( function in class:TrustZoneDevice
/hardware/qcom/gps/core/
H A DLocApiBase.cpp319 void LocApiBase::requestNiNotify(GpsNiNotification &notify, const void* data) argument
322 TO_1ST_HANDLING_LOCADAPTERS(mLocAdapters[i]->requestNiNotify(notify, data));
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_agps.cpp64 // This is gvien to linked_list_search() to notify subscriber objs
74 // we notify every subscriber indiscriminatively
117 bool notify = forMe(notification); local
119 if (notify) {
139 notify = false;
143 return notify;
148 bool notify = forMe(notification); local
150 if (notify) {
178 notify = false;
182 return notify;
187 bool notify = forMe(notification); local
218 bool notify = forMe(notification); local
[all...]
/hardware/qcom/gps/msm8960/core/
H A DLocApiBase.cpp289 void LocApiBase::requestNiNotify(GpsNiNotification &notify, const void* data) argument
292 TO_1ST_HANDLING_LOCADAPTERS(mLocAdapters[i]->requestNiNotify(notify, data));
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_agps.cpp64 // This is gvien to linked_list_search() to notify subscriber objs
74 // we notify every subscriber indiscriminatively
117 bool notify = forMe(notification); local
119 if (notify) {
139 notify = false;
143 return notify;
148 bool notify = forMe(notification); local
150 if (notify) {
178 notify = false;
182 return notify;
187 bool notify = forMe(notification); local
218 bool notify = forMe(notification); local
[all...]
/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/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/qcom/msm8x84/kernel-headers/media/
H A Dmsmb_camera.h109 unsigned int notify; member in struct:msm_v4l2_event_data
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsmb_camera.h117 unsigned int notify; member in struct:msm_v4l2_event_data
/hardware/ti/omap4-aah/security/tf_daemon/
H A Ddelegation_client.c964 static void notify(const wchar_t* pMessage, uint32_t nMessageType) function
1108 notify(pMessage, nMessageType);
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp1338 * for now, we never notify OMX_ErrorInsufficientResources,
1682 void ComponentBase::FlushPort(OMX_U32 port_index, bool notify) argument
1703 if (notify)
/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
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_menu.cpp770 void CameraHandler::notify(int32_t msgType, int32_t ext1, int32_t ext2) { function in class:CameraHandler

Completed in 1163 milliseconds