Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/1.0/
DICameraDeviceCallback.hal23 * The meaning of each parameter is defined by the value of msgType, and
26 * @param msgType The type of the event.
30 notifyCallback(NotifyCallbackMsg msgType, int32_t ext1, int32_t ext2);
59 * @param msgType The kind of image buffer data this call represents.
65 dataCallback(DataCallbackMsg msgType, MemoryId data, uint32_t bufferIndex,
71 * @param msgType The kind of image buffer data this call represents.
79 dataCallbackTimestamp(DataCallbackMsg msgType, MemoryId data, uint32_t bufferIndex,
85 * @param msgType The kind of image buffer data this call represents.
94 handleCallbackTimestamp(DataCallbackMsg msgType, handle frameData, MemoryId data,
105 * @param msgType The kind of image buffer data this call represents.
[all …]
DICameraDevice.hal194 * @param msgType The bitfield of messages to enable.
196 enableMsgType(FrameCallbackFlags msgType);
208 * @param msgType The bitfield of messages to disable.
210 disableMsgType(FrameCallbackFlags msgType);
217 * @param msgType The bitfield of messages to query.
220 msgTypeEnabled(FrameCallbackFlags msgType) generates (bool enabled);
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice_1_0.h85 Return<void> enableMsgType(uint32_t msgType) override;
86 Return<void> disableMsgType(uint32_t msgType) override;
87 Return<bool> msgTypeEnabled(uint32_t msgType) override;
DCameraDevice.cpp688 Return<void> CameraDevice::enableMsgType(uint32_t msgType) { in enableMsgType() argument
696 mDevice->ops->enable_msg_type(mDevice, msgType); in enableMsgType()
701 Return<void> CameraDevice::disableMsgType(uint32_t msgType) { in disableMsgType() argument
709 mDevice->ops->disable_msg_type(mDevice, msgType); in disableMsgType()
714 Return<bool> CameraDevice::msgTypeEnabled(uint32_t msgType) { in msgTypeEnabled() argument
722 return mDevice->ops->msg_type_enabled(mDevice, msgType); in msgTypeEnabled()
/hardware/ril/libril/
Dsap_service.cpp533 void *sapDecodeMessage(MsgId msgId, MsgType msgType, uint8_t *payloadPtr, size_t payloadLen) { in sapDecodeMessage() argument
555 if (msgType == MsgType_RESPONSE) { in sapDecodeMessage()
765 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket, MsgType msgType) { in processResponse() argument
770 void *messagePtr = sapDecodeMessage(msgId, msgType, data, dataLen); in processResponse()
775 msgId, msgType); in processResponse()
780 msgId, msgType); in processResponse()
797 if (msgType == MsgType_RESPONSE) { in processResponse()
/hardware/interfaces/contexthub/1.0/default/
DContexthub.cpp153 .message_type = msg.msgType, in sendMessageToHub()
257 uint32_t msgType, in handleOsMessage() argument
263 switch(msgType) { in handleOsMessage()
379 msg.msgType = rxMsg->message_type; in contextHubCb()
DContexthub.h96 uint32_t msgType,
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp496 Return<void> notifyCallback(NotifyCallbackMsg msgType,
504 Return<void> dataCallback(DataCallbackMsg msgType,
508 Return<void> dataCallbackTimestamp(DataCallbackMsg msgType,
512 Return<void> handleCallbackTimestamp(DataCallbackMsg msgType,
516 Return<void> handleCallbackTimestampBatch(DataCallbackMsg msgType,
534 void enableMsgType(unsigned int msgType,
536 void disableMsgType(unsigned int msgType,
592 NotifyCallbackMsg msgType, int32_t ext1 __unused, in notifyCallback() argument
595 mParent->mNotifyMessage = msgType; in notifyCallback()
634 DataCallbackMsg msgType __unused, uint32_t data __unused, in dataCallback()
[all …]
/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp315 msg.msgType = 1; in TEST_P()
/hardware/interfaces/contexthub/1.0/
Dtypes.hal157 uint32_t msgType; // Identifier for message