Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/test/
Dqcamera_test.h123 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,
Dqcamera_test.cpp831 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/
Ddhcpclient.cpp240 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/
Dsap_service.cpp535 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/
DNanohubHidlAdapter.cpp139 .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()
DNanohubHidlAdapter.h107 uint32_t msgType,
/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedCamera2.cpp347 void EmulatedCamera2::sendNotification(int32_t msgType, int32_t ext1, in sendNotification() argument
355 notifyCb(msgType, ext1, ext2, ext3, mNotifyUserPtr); in sendNotification()
DEmulatedCamera2.h232 void sendNotification(int32_t msgType, int32_t ext1, int32_t ext2,
DEmulatedFakeCamera2.h280 status_t triggerAction(uint32_t msgType, int32_t ext1, int32_t ext2);
DEmulatedFakeCamera2.cpp1654 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/
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.cpp1694 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/
DQualcommCamera.cpp88 int32_t msgType; member
/device/google/marlin/camera/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