/hardware/ti/omap4xxx/camera/ |
D | BaseCameraAdapter.cpp | 131 …Adapter::enableMsgType(int32_t msgs, frame_callback callback, event_callback eventCb, void* cookie) in enableMsgType() argument 139 mFrameSubscribers.add((int) cookie, callback); in enableMsgType() 143 mFrameDataSubscribers.add((int) cookie, callback); in enableMsgType() 147 mImageSubscribers.add((int) cookie, callback); in enableMsgType() 151 mRawSubscribers.add((int) cookie, callback); in enableMsgType() 155 mVideoSubscribers.add((int) cookie, callback); in enableMsgType() 159 mFocusSubscribers.add((int) cookie, eventCb); in enableMsgType() 160 mShutterSubscribers.add((int) cookie, eventCb); in enableMsgType() 161 mZoomSubscribers.add((int) cookie, eventCb); in enableMsgType() 162 mFaceSubscribers.add((int) cookie, eventCb); in enableMsgType() [all …]
|
D | SensorListener.cpp | 173 void SensorListener::setCallbacks(orientation_callback_t orientation_cb, void *cookie) { in setCallbacks() argument 179 mCbCookie = cookie; in setCallbacks()
|
D | CameraHal.cpp | 61 static void orientation_cb(uint32_t orientation, uint32_t tilt, void* cookie) { in orientation_cb() argument 64 if (cookie) { in orientation_cb() 65 camera = (CameraHal*) cookie; in orientation_cb()
|
/hardware/ti/omap4xxx/camera/inc/ |
D | SensorListener.h | 39 typedef void (*orientation_callback_t) (uint32_t orientation, uint32_t tilt, void* cookie); 82 void setCallbacks(orientation_callback_t orientation_cb, void *cookie);
|
D | CameraHal.h | 420 …ype(int32_t msgs, frame_callback frameCb=NULL, event_callback eventCb=NULL, void* cookie=NULL) = 0; 421 virtual void disableMsgType(int32_t msgs, void* cookie) = 0; 458 FrameProvider(FrameNotifier *fn, void* cookie, frame_callback frameCallback) in FrameProvider() argument 459 :mFrameNotifier(fn), mCookie(cookie),mFrameCallback(frameCallback) { } in FrameProvider() 479 EventProvider(MessageNotifier *mn, void* cookie, event_callback eventCallback) in EventProvider() argument 480 :mEventNotifier(mn), mCookie(cookie), mEventCallback(eventCallback) {} in EventProvider() 806 void *cookie = NULL) = 0; 807 virtual void disableMsgType(int32_t msgs, void* cookie) = 0;
|
D | BaseCameraAdapter.h | 40 …sgType(int32_t msgs, frame_callback callback=NULL, event_callback eventCb=NULL, void* cookie=NULL); 41 virtual void disableMsgType(int32_t msgs, void* cookie);
|
/hardware/msm7k/librpc/rpc/ |
D | clnt.h | 108 void * cookie, 116 void * cookie,
|
/hardware/qcom/camera/ |
D | QCameraStream.h | 132 virtual void notifyWDenoiseEvent(cam_ctrl_status_t status, void * cookie) {}; in notifyWDenoiseEvent() argument 135 virtual void notifyHdrEvent(cam_ctrl_status_t status, void * cookie) {}; in notifyHdrEvent() argument 285 void notifyWDenoiseEvent(cam_ctrl_status_t status, void * cookie); 289 void notifyHdrEvent(cam_ctrl_status_t status, void * cookie);
|
D | QCameraHWI.cpp | 819 wdenoiseEvent(event->status, (void *)(event->cookie)); in processCtrlEvent() 822 hdrEvent(event->status, (void *)(event->cookie)); in processCtrlEvent() 828 app_cb->argm_notify.cookie = mCallbackCookie; in processCtrlEvent() 836 app_cb->argm_notify.cookie = mCallbackCookie; in processCtrlEvent() 881 app_cb->argm_data_cb.cookie = mCallbackCookie; in processStatsEvent() 939 app_cb.argm_notify.cookie); in processEvent() 944 app_cb.argm_data_cb.metadata, app_cb.argm_data_cb.cookie); in processEvent() 1437 app_cb->argm_notify.cookie = mCallbackCookie; in autoFocusMoveEvent() 1508 app_cb->argm_notify.cookie = mCallbackCookie; in autoFocusEvent() 2587 void QCameraHardwareInterface::wdenoiseEvent(cam_ctrl_status_t status, void *cookie) in wdenoiseEvent() argument [all …]
|
D | QCameraHWI.h | 172 void *cookie; member 180 void *cookie; member 637 void wdenoiseEvent(cam_ctrl_status_t status, void *cookie); 658 void hdrEvent(cam_ctrl_status_t status, void *cookie);
|
D | QCameraHWI_Still.cpp | 2589 void QCameraStream_Snapshot::notifyWDenoiseEvent(cam_ctrl_status_t status, void * cookie) in notifyWDenoiseEvent() argument 2594 mm_camera_ch_data_buf_t *frame = (mm_camera_ch_data_buf_t *)cookie; in notifyWDenoiseEvent() 2746 packet.payload.wdn_start.cookie = (unsigned long)frame; in sendWDenoiseStartMsg() 2766 packet.payload.hdr_pkg.cookie = (unsigned long)this; in doHdrProcessing() 2799 void QCameraStream_Snapshot::notifyHdrEvent(cam_ctrl_status_t status, void * cookie) in notifyHdrEvent() argument
|
D | QCamera_Intf.h | 170 unsigned long cookie; member 179 unsigned long cookie; member 912 unsigned long cookie; member
|
/hardware/qcom/camera/QCamera/HAL2/core/inc/ |
D | QCameraStream.h | 131 virtual void notifyWDenoiseEvent(cam_ctrl_status_t status, void * cookie) {;} in notifyWDenoiseEvent() argument 134 virtual void notifyHdrEvent(cam_ctrl_status_t status, void * cookie){}; in notifyHdrEvent() argument 236 void notifyHdrEvent(cam_ctrl_status_t status, void * cookie);
|
D | QCameraHWI.h | 655 void wdenoiseEvent(cam_ctrl_status_t status, void *cookie); 677 void hdrEvent(cam_ctrl_status_t status, void *cookie);
|
D | QCamera_Intf.h | 134 unsigned long cookie; member 846 unsigned long cookie; member
|
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/ |
D | mm_camera_channel.c | 184 pp_info = (mm_channel_pp_info_t *)evt->e.ctrl.cookie; in mm_channel_pp_result_notify() 1174 mm_channel_pp_info_t *cookie = NULL; in mm_channel_do_post_processing() local 1182 cookie = (mm_channel_pp_info_t*)malloc(sizeof(mm_channel_pp_info_t)); in mm_channel_do_post_processing() 1183 if (NULL != cookie) { in mm_channel_do_post_processing() 1185 memset(cookie, 0, sizeof(mm_channel_pp_info_t)); in mm_channel_do_post_processing() 1186 cookie->cam_hdl = my_obj->cam_obj->my_hdl; in mm_channel_do_post_processing() 1187 cookie->ch_hdl = my_obj->my_hdl; in mm_channel_do_post_processing() 1188 cookie->stream_hdl = s_obj->my_hdl; in mm_channel_do_post_processing() 1189 cookie->super_buf = super_buf; in mm_channel_do_post_processing() 1192 packet.payload.wdn_start.cookie = (unsigned long)cookie; in mm_channel_do_post_processing() [all …]
|
/hardware/libhardware/include/hardware/ |
D | audio_effect.h | 772 typedef int32_t (* buffer_function_t)(void *cookie, audio_buffer_t *buffer); 777 void *cookie; // for use by client of buffer provider functions member
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
D | PowerMgr.c | 78 static void PowerMgrTMThresholdCrossCB( TI_HANDLE hPowerMgr, TI_UINT32 cookie ); 85 static void PowerMgrConfigBetToFw( TI_HANDLE hPowerMgr, TI_UINT32 cookie ); 836 static void PowerMgrTMThresholdCrossCB( TI_HANDLE hPowerMgr, TI_UINT32 cookie ) in PowerMgrTMThresholdCrossCB() argument 840 …Y_INFORMATION, "PowerMgrTMThresholdCrossCB - TM notified threshold crossed, cookie: %d\n", cookie); in PowerMgrTMThresholdCrossCB() 845 switch ((PowerMgr_PowerMode_e)cookie) in PowerMgrTMThresholdCrossCB() 857 …_SEVERITY_ERROR, "PowerMgrTMThresholdCrossCB: TM notification with invalid cookie: %d!\n", cookie); in PowerMgrTMThresholdCrossCB()
|
/hardware/qcom/camera/QCamera/HAL/core/inc/ |
D | QCameraStream.h | 124 virtual void notifyWDenoiseEvent(cam_ctrl_status_t status, void * cookie) {;} in notifyWDenoiseEvent() argument 276 void notifyWDenoiseEvent(cam_ctrl_status_t status, void * cookie);
|
D | QCameraHWI.h | 172 void *cookie; member 180 void *cookie; member 630 void wdenoiseEvent(cam_ctrl_status_t status, void *cookie);
|
/hardware/qcom/camera/QCamera/HAL/core/src/ |
D | QCameraHWI.cpp | 802 wdenoiseEvent(event->status, (void *)(event->cookie)); in processCtrlEvent() 808 app_cb->argm_notify.cookie = mCallbackCookie; in processCtrlEvent() 851 app_cb->argm_data_cb.cookie = mCallbackCookie; in processStatsEvent() 907 app_cb.argm_notify.cookie); in processEvent() 912 app_cb.argm_data_cb.metadata, app_cb.argm_data_cb.cookie); in processEvent() 1400 app_cb->argm_notify.cookie = mCallbackCookie; in autoFocusEvent() 2455 void QCameraHardwareInterface::wdenoiseEvent(cam_ctrl_status_t status, void *cookie) in wdenoiseEvent() argument 2460 mStreamSnap->notifyWDenoiseEvent(status, cookie); in wdenoiseEvent()
|
D | QCameraHWI_Still.cpp | 2340 void QCameraStream_Snapshot::notifyWDenoiseEvent(cam_ctrl_status_t status, void * cookie) in notifyWDenoiseEvent() argument 2345 mm_camera_ch_data_buf_t *frame = (mm_camera_ch_data_buf_t *)cookie; in notifyWDenoiseEvent() 2493 packet.payload.wdn_start.cookie = (unsigned long)frame; in sendWDenoiseStartMsg()
|
/hardware/qcom/camera/mm-camera-interface/ |
D | mm_camera.h | 230 struct msm_mem_map_info cookie; member
|
/hardware/ril/libril/ |
D | ril.cpp | 312 void* cookie) { in nullParcelReleaseFunction() argument
|