/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraHWI_Rdi.cpp | 138 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()
|
D | QCameraHWI_Preview.cpp | 585 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()
|
D | QCameraHWI.cpp | 1369 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/ |
D | qcamera_test.h | 118 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,
|
D | qcamera_test.cpp | 794 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/ |
D | EmulatedCamera2.cpp | 379 void EmulatedCamera2::sendNotification(int32_t msgType, in sendNotification() argument 387 notifyCb(msgType, ext1, ext2, ext3, mNotifyUserPtr); in sendNotification()
|
D | EmulatedCamera2.h | 260 void sendNotification(int32_t msgType,
|
D | EmulatedFakeCamera2.h | 294 status_t triggerAction(uint32_t msgType,
|
D | EmulatedFakeCamera2.cpp | 1685 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/ |
D | QualcommCamera.cpp | 88 int32_t msgType; member
|
/device/moto/shamu/camera/QCamera2/HAL/wrapper/ |
D | QualcommCamera.cpp | 88 int32_t msgType; member
|
/device/huawei/angler/camera/QCamera2/HAL/wrapper/ |
D | QualcommCamera.cpp | 88 int32_t msgType; member
|
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/ |
D | QualcommUsbCamera.cpp | 2021 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/ |
D | QualcommCamera.cpp | 125 int32_t msgType; member
|
/device/moto/shamu/camera/QCamera/HAL2/core/src/ |
D | QCameraStream_Preview.cpp | 250 int msgType = 0; in processPreviewFrame() local
|