Searched refs:notify (Results 1 - 16 of 16) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DTrustZoneDevice.h99 void notify(uint32_t sessionId);
H A DTrustZoneDevice.cpp239 void TrustZoneDevice::notify( function in class:TrustZoneDevice
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DMobiCoreDevice.cpp293 notify(SID_MCP);
387 LOG_I(" Write MCP CLOSE message to MCI, notify and wait");
394 notify(SID_MCP);
468 notify(SID_MCP);
511 notify(SID_MCP);
567 notify(SID_MCP);
607 notify(SID_MCP);
/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.h87 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
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/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/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
H A DMobiCoreDevice.h145 virtual void notify(uint32_t sessionId) = 0;
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test.h69 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
H A Dcamera_test_menu.cpp653 void CameraHandler::notify(int32_t msgType, int32_t ext1, int32_t ext2) { function in class:CameraHandler
/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/modules/camera/
H A DCamera.cpp631 mCallbackOps->notify(mCallbackOps, &m);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
H A DMobiCoreDriverDaemon.cpp554 // NOTE: notify fails silently
560 // NOTE: notify fails silently
569 // NOTE: notify fails silently
578 device->notify(cmd.sessionId);
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp1002 mCallbackOps->notify(mCallbackOps, &notify_msg);
1005 ALOGV("%s: Dummy notification !!!! notify frame_number = %d, capture_time = %lld",
1013 // Send shutter notify to frameworks
1017 mCallbackOps->notify(mCallbackOps, &notify_msg);
1057 // If dropped, then notify ERROR_BUFFER for the corresponding stream and
1067 // Send Error notify to frameworks with CAMERA3_MSG_ERROR_BUFFER
1074 mCallbackOps->notify(mCallbackOps, &notify_msg);
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DStubFmService.java7192 mNotificationMgr.notify(FM_RX_NOTIFICATION_ID, notification);
7215 mNotificationMgr.notify(FM_TX_NOTIFICATION_ID, notification);

Completed in 452 milliseconds