Home
last modified time | relevance | path

Searched refs:msgType (Results 1 – 15 of 15) sorted by relevance

/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Rdi.cpp138 int msgType = 0; in processRdiFrame() local
157 msgType |= CAMERA_MSG_PREVIEW_FRAME; in processRdiFrame()
163 ALOGD("Message enabled = 0x%x", msgType); in processRdiFrame()
164 if(mActive && msgType) { in processRdiFrame()
165 mHalCamCtrl->mDataCb(msgType, data, 0, NULL, mHalCamCtrl->mCallbackCookie); in processRdiFrame()
DQCameraHWI_Preview.cpp585 int msgType = 0; in processPreviewFrameWithDisplay() local
729 msgType |= CAMERA_MSG_PREVIEW_FRAME; in processPreviewFrameWithDisplay()
761 if(msgType && mActive) { in processPreviewFrameWithDisplay()
762 mHalCamCtrl->mDataCb(msgType, data, 0, metadata, mHalCamCtrl->mCallbackCookie); in processPreviewFrameWithDisplay()
813 int msgType = 0; in processPreviewFrameWithOutDisplay() local
847 msgType |= CAMERA_MSG_PREVIEW_FRAME; in processPreviewFrameWithOutDisplay()
859 msgType |= CAMERA_MSG_PREVIEW_METADATA; in processPreviewFrameWithOutDisplay()
864 if(mActive && msgType) { in processPreviewFrameWithOutDisplay()
865 mHalCamCtrl->mDataCb(msgType, data, 0, metadata, mHalCamCtrl->mCallbackCookie); in processPreviewFrameWithOutDisplay()
DQCameraHWI.cpp1369 void QCameraHardwareInterface::enableMsgType(int32_t msgType) in enableMsgType() argument
1371 ALOGI("enableMsgType: E, msgType =0x%x", msgType); in enableMsgType()
1373 mMsgEnabled |= msgType; in enableMsgType()
1374 ALOGI("enableMsgType: X, msgType =0x%x, mMsgEnabled=0x%x", msgType, mMsgEnabled); in enableMsgType()
1377 void QCameraHardwareInterface::disableMsgType(int32_t msgType) in disableMsgType() argument
1381 mMsgEnabled &= ~msgType; in disableMsgType()
1382 ALOGI("disableMsgType: X, msgType =0x%x, mMsgEnabled=0x%x", msgType, mMsgEnabled); in disableMsgType()
1385 int QCameraHardwareInterface::msgTypeEnabled(int32_t msgType) in msgTypeEnabled() argument
1389 return (mMsgEnabled & msgType); in msgTypeEnabled()
/device/moto/shamu/camera/QCamera2/HAL/test/
Dqcamera_test.h118 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
119 virtual void postData(int32_t msgType,
124 int32_t msgType,
127 int32_t msgType,
Dqcamera_test.cpp794 void CameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify() argument
796 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2); in notify()
798 if (( msgType & CAMERA_MSG_PREVIEW_FRAME) && (ext1 == CAMERA_FRAME_DATA_FD)) { in notify()
804 if ( msgType & CAMERA_MSG_FOCUS ) { in notify()
809 if ( msgType & CAMERA_MSG_SHUTTER ) { in notify()
813 if ( msgType & CAMERA_MSG_ERROR) { in notify()
832 void CameraContext::postData(int32_t msgType, in postData() argument
844 printf("Data cb: %d\n", msgType); in postData()
846 if ( msgType & CAMERA_MSG_PREVIEW_FRAME ) { in postData()
850 if ( msgType & CAMERA_MSG_RAW_IMAGE ) { in postData()
[all …]
/device/generic/goldfish/camera/
DEmulatedCamera2.cpp379 void EmulatedCamera2::sendNotification(int32_t msgType, in sendNotification() argument
387 notifyCb(msgType, ext1, ext2, ext3, mNotifyUserPtr); in sendNotification()
DEmulatedCamera2.h260 void sendNotification(int32_t msgType,
DEmulatedFakeCamera2.h294 status_t triggerAction(uint32_t msgType,
DEmulatedFakeCamera2.cpp1685 status_t EmulatedFakeCamera2::ControlThread::triggerAction(uint32_t msgType, in triggerAction() argument
1687 ALOGV("%s: Triggering %d (%d, %d)", __FUNCTION__, msgType, ext1, ext2); in triggerAction()
1689 switch (msgType) { in triggerAction()
1706 __FUNCTION__, msgType, ext1, ext2); in triggerAction()
/device/lge/bullhead/camera/QCamera2/HAL/wrapper/
DQualcommCamera.cpp88 int32_t msgType; member
/device/moto/shamu/camera/QCamera2/HAL/wrapper/
DQualcommCamera.cpp88 int32_t msgType; member
/device/huawei/angler/camera/QCamera2/HAL/wrapper/
DQualcommCamera.cpp88 int32_t msgType; member
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
DQualcommUsbCamera.cpp2021 int msgType = 0; in previewloop() local
2208 msgType |= CAMERA_MSG_PREVIEW_FRAME; in previewloop()
2243 camHal->data_cb(msgType, data, 0,metadata, camHal->cb_ctxt); in previewloop()
2456 int msgType = 0; in takePictureThread() local
/device/moto/shamu/camera/QCamera/HAL/wrapper/
DQualcommCamera.cpp125 int32_t msgType; member
/device/moto/shamu/camera/QCamera/HAL2/core/src/
DQCameraStream_Preview.cpp250 int msgType = 0; in processPreviewFrame() local