Home
last modified time | relevance | path

Searched refs:receiver (Results 1 – 25 of 32) sorted by relevance

12

/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DValidateBurst.cpp64 std::unique_ptr<ResultChannelReceiver>* receiver, in createBurst() argument
69 ASSERT_NE(nullptr, receiver); in createBurst()
98 *receiver = std::move(fmqResultChannel); in createBurst()
110 std::unique_ptr<ResultChannelReceiver> receiver; in createBurstWithResultChannelLength() local
113 ASSERT_NO_FATAL_FAILURE(createBurst(preparedModel, callback, &sender, &receiver, &context, in createBurstWithResultChannelLength()
116 ASSERT_NE(nullptr, receiver.get()); in createBurstWithResultChannelLength()
120 *controller = std::make_shared<ExecutionBurstController>(std::move(sender), std::move(receiver), in createBurstWithResultChannelLength()
127 static void validate(RequestChannelSender* sender, ResultChannelReceiver* receiver, in validate() argument
145 auto results = receiver->getBlocking(); in validate()
185 static void removeDatumTest(RequestChannelSender* sender, ResultChannelReceiver* receiver, in removeDatumTest() argument
[all …]
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateBurst.cpp59 std::unique_ptr<ResultChannelReceiver>* receiver, in createBurst() argument
64 ASSERT_NE(nullptr, receiver); in createBurst()
92 *receiver = std::move(fmqResultChannel); in createBurst()
104 std::unique_ptr<ResultChannelReceiver> receiver; in createBurstWithResultChannelLength() local
107 ASSERT_NO_FATAL_FAILURE(createBurst(preparedModel, callback, &sender, &receiver, &context, in createBurstWithResultChannelLength()
110 ASSERT_NE(nullptr, receiver.get()); in createBurstWithResultChannelLength()
114 *controller = std::make_shared<ExecutionBurstController>(std::move(sender), std::move(receiver), in createBurstWithResultChannelLength()
121 static void validate(RequestChannelSender* sender, ResultChannelReceiver* receiver, in validate() argument
139 auto results = receiver->getBlocking(); in validate()
179 static void removeDatumTest(RequestChannelSender* sender, ResultChannelReceiver* receiver, in removeDatumTest() argument
[all …]
/hardware/interfaces/media/bufferpool/2.0/
DREADME.md29 include a receiver's ID and a transaction ID. A receiver must send the
31 registered the receiver via an FMQ message, The buffer pool must verify the
32 receiver with the transaction ID. In order to prevent faking a receiver, a
52 sets up a process to be a receiver of buffers from a buffer pool. The manager
DIAccessor.hal45 * must include a receiver's ID and a transaction ID. A receiver must send
47 * sender already registered the receiver via an FMQ message, The buffer
48 * pool must verify the receiver with the transaction ID. In order to
49 * prevent faking a receiver, a connection to a buffer pool from client is
69 * sender and receiver in FMQ messages during buffer transfer.
Dtypes.hal56 /** Buffer transfer is acked by the receiver client. */
58 /** Buffer transfer is timed out by receiver client. */
60 /** Buffer transfer is not acked by the receiver. */
DIClientManager.hal23 * created IConnection represents a communication node(receiver) with the
/hardware/interfaces/media/bufferpool/1.0/
DREADME.md29 include a receiver's ID and a transaction ID. A receiver must send the
31 registered the receiver via an FMQ message, The buffer pool must verify the
32 receiver with the transaction ID. In order to prevent faking a receiver, a
52 sets up a process to be a receiver of buffers from a buffer pool. The manager
DIAccessor.hal44 * must include a receiver's ID and a transaction ID. A receiver must send
46 * sender already registered the receiver via an FMQ message, The buffer
47 * pool must verify the receiver with the transaction ID. In order to
48 * prevent faking a receiver, a connection to a buffer pool from client is
61 * sender and receiver in FMQ messages during buffer transfer.
Dtypes.hal56 /** Buffer transfer is acked by the receiver client. */
58 /** Buffer transfer is timed out by receiver client. */
60 /** Buffer transfer is not acked by the receiver. */
DIClientManager.hal22 * created IConnection represents a communication node(receiver) with the
/hardware/interfaces/gnss/1.0/
DIGnssMeasurementCallback.hal203 * The GNSS receiver internal clock value. This is the local hardware clock
209 * hwClockDiscontinuityCount field). The receiver's estimate of GNSS time
214 * that GNSS receiver can achieve.
235 * The difference between hardware clock ('time' field) inside GNSS receiver
241 * If receiver has computed time for a non-GPS constellation, the time offset of
248 * This value is mandatory if the receiver has estimated GPS time.
260 * This value is mandatory if the receiver has estimated GPS time.
274 * This value is mandatory if the receiver has estimated GPS time.
287 * This value is mandatory if the receiver has estimated GPS time.
298 * This value is mandatory if the receiver has estimated GPS time.
[all …]
DIGnssXtra.hal20 * Inject the downloaded XTRA data into the GNSS receiver.
DIGnssNavigationMessageCallback.hal56 * receiver has corrected those words, the status must be set to PARITY_REBUILT.
154 * receiver, not data received from an external source (i.e. not from a server
DIGnssCallback.hal123 * For an L1, L5 receiver tracking a satellite on L1 and L5 at the same
/hardware/interfaces/media/c2/1.0/
DIInputSink.hal22 * An `IInputSink` is a receiver of work items.
DIComponentStore.hal41 * @param listener Callback receiver.
/hardware/interfaces/media/c2/1.2/
DIComponentStore.hal43 * @param listener Callback receiver.
/hardware/interfaces/media/c2/1.1/
DIComponentStore.hal43 * @param listener Callback receiver.
/hardware/interfaces/gnss/2.1/
DIGnssCallback.hal61 * If a signal has separate components (e.g. Pilot and Data channels) and the receiver only
DIGnssMeasurementCallback.hal82 * This value is the sum of the estimated receiver-side and the space-segment-side
153 * If a signal has separate components (e.g. Pilot and Data channels) and the receiver only
DIGnssAntennaInfoCallback.hal96 * measured at the antenna feed point without considering the radio and receiver
/hardware/interfaces/automotive/evs/1.1/
DIEvsUltrasonicsArray.hal41 * If this many frames have been delivered to the receiver without being returned
/hardware/interfaces/tv/cec/1.0/
Dtypes.hal205 /** logical address of receiver */
/hardware/interfaces/gnss/measurement_corrections/1.0/
Dtypes.hal45 * For a receiver with capabilities to track multiple frequencies for the same satellite,
/hardware/interfaces/camera/device/1.0/
Dtypes.hal75 * receiver's responsiblity to make sure that the frame data won't get

12