/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_CmdQueue.h | 63 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/ |
D | sap-api.proto | 17 // Message Header 39 // Message: message RIL_SIM_SAP_CONNECT_REQ 41 // Message: message RIL_SIM_SAP_CONNECT_RSP 47 // Message: message RIL_SIM_SAP_DISCONNECT_REQ 49 // Message: message RIL_SIM_SAP_DISCONNECT_RSP 51 // Message: message RIL_SIM_SAP_DISCONNECT_IND 57 // Message: message RIL_SIM_SAP_APDU_REQ 59 // Message: message RIL_SIM_SAP_APDU_RSP 65 // Message: message RIL_SIM_SAP_TRANSFER_ATR_REQ 67 // Message: message RIL_SIM_SAP_TRANSFER_ATR_RSP [all …]
|
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
D | msg_formatting.h | 102 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/ |
D | IPACM_CmdQueue.cpp | 81 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()
|
D | IPACM_EvtDispatcher.cpp | 58 Message *item = NULL; in PostEvt() 77 item = new Message(); in PostEvt()
|
/hardware/interfaces/media/omx/1.0/vts/functional/common/ |
D | media_hidl_test_common.h | 116 CodecObserver(std::function<void(Message, const BufferInfo*)> fn) in CodecObserver() 118 Return<void> onMessages(const hidl_vec<Message>& messages) override { in onMessages() 120 for (hidl_vec<Message>::const_iterator it = messages.begin(); in onMessages() 128 Message* msg, int64_t timeoutUs, 134 android::List<Message>::iterator it = msgQueue.begin(); 137 android::hardware::media::omx::V1_0::Message::Type::EVENT) { 150 Message::Type::FILL_BUFFER_DONE) { 165 Message::Type::EMPTY_BUFFER_DONE) { 192 android::List<Message> msgQueue; 195 std::function<void(Message, const BufferInfo*)> callBack; [all …]
|
D | media_hidl_test_common.cpp | 41 using ::android::hardware::media::omx::V1_0::Message; 378 Message msg; in changeStateLoadedtoIdle() 409 ASSERT_EQ(msg.type, Message::Type::EVENT); in changeStateLoadedtoIdle() 426 Message msg; in changeStateIdletoLoaded() 453 ASSERT_EQ(msg.type, Message::Type::EVENT); in changeStateIdletoLoaded() 467 Message msg; in changeStateIdletoExecute() 475 ASSERT_EQ(msg.type, Message::Type::EVENT); in changeStateIdletoExecute() 490 Message msg; in changeStateExecutetoIdle() 498 ASSERT_EQ(msg.type, Message::Type::EVENT); in changeStateExecutetoIdle() 599 Message msg; in flushPorts() [all …]
|
/hardware/interfaces/confirmationui/support/test/ |
D | msg_formatting_test.cpp | 27 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/ |
D | VtsHalMediaOmxV1_0TargetComponentTest.cpp | 35 using ::android::hardware::media::omx::V1_0::Message; 184 Message msgin, msgout; in TEST_F() 186 msgin.type = Message::Type::EVENT; in TEST_F() 484 Message msg; in TEST_F() 555 Message msg; in TEST_F() 618 ASSERT_EQ(msg.type, Message::Type::EVENT); in TEST_F() 642 ASSERT_EQ(msg.type, Message::Type::EVENT); in TEST_F() 663 Message msg; in TEST_F() 728 Message msg; in TEST_F() 784 ASSERT_EQ(msg.type, Message::Type::EVENT); in TEST_F() [all …]
|
/hardware/interfaces/media/omx/1.0/vts/functional/audio/ |
D | VtsHalMediaOmxV1_0TargetAudioEncTest.cpp | 35 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()
|
D | media_audio_hidl_test_common.cpp | 35 using ::android::hardware::media::omx::V1_0::Message;
|
/hardware/interfaces/media/omx/1.0/ |
D | Android.bp | 27 "Message",
|
D | IOmxObserver.hal | 33 oneway onMessages(vec<Message> messages);
|
D | IOmxNode.hal | 343 * @param msg Message to send. 349 Message msg
|
D | types.hal | 57 struct Message {
|
/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 35 using ::android::hardware::media::omx::V1_0::Message; 76 new CodecObserver([this](Message msg, const BufferInfo* buffer) { in SetUp() 173 void handleMessage(Message msg, const BufferInfo* buffer) { in handleMessage() 175 if (msg.type == Message::Type::FILL_BUFFER_DONE) { in handleMessage() 227 } else if (msg.type == Message::Type::EVENT) { in handleMessage() 369 Message msg, PortMode oPortMode, void* args) { in portReconfiguration() 381 android::List<Message> msgQueueDefer; in portReconfiguration() 413 ASSERT_EQ(msg.type, Message::Type::EVENT); in portReconfiguration() 451 ASSERT_EQ(msg.type, Message::Type::EVENT); in portReconfiguration() 456 android::List<Message>::iterator it = msgQueueDefer.begin(); in portReconfiguration() [all …]
|
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 47 using ::android::hardware::media::omx::V1_0::Message; 89 new CodecObserver([this](Message msg, const BufferInfo* buffer) { in SetUp() 184 void handleMessage(Message msg, const BufferInfo* buffer) { in handleMessage() 187 if (msg.type == Message::Type::FILL_BUFFER_DONE) { in handleMessage() 544 Message msg; in waitOnInputConsumption() 916 Message msg; in encodeNFrames() 937 ASSERT_EQ(msg.type, Message::Type::EVENT); in encodeNFrames()
|
D | media_video_hidl_test_common.cpp | 35 using ::android::hardware::media::omx::V1_0::Message;
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssNavigationMessageCallback.hal | 52 * Status of Navigation Message 88 * Message identifier. It provides an index so the complete Navigation 89 * Message can be assembled.
|
/hardware/interfaces/camera/device/1.0/ |
D | types.hal | 61 * 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/ |
D | VtsHalMediaOmxV1_0TargetMasterTest.cpp | 37 using ::android::hardware::media::omx::V1_0::Message;
|
/hardware/interfaces/radio/1.0/ |
D | IRadioIndication.hal | 96 * @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/ |
D | types.hal | 548 * 97 - Message type non-existent or not implemented 549 * 98 - Message type not compatible with protocol state 552 * 101 - Message not compatible with protocol state
|
/hardware/interfaces/contexthub/1.0/ |
D | types.hal | 158 vec<uint8_t> msg; // Message body
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 552 * An error has occurred. NotifyMsg::Message::Error contains the 559 * begun. NotifyMsg::Message::Shutter contains the information 608 * Message contents for MsgType::ERROR 633 * Message contents for MsgType::SHUTTER 661 union Message {
|