/hardware/qcom/sdm845/data/ipacfg-mgr/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/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 | 19 // 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/ |
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/qcom/sdm845/data/ipacfg-mgr/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 | 128 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 …]
|
D | media_hidl_test_common.cpp | 46 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/ |
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; 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/ |
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 | VtsHalMediaOmxV1_0TargetAudioDecTest.cpp | 35 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/ |
D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 35 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 …]
|
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 47 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/ |
D | IOmxObserver.hal | 33 oneway onMessages(vec<Message> messages);
|
D | IOmxNode.hal | 343 * @param msg Message to send. 349 Message msg
|
/hardware/interfaces/fastboot/1.0/ |
D | types.hal | 56 * Message pertaining to the status. It must be a failure message for
|
/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/sensors/2.0/ |
D | ISensors.hal | 70 * 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/ |
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 | 578 * 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
|