Home
last modified time | relevance | path

Searched refs:received (Results 1 – 25 of 126) sorted by relevance

123456

/hardware/google/camera/common/hal/tests/
Dresult_dispatcher_tests.cc144 bool received = callback_condition_.wait_for( in WaitForShutter() local
148 return received ? OK : TIMED_OUT; in WaitForShutter()
164 bool received = callback_condition_.wait_for( in WaitForResultMetadata() local
168 return received ? OK : TIMED_OUT; in WaitForResultMetadata()
189 bool received = callback_condition_.wait_for( in WaitForOuptutBuffer() local
193 return received ? OK : TIMED_OUT; in WaitForOuptutBuffer()
Dcamera_device_session_tests.cc197 bool received = callback_condition_.wait_for( in WaitForResult() local
201 return received ? OK : TIMED_OUT; in WaitForResult()
222 bool received = callback_condition_.wait_for( in WaitForShutter() local
226 return received ? OK : TIMED_OUT; in WaitForShutter()
/hardware/interfaces/automotive/can/1.0/
DICanMessageListener.hal23 * Called on received CAN message.
26 * was received by the hardware. If it's not possible to fetch exact
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal54 * Indicates when new SMS is received.
59 * acknowledgeLastIncomingGsmSms() has been received
68 * Indicates when new SMS Status Report is received.
73 * acknowledgeLastIncomingGsmSms() has been received
90 * Indicates when a new USSD message is received.
101 * Indicates when radio has received a NITZ time message.
105 * @param receivedTime milliseconds since boot that the NITZ time was received
222 * Indicates when new CDMA SMS is received
226 * acknowledgeLastIncomingCdmaSms() has been received
234 * Indicates when new Broadcast SMS is received
[all …]
/hardware/interfaces/wifi/1.0/
DIWifiEventCallback.hal28 * completed. When this event is received all IWifiChip objects retrieved
36 * (full state reset). When this event is received all IWifiChip & IWifiIface
DIWifiNanIfaceEventCallback.hal221 * Asynchronous callback indicating that a cluster event has been received.
274 * Asynchronous callback indicating that a followup message has been received from a peer.
293 * peer (received by the intended Respodner).
300 * Asynchronous callback indicating a data-path (NDP) setup has been completed: received by
308 * Asynchronous callback indicating a list of data-paths (NDP) have been terminated: received by
DIWifiStaIfaceEventCallback.hal29 * Called for each received beacon/probe response for a scan with the
/hardware/interfaces/automotive/evs/1.0/vts/functional/
DFrameHandler.cpp118 void FrameHandler::getFramesCounters(unsigned* received, unsigned* displayed) { in getFramesCounters() argument
121 if (received) { in getFramesCounters()
122 *received = mFramesReceived; in getFramesCounters()
DFrameHandler.h63 void getFramesCounters(unsigned* received, unsigned* displayed);
/hardware/interfaces/automotive/evs/1.1/vts/functional/
DFrameHandler.cpp122 void FrameHandler::getFramesCounters(unsigned* received, unsigned* displayed) { in getFramesCounters() argument
125 if (received) { in getFramesCounters()
126 *received = mFramesReceived; in getFramesCounters()
DFrameHandler.h79 void getFramesCounters(unsigned* received, unsigned* displayed);
/hardware/interfaces/gnss/1.0/
DIGnssNavigationMessageCallback.hal53 * When a message is received properly without any parity error in its
55 * If a message is received with words that failed a parity check, but the GNSS
81 * The status of the received navigation message.
154 * receiver, not data received from an external source (i.e. not from a server
DIGnssDebug.hal22 * signal received on the device
26 * The ephemeris (or almanac only) information was received from a SUPL
/hardware/interfaces/input/classifier/1.0/
DIInputClassifier.hal37 * The reset may be called once device reset is received by the framework.
/hardware/interfaces/wifi/1.2/
DIWifiNanIfaceEventCallback.hal29 * Asynchronous callback indicating a data-path (NDP) setup has been completed: received by
/hardware/interfaces/wifi/supplicant/1.2/
DISupplicantStaIfaceCallback.hal32 * Indicates DPP configuration received success event (Enrolee mode).
/hardware/interfaces/automotive/evs/1.0/
DIEvsCameraStream.hal27 * Buffer handles received by this method must be returned via calls to
/hardware/interfaces/bluetooth/1.0/
DIBluetoothHciCallbacks.hal28 * This function is invoked when an HCI event is received from the
/hardware/interfaces/media/bufferpool/1.0/
DIClientManager.hal35 * The specified buffer pool is the owner of received buffers.
/hardware/interfaces/media/bufferpool/2.0/
DIClientManager.hal36 * The specified buffer pool is the owner of received buffers.
/hardware/interfaces/automotive/evs/1.1/
DIEvsCameraStream.hal30 * Buffer handles received by this method must be returned via calls to
/hardware/interfaces/audio/2.0/
DIStreamIn.hal136 * Return a recent count of the number of audio frames received and the
142 * @return frames the total frame count received. This must be as early in
/hardware/interfaces/wifi/supplicant/1.3/
DISupplicantStaIfaceCallback.hal120 * Data retrieved from received BSS transition management request frame.
188 * @param BssTmData Data retrieved from received BSS transition management
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicleCallback.hal47 * client received StatusCode::OK from the IVehicle::set(...) this
/hardware/interfaces/graphics/composer/2.4/
DIComposerCallback.hal28 * @param display is the display which has received a vsync event

123456