Home
last modified time | relevance | path

Searched refs:messages (Results 1 – 25 of 54) sorted by relevance

123

/hardware/interfaces/tests/msgq/1.0/
DITestMsgQ.hal58 * @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.
DIBenchmarkMsgQ.hal42 * @param count Number to messages to write.
50 * @param count Number to messages to read.
/hardware/interfaces/media/bufferpool/2.0/
DIAccessor.hal34 * 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.
DREADME.md19 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/
DIAccessor.hal33 * 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.
DREADME.md19 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/
Dtypes.hal49 * 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 */
DICanBus.hal40 * 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/
DVehicleHalProto.proto21 // 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/
DVtsHalCanBusVirtualV1_0TargetTest.cpp67 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/
Dhypv_intercept.cpp89 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/
Dtypes.hal79 * 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/
DIFrontendCallback.hal26 * the client of the v1_1 extended scan messages.
/hardware/interfaces/tv/tuner/1.0/
DIFrontendCallback.hal29 * the client of scan messages.
/hardware/interfaces/camera/device/1.0/
DICameraDevice.hal192 * 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.
DICameraDeviceCallback.hal106 * @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/
DICryptoPlugin.hal30 * @return logMessages latest plugin level log messages. Can be used
/hardware/interfaces/wifi/hostapd/1.2/
Dtypes.hal62 * Only log messages with a level greater than the set level
/hardware/interfaces/cas/1.1/
DICas.hal25 * the cas system, and process the EMM/ECM messages. It also allows bi-directional,
/hardware/interfaces/cas/1.2/
DICas.hal28 * the cas system, and process the EMM/ECM messages. It also allows bi-directional,
/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.h138 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/
Dtypes.hal29 * In general, these messages will result in a "Try again" message.
/hardware/interfaces/media/omx/1.0/
DIOmx.hal58 * @param observer An observer object that will receive messages from
/hardware/interfaces/contexthub/1.2/
DIContexthub.hal39 * messages to the service from a context hub. There can be a maximum of
DIContexthubCallback.hal24 * implementation to allow the HAL to send asynchronous messages back

123