/device/google/marlin/camera/QCamera2/HAL/test/ |
D | qcamera_test.h | 123 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2); 124 virtual void postData(int32_t msgType, 129 int32_t msgType, 132 int32_t msgType,
|
D | qcamera_test.cpp | 831 void CameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) 833 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2); 835 if (( msgType & CAMERA_MSG_PREVIEW_FRAME) 846 if ( msgType & CAMERA_MSG_FOCUS ) { 851 if ( msgType & CAMERA_MSG_SHUTTER ) { 855 if ( msgType & CAMERA_MSG_ERROR) { 874 void CameraContext::postData(int32_t msgType, 887 printf("Data cb: %d\n", msgType); 889 if ( msgType & CAMERA_MSG_PREVIEW_FRAME ) { 893 if ( msgType & CAMERA_MSG_RAW_IMAGE ) { [all …]
|
/device/generic/goldfish/dhcp/client/ |
D | dhcpclient.cpp | 240 uint8_t msgType = msg.type(); in waitAndReceive() local 243 if (msgType == DHCPOFFER) { in waitAndReceive() 257 if (msgType == DHCPACK) { in waitAndReceive() 269 } else if (msgType == DHCPNAK) { in waitAndReceive()
|
/device/google/cuttlefish_common/guest/hals/ril/libril/ |
D | sap_service.cpp | 535 void *sapDecodeMessage(MsgId msgId, MsgType msgType, uint8_t *payloadPtr, size_t payloadLen) { in sapDecodeMessage() argument 556 if (msgType == MsgType_RESPONSE) { in sapDecodeMessage() 766 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket, MsgType msgType) { in processResponse() argument 771 void *messagePtr = sapDecodeMessage(msgId, msgType, data, dataLen); in processResponse() 776 msgId, msgType); in processResponse() 782 msgId, msgType); in processResponse() 788 msgId, msgType); in processResponse() 805 if (msgType == MsgType_RESPONSE) { in processResponse()
|
/device/google/contexthub/contexthubhal/ |
D | NanohubHidlAdapter.cpp | 139 .message_type = msg.msgType, in sendMessageToHub() 223 uint32_t msgType, in handleOsMessage() argument 230 switch(msgType) { in handleOsMessage() 342 msg.msgType = rxMsg.message_type; in contextHubCb()
|
D | NanohubHidlAdapter.h | 107 uint32_t msgType,
|
/device/google/cuttlefish_common/guest/hals/camera/ |
D | EmulatedCamera2.cpp | 347 void EmulatedCamera2::sendNotification(int32_t msgType, int32_t ext1, in sendNotification() argument 355 notifyCb(msgType, ext1, ext2, ext3, mNotifyUserPtr); in sendNotification()
|
D | EmulatedCamera2.h | 232 void sendNotification(int32_t msgType, int32_t ext1, int32_t ext2,
|
D | EmulatedFakeCamera2.h | 280 status_t triggerAction(uint32_t msgType, int32_t ext1, int32_t ext2);
|
D | EmulatedFakeCamera2.cpp | 1654 status_t EmulatedFakeCamera2::ControlThread::triggerAction(uint32_t msgType, in triggerAction() argument 1657 ALOGV("%s: Triggering %d (%d, %d)", __FUNCTION__, msgType, ext1, ext2); in triggerAction() 1659 switch (msgType) { in triggerAction() 1676 msgType, ext1, ext2); in triggerAction()
|
/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 | 1694 status_t EmulatedFakeCamera2::ControlThread::triggerAction(uint32_t msgType, in triggerAction() argument 1696 ALOGV("%s: Triggering %d (%d, %d)", __FUNCTION__, msgType, ext1, ext2); in triggerAction() 1698 switch (msgType) { in triggerAction() 1715 __FUNCTION__, msgType, ext1, ext2); in triggerAction()
|
/device/google/marlin/camera/QCamera2/HAL/wrapper/ |
D | QualcommCamera.cpp | 88 int32_t msgType; member
|
/device/google/marlin/camera/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
|