Home
last modified time | relevance | path

Searched refs:cookie (Results 1 – 24 of 24) sorted by relevance

/hardware/ti/omap4xxx/camera/
DBaseCameraAdapter.cpp131 …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 …]
DSensorListener.cpp173 void SensorListener::setCallbacks(orientation_callback_t orientation_cb, void *cookie) { in setCallbacks() argument
179 mCbCookie = cookie; in setCallbacks()
DCameraHal.cpp61 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/
DSensorListener.h39 typedef void (*orientation_callback_t) (uint32_t orientation, uint32_t tilt, void* cookie);
82 void setCallbacks(orientation_callback_t orientation_cb, void *cookie);
DCameraHal.h420 …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;
DBaseCameraAdapter.h40 …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/
Dclnt.h108 void * cookie,
116 void * cookie,
/hardware/qcom/camera/
DQCameraStream.h132 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);
DQCameraHWI.cpp819 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 …]
DQCameraHWI.h172 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);
DQCameraHWI_Still.cpp2589 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
DQCamera_Intf.h170 unsigned long cookie; member
179 unsigned long cookie; member
912 unsigned long cookie; member
/hardware/qcom/camera/QCamera/HAL2/core/inc/
DQCameraStream.h131 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);
DQCameraHWI.h655 void wdenoiseEvent(cam_ctrl_status_t status, void *cookie);
677 void hdrEvent(cam_ctrl_status_t status, void *cookie);
DQCamera_Intf.h134 unsigned long cookie; member
846 unsigned long cookie; member
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_channel.c184 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/
Daudio_effect.h772 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/
DPowerMgr.c78 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/
DQCameraStream.h124 virtual void notifyWDenoiseEvent(cam_ctrl_status_t status, void * cookie) {;} in notifyWDenoiseEvent() argument
276 void notifyWDenoiseEvent(cam_ctrl_status_t status, void * cookie);
DQCameraHWI.h172 void *cookie; member
180 void *cookie; member
630 void wdenoiseEvent(cam_ctrl_status_t status, void *cookie);
/hardware/qcom/camera/QCamera/HAL/core/src/
DQCameraHWI.cpp802 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()
DQCameraHWI_Still.cpp2340 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/
Dmm_camera.h230 struct msm_mem_map_info cookie; member
/hardware/ril/libril/
Dril.cpp312 void* cookie) { in nullParcelReleaseFunction() argument