Home
last modified time | relevance | path

Searched refs:Message (Results 1 – 25 of 40) sorted by relevance

12

/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_CmdQueue.h63 class Message
66 Message *m_next;
71 Message() in Message() function
76 ~Message() { } in ~Message()
77 void setnext(Message *item) { m_next = item; } in setnext()
78 Message* getnext() { return m_next; } in getnext()
85 Message *Head;
86 Message *Tail;
87 Message* dequeue(void);
100 void enqueue(Message *item);
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_CmdQueue.h63 class Message
66 Message *m_next;
71 Message() in Message() function
76 ~Message() { } in ~Message()
77 void setnext(Message *item) { m_next = item; } in setnext()
78 Message* getnext() { return m_next; } in getnext()
85 Message *Head;
86 Message *Tail;
87 Message* dequeue(void);
100 void enqueue(Message *item);
/hardware/ril/librilutils/proto/
Dsap-api.proto19 // Message Header
41 // Message: message RIL_SIM_SAP_CONNECT_REQ
43 // Message: message RIL_SIM_SAP_CONNECT_RSP
49 // Message: message RIL_SIM_SAP_DISCONNECT_REQ
51 // Message: message RIL_SIM_SAP_DISCONNECT_RSP
53 // Message: message RIL_SIM_SAP_DISCONNECT_IND
59 // Message: message RIL_SIM_SAP_APDU_REQ
61 // Message: message RIL_SIM_SAP_APDU_RSP
67 // Message: message RIL_SIM_SAP_TRANSFER_ATR_REQ
69 // Message: message RIL_SIM_SAP_TRANSFER_ATR_RSP
[all …]
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
Dmsg_formatting.h102 class Message {};
121 using PromptUserConfirmationMsg = Message<PromptUserConfirmation_t, hidl_string, hidl_vec<uint8_t>,
123 using PromptUserConfirmationResponse = Message<ResponseCode>;
124 using DeliverSecureInputEventMsg = Message<DeliverSecureInputEvent_t, HardwareAuthToken>;
125 using DeliverSecureInputEventRespose = Message<ResponseCode>;
126 using AbortMsg = Message<Abort_t>;
127 using ResultMsg = Message<ResponseCode, hidl_vec<uint8_t>, hidl_vec<uint8_t>>;
268 inline std::tuple<ReadStream, HardwareAuthToken> read(Message<HardwareAuthToken>, ReadStream in_) {
310 inline std::tuple<ReadStream, ResponseCode> read(Message<ResponseCode>, ReadStream in) {
318 inline std::tuple<ReadStream, hidl_vec<uint8_t>> read(Message<hidl_vec<uint8_t>>, ReadStream in) {
[all …]
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_CmdQueue.cpp81 void MessageQueue::enqueue(Message *item) in enqueue()
104 Message* MessageQueue::dequeue(void) in dequeue()
112 Message *tmp = Head; in dequeue()
124 Message *item = NULL; in Process()
DIPACM_EvtDispatcher.cpp58 Message *item = NULL; in PostEvt()
77 item = new Message(); in PostEvt()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_CmdQueue.cpp81 void MessageQueue::enqueue(Message *item) in enqueue()
104 Message* MessageQueue::dequeue(void) in dequeue()
112 Message *tmp = Head; in dequeue()
124 Message *item = NULL; in Process()
DIPACM_EvtDispatcher.cpp58 Message *item = NULL; in PostEvt()
77 item = new Message(); in PostEvt()
/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.h128 CodecObserver(std::function<void(Message, const BufferInfo*)> fn) in CodecObserver()
130 Return<void> onMessages(const hidl_vec<Message>& messages) override { in onMessages()
132 for (hidl_vec<Message>::const_iterator it = messages.begin(); in onMessages()
140 Message* msg, int64_t timeoutUs,
146 android::List<Message>::iterator it = msgQueue.begin();
149 android::hardware::media::omx::V1_0::Message::Type::EVENT) {
162 Message::Type::FILL_BUFFER_DONE) {
177 Message::Type::EMPTY_BUFFER_DONE) {
204 android::List<Message> msgQueue;
207 std::function<void(Message, const BufferInfo*)> callBack;
[all …]
Dmedia_hidl_test_common.cpp46 using ::android::hardware::media::omx::V1_0::Message;
420 Message msg; in changeStateLoadedtoIdle()
462 ASSERT_EQ(msg.type, Message::Type::EVENT); in changeStateLoadedtoIdle()
479 Message msg; in changeStateIdletoLoaded()
517 ASSERT_EQ(msg.type, Message::Type::EVENT); in changeStateIdletoLoaded()
531 Message msg; in changeStateIdletoExecute()
539 ASSERT_EQ(msg.type, Message::Type::EVENT); in changeStateIdletoExecute()
554 Message msg; in changeStateExecutetoIdle()
562 ASSERT_EQ(msg.type, Message::Type::EVENT); in changeStateExecutetoIdle()
663 Message msg; in flushPorts()
[all …]
/hardware/interfaces/confirmationui/support/test/
Dmsg_formatting_test.cpp27 using android::hardware::confirmationui::support::Message;
124 out = write(Message<HardwareAuthToken>(), out, expected); in TEST()
126 std::tie(in, actual) = read(Message<HardwareAuthToken>(), in); in TEST()
/hardware/interfaces/media/omx/1.0/vts/functional/component/
DVtsHalMediaOmxV1_0TargetComponentTest.cpp35 using ::android::hardware::media::omx::V1_0::Message;
198 Message msgin, msgout; in TEST_F()
200 msgin.type = Message::Type::EVENT; in TEST_F()
498 Message msg; in TEST_F()
569 Message msg; in TEST_F()
632 ASSERT_EQ(msg.type, Message::Type::EVENT); in TEST_F()
656 ASSERT_EQ(msg.type, Message::Type::EVENT); in TEST_F()
677 Message msg; in TEST_F()
742 Message msg; in TEST_F()
798 ASSERT_EQ(msg.type, Message::Type::EVENT); in TEST_F()
[all …]
/hardware/interfaces/media/omx/1.0/vts/functional/audio/
DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp35 using ::android::hardware::media::omx::V1_0::Message;
75 new CodecObserver([this](Message msg, const BufferInfo* buffer) { in SetUp()
157 void handleMessage(Message msg, const BufferInfo* buffer) { in handleMessage()
160 if (msg.type == Message::Type::FILL_BUFFER_DONE) { in handleMessage()
279 Message msg; in waitOnInputConsumption()
314 Message msg; in encodeNFrames()
DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp35 using ::android::hardware::media::omx::V1_0::Message;
75 new CodecObserver([this](Message msg, const BufferInfo* buffer) { in SetUp()
180 void handleMessage(Message msg, const BufferInfo* buffer) { in handleMessage()
182 if (msg.type == Message::Type::FILL_BUFFER_DONE) { in handleMessage()
459 Message msg, PortMode oPortMode, void* args) { in portReconfiguration()
488 ASSERT_EQ(msg.type, Message::Type::EVENT); in portReconfiguration()
528 ASSERT_EQ(msg.type, Message::Type::EVENT); in portReconfiguration()
553 Message msg; in waitOnInputConsumption()
561 ASSERT_EQ(msg.type, Message::Type::EVENT); in waitOnInputConsumption()
595 Message msg; in decodeNFrames()
[all …]
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp35 using ::android::hardware::media::omx::V1_0::Message;
76 new CodecObserver([this](Message msg, const BufferInfo* buffer) { in SetUp()
183 void handleMessage(Message msg, const BufferInfo* buffer) { in handleMessage()
185 if (msg.type == Message::Type::FILL_BUFFER_DONE) { in handleMessage()
237 } else if (msg.type == Message::Type::EVENT) { in handleMessage()
379 Message msg, PortMode oPortMode, void* args) { in portReconfiguration()
391 android::List<Message> msgQueueDefer; in portReconfiguration()
423 ASSERT_EQ(msg.type, Message::Type::EVENT); in portReconfiguration()
461 ASSERT_EQ(msg.type, Message::Type::EVENT); in portReconfiguration()
466 android::List<Message>::iterator it = msgQueueDefer.begin(); in portReconfiguration()
[all …]
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp47 using ::android::hardware::media::omx::V1_0::Message;
90 new CodecObserver([this](Message msg, const BufferInfo* buffer) { in SetUp()
185 void handleMessage(Message msg, const BufferInfo* buffer) { in handleMessage()
188 if (msg.type == Message::Type::FILL_BUFFER_DONE) { in handleMessage()
600 Message msg; in waitOnInputConsumption()
988 Message msg; in encodeNFrames()
1009 ASSERT_EQ(msg.type, Message::Type::EVENT); in encodeNFrames()
/hardware/interfaces/media/omx/1.0/
DIOmxObserver.hal33 oneway onMessages(vec<Message> messages);
DIOmxNode.hal343 * @param msg Message to send.
349 Message msg
/hardware/interfaces/fastboot/1.0/
Dtypes.hal56 * Message pertaining to the status. It must be a failure message for
/hardware/interfaces/gnss/1.0/
DIGnssNavigationMessageCallback.hal52 * Status of Navigation Message
88 * Message identifier. It provides an index so the complete Navigation
89 * Message can be assembled.
/hardware/interfaces/sensors/2.0/
DISensors.hal70 * Initialize the Sensors HAL's Fast Message Queues (FMQ) and callback.
72 * The Fast Message Queues (FMQ) that are used to send data between the
137 * @param eventQueueDescriptor Fast Message Queue descriptor that is used to
141 * @param wakeLockDescriptor Fast Message Queue descriptor that is used to
/hardware/interfaces/camera/device/1.0/
Dtypes.hal61 * Message types for ICameraDevice@1.0::enableMsgType()/disableMsgType()
162 * Message types for ICameraDevice1Callback::notifyCallback()
175 * Message types for ICameraDevice1Callback::dataCallback() and
/hardware/interfaces/media/omx/1.0/vts/functional/master/
DVtsHalMediaOmxV1_0TargetMasterTest.cpp37 using ::android::hardware::media::omx::V1_0::Message;
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal96 * @param msg Message string in UTF-8, if applicable
229 * @param msg Cdma Sms Message
238 * which indicates each page of a CBS Message sent to the MS by the
241 * bytes which contain between 1 and 15 CBS Message pages sent as one
/hardware/interfaces/radio/1.2/
Dtypes.hal578 * 97 - Message type non-existent or not implemented
579 * 98 - Message type not compatible with protocol state
582 * 101 - Message not compatible with protocol state

12