/hardware/interfaces/media/omx/1.0/ |
D | IOmxObserver.hal | 24 * 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);
|
D | IOmx.hal | 58 * @param observer An observer object that will receive messages from
|
D | types.hal | 60 * There are four main types of messages.
|
/hardware/interfaces/tests/msgq/1.0/ |
D | ITestMsgQ.hal | 55 * @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.
|
D | IBenchmarkMsgQ.hal | 42 * @param count Number to messages to write. 50 * @param count Number to messages to read.
|
/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/vehicle/2.0/default/impl/vhal_v2_0/proto/ |
D | VehicleHalProto.proto | 22 // 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/ |
D | BufferStatus.cpp | 73 void BufferStatusObserver::getBufferStatusChanges(std::vector<BufferStatusMessage> &messages) { in getBufferStatusChanges() argument 86 messages.push_back(message); in getBufferStatusChanges()
|
D | BufferStatus.h | 74 void getBufferStatusChanges(std::vector<BufferStatusMessage> &messages);
|
D | AccessorImpl.cpp | 370 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/ |
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/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/media/omx/1.0/vts/functional/common/ |
D | media_hidl_test_common.h | 118 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/ |
D | types.hal | 149 // must not be used for messages from the hub to host. 150 // This value may be used for messages from the host
|
D | IContexthubCallback.hal | 22 * implementation to allow the HAL to send asynchronous messages back
|
D | IContexthub.hal | 38 * messages to the service from a context hub. There can be a maximum of
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDeviceCallback.hal | 97 * 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/ |
D | IRadioIndication.hal | 58 * 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/ |
D | types.hal | 50 * lower power consumption, but may result in some missed messages and hence increased latency.
|
/hardware/intel/common/libmix/mix_common/ |
D | INSTALL | 51 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/ |
D | ICas.hal | 23 * the cas system, and process the EMM/ECM messages. It also allows bi-directional,
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicant.hal | 30 * Only log messages with a level greater than the set level
|
/hardware/interfaces/keymaster/3.0/ |
D | types.hal | 72 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
|