/hardware/interfaces/tests/msgq/1.0/ |
D | ITestMsgQ.hal | 58 * @param count Number to messages to write. 68 * @param count Number to messages to read. 78 * @param count Number to messages to write. 88 * @param count Number to messages to read. 97 * @param count Number of messages to read. 106 * @param count Number of messages to read. 114 * @param count Number of messages to read in a single blocking read.
|
D | IBenchmarkMsgQ.hal | 42 * @param count Number to messages to write. 50 * @param count Number to messages to read.
|
/hardware/interfaces/media/bufferpool/2.0/ |
D | IAccessor.hal | 34 * from a buffer pool client. A buffer pool synchronizes FMQ messages when 39 * FMQ messages are sent when a buffer is acquired or released. Also, FMQ 40 * messages are sent when a buffer is transferred from a client to another 55 * Observer is provided to ensure FMQ messages are processed even when 69 * sender and receiver in FMQ messages during buffer transfer. 72 * post buffer status messages. 74 * receive buffer invalidation messages from the buffer pool.
|
D | README.md | 19 buffer pool client. A buffer pool synchronizes FMQ messages when there is a 24 FMQ messages are sent when a buffer is acquired or released. Also, FMQ messages 37 FMQ messages are defined in BufferStatus and BufferStatusMessage of 'types.hal'.
|
/hardware/interfaces/media/bufferpool/1.0/ |
D | IAccessor.hal | 33 * from a buffer pool client. A buffer pool synchronizes FMQ messages when 38 * FMQ messages are sent when a buffer is acquired or released. Also, FMQ 39 * messages are sent when a buffer is transferred from a client to another 61 * sender and receiver in FMQ messages during buffer transfer. 63 * send/receive FMQ messages.
|
D | README.md | 19 buffer pool client. A buffer pool synchronizes FMQ messages when there is a 24 FMQ messages are sent when a buffer is acquired or released. Also, FMQ messages 37 FMQ messages are defined in BufferStatus and BufferStatusMessage of 'types.hal'.
|
/hardware/interfaces/automotive/can/1.0/ |
D | types.hal | 49 * Ignored for outgoing messages. 73 * Single filter rule for CAN messages. 99 /** Default, FilterFlag doesn't effect what messages filtered */ 101 /** This FilterFlag MUST be present in received messages to pass though the filter */ 103 /** This FilterFlag must NOT be present in received messages to pass though the filter */
|
D | ICanBus.hal | 40 * Requests HAL implementation to listen for specific CAN messages. 42 * HAL is responsible for maintaining listener set and sending out messages 54 * @param listener The interface to receive the messages on
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/proto/ |
D | VehicleHalProto.proto | 21 // CMD messages are from workstation --> VHAL 22 // RESP messages are from VHAL --> workstation 102 optional Status status = 2; // Only for RESP messages
|
/hardware/interfaces/automotive/can/1.0/vts/functional/ |
D | VtsHalCanBusVirtualV1_0TargetTest.cpp | 67 const auto messages = mMessages; in fetchMessages() local 69 return messages; in fetchMessages() 163 static void clearTimestamps(std::vector<CanMessage>& messages) { in clearTimestamps() argument 164 std::for_each(messages.begin(), messages.end(), [](auto& msg) { msg.timestamp = 0; }); in clearTimestamps() 231 auto messages = listener->fetchMessages(100ms); in TEST_P() local 232 ASSERT_EQ(1u, messages.size()); in TEST_P() 233 ASSERT_NEAR(uint64_t(elapsedRealtimeNano()), messages[0].timestamp, in TEST_P() 235 clearTimestamps(messages); in TEST_P() 236 ASSERT_EQ(msg, messages[0]); in TEST_P()
|
/hardware/qcom/sm8150/media/hypv-intercept/ |
D | hypv_intercept.cpp | 89 static int event_notify(void *context, void *messages); 267 static int event_notify(void *context, void *messages) in event_notify() argument 270 int flags = *(int *)messages; in event_notify()
|
/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | types.hal | 79 * In general, these messages will result in a "Try again" message. 92 /** vendor-specific acquisition messages start here */ 94 /** vendor-specific acquisition messages */
|
/hardware/interfaces/tv/tuner/1.1/ |
D | IFrontendCallback.hal | 26 * the client of the v1_1 extended scan messages.
|
/hardware/interfaces/tv/tuner/1.0/ |
D | IFrontendCallback.hal | 29 * the client of scan messages.
|
/hardware/interfaces/camera/device/1.0/ |
D | ICameraDevice.hal | 192 * Enable a message, or set of messages. 194 * @param msgType The bitfield of messages to enable. 199 * Disable a message, or a set of messages. 208 * @param msgType The bitfield of messages to disable. 213 * Query whether a message, or a set of messages, is enabled. Note that 214 * this is operates as an AND, if any of the messages queried are off, this 217 * @param msgType The bitfield of messages to query.
|
D | ICameraDeviceCallback.hal | 106 * @param batch a vector messages. Each message contains a image buffer and a timestamp. The 107 * messages must be ordered in time from lower index to higher index, so that timestamp of
|
/hardware/interfaces/drm/1.4/ |
D | ICryptoPlugin.hal | 30 * @return logMessages latest plugin level log messages. Can be used
|
/hardware/interfaces/wifi/hostapd/1.2/ |
D | types.hal | 62 * Only log messages with a level greater than the set level
|
/hardware/interfaces/cas/1.1/ |
D | ICas.hal | 25 * the cas system, and process the EMM/ECM messages. It also allows bi-directional,
|
/hardware/interfaces/cas/1.2/ |
D | ICas.hal | 28 * the cas system, and process the EMM/ECM messages. It also allows bi-directional,
|
/hardware/interfaces/media/omx/1.0/vts/functional/common/ |
D | media_hidl_test_common.h | 138 Return<void> onMessages(const hidl_vec<Message>& messages) override { in onMessages() 140 for (hidl_vec<Message>::const_iterator it = messages.begin(); in onMessages() 141 it != messages.end(); ++it) { in onMessages()
|
/hardware/interfaces/biometrics/fingerprint/2.2/ |
D | types.hal | 29 * In general, these messages will result in a "Try again" message.
|
/hardware/interfaces/media/omx/1.0/ |
D | IOmx.hal | 58 * @param observer An observer object that will receive messages from
|
/hardware/interfaces/contexthub/1.2/ |
D | IContexthub.hal | 39 * messages to the service from a context hub. There can be a maximum of
|
D | IContexthubCallback.hal | 24 * implementation to allow the HAL to send asynchronous messages back
|