Home
last modified time | relevance | path

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

12

/hardware/interfaces/media/omx/1.0/
DIOmxObserver.hal24 * IOmxObserver is a listener interface for OMX messages sent from an IOmxNode
30 * Invoked to process messages from an IOmxNode instance. Note that messages
33 oneway onMessages(vec<Message> messages);
DIOmx.hal58 * @param observer An observer object that will receive messages from
Dtypes.hal60 * There are four main types of messages.
/hardware/interfaces/tests/msgq/1.0/
DITestMsgQ.hal55 * @param count Number to messages to write.
65 * @param count Number to messages to read.
75 * @param count Number to messages to write.
85 * @param count Number to messages to read.
94 * @param count Number of messages to read.
103 * @param count Number of messages to read.
111 * @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/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/vehicle/2.0/default/impl/vhal_v2_0/proto/
DVehicleHalProto.proto22 // CMD messages are from workstation --> VHAL
23 // RESP messages are from VHAL --> workstation
103 optional Status status = 2; // Only for RESP messages
/hardware/google/av/codec2/vndk/bufferpool/
DBufferStatus.cpp73 void BufferStatusObserver::getBufferStatusChanges(std::vector<BufferStatusMessage> &messages) { in getBufferStatusChanges() argument
86 messages.push_back(message); in getBufferStatusChanges()
DBufferStatus.h74 void getBufferStatusChanges(std::vector<BufferStatusMessage> &messages);
DAccessorImpl.cpp370 std::vector<BufferStatusMessage> messages; in processStatusMessages() local
371 mObserver.getBufferStatusChanges(messages); in processStatusMessages()
373 for (BufferStatusMessage& message: messages) { in processStatusMessages()
408 messages.clear(); in processStatusMessages()
/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/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/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.h118 Return<void> onMessages(const hidl_vec<Message>& messages) override { in onMessages()
120 for (hidl_vec<Message>::const_iterator it = messages.begin(); in onMessages()
121 it != messages.end(); ++it) { in onMessages()
/hardware/interfaces/contexthub/1.0/
Dtypes.hal149 // must not be used for messages from the hub to host.
150 // This value may be used for messages from the host
DIContexthubCallback.hal22 * implementation to allow the HAL to send asynchronous messages back
DIContexthub.hal38 * messages to the service from a context hub. There can be a maximum of
/hardware/interfaces/camera/device/3.2/
DICameraDeviceCallback.hal97 * message. In this case, individual ERROR_RESULT/ERROR_BUFFER messages
116 * require specific timing. Multiple messages may be sent in one call; a
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal58 * Server must not send newSms() nor newSmsStatusReport() messages until a
72 * Server must not send newSms() nor newSmsStatusReport() messages until a
176 * SIM until space is freed. In particular, incoming Class 2 messages must not
225 * Server must not send cdmaNewSms() messages until
/hardware/interfaces/wifi/1.2/
Dtypes.hal50 * lower power consumption, but may result in some missed messages and hence increased latency.
/hardware/intel/common/libmix/mix_common/
DINSTALL51 some messages telling which features it is checking for.
271 Do not print messages saying which checks are being made. To
273 messages will still be shown).
/hardware/interfaces/cas/1.0/
DICas.hal23 * the cas system, and process the EMM/ECM messages. It also allows bi-directional,
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicant.hal30 * Only log messages with a level greater than the set level
/hardware/interfaces/keymaster/3.0/
Dtypes.hal72 ORIGINATION_EXPIRE_DATETIME = TagType:DATE | 401, /* Date when new "messages" should no longer
74 USAGE_EXPIRE_DATETIME = TagType:DATE | 402, /* Date when existing "messages" should no

12