Home
last modified time | relevance | path

Searched refs:processed (Results 1 – 25 of 44) sorted by relevance

12

/hardware/interfaces/radio/1.0/
DISapCallback.hal49 * @param resultCode ResultCode to indicate if command was processed correctly
56 * @param apduRsp APDU Response. Valid only if command was processed correctly and no error
67 * @param resultCode ResultCode to indicate if command was processed correctly
83 * @param resultCode ResultCode to indicate if command was processed correctly
98 * @param resultCode ResultCode to indicate if command was processed correctly
120 * @param resultCode ResultCode to indicate if command was processed correctly
143 * @param resultCode ResultCode to indicate if command was processed correctly
/hardware/qcom/audio/legacy/alsa_sound/
DAudioStreamInALSA.cpp330 int processed = 0; in read() local
344 if (processed_pending > (samples - processed)) { in read()
345 processed_pending = (samples - processed); in read()
349 processed += processed_pending; in read()
359 if (processed >= samples) { in read()
361 "processed = %d", processed); in read()
412 ALOGV("do_while loop: processed=%d, samples=%d\n", processed, samples); in read()
413 } while (mHandle->handle && processed < samples); in read()
414 read = processed * sizeof(Word16); in read()
/hardware/interfaces/biometrics/face/1.0/
DIBiometricsFaceClientCallback.hal29 * service that processed this enrollment step.
42 * service that processed this authentication attempt.
97 * service that processed this removal.
107 * service that processed this enumeration.
/hardware/interfaces/health/2.0/
Dtypes.hal79 * Number of reads processed.
95 * number of writes processed.
DIHealth.hal153 * Gets disk statistics (number of reads/writes processed, number of I/O
/hardware/libhardware/modules/camera/3_4/arc/
Djpeg_compressor.cpp179 int processed = jpeg_write_raw_data(cinfo, planes, kCompressBatchSize); in Compress() local
180 if (processed != kCompressBatchSize) { in Compress()
/hardware/interfaces/bluetooth/1.0/
DIBluetoothHci.hal64 * Packets must be processed in order.
73 * Packets must be processed in order.
/hardware/nxp/nfc/extns/intf/nxpnfc/1.0/
DINxpNfc.hal24 * Based on the ioctlType, input data bytes are processed and
/hardware/nxp/secure_element/extns/intf/nxpese/1.0/
DINxpEse.hal24 * Based on the ioctlType, input data bytes are processed and
/hardware/interfaces/media/bufferpool/2.0/
DIObserver.hal22 * in the FMQ are processed.
DIAccessor.hal55 * Observer is provided to ensure FMQ messages are processed even when
/hardware/interfaces/soundtrigger/2.2/
DISoundTriggerHw.hal39 * being processed.
/hardware/interfaces/camera/device/3.4/
DICameraDeviceSession.hal101 * @return numRequestProcessed Number of requests successfully processed by
104 * that HAL processed successfully before HAL runs into an error.
/hardware/interfaces/sensors/2.0/
Dtypes.hal29 * Used to notify the Event FMQ that events should be read and processed.
DISensors.hal84 * processed. This is accomplished by either:
98 * framework must write the number of WAKE_UP events processed to the Wake
/hardware/interfaces/bluetooth/1.1/
DIBluetoothHci.hal40 * Packets must be processed in order.
/hardware/interfaces/radio/1.1/
DIRadioResponse.hal80 * processed the keepalive request.
DIRadio.hal68 * to this method is processed only after the completion of the previous one.
Dtypes.hal143 PENDING, // Requested keepalive has not yet been processed by
/hardware/interfaces/media/c2/1.0/
Dtypes.hal565 * this frame, but metadata must still be processed.
676 * 1. If the queued `Work` object has been successfully processed,
680 * been processed shall be returned.
714 * The number of `Worklet`s successfully processed in this chain.
718 * processed when the `Work` is returned to the client.
730 * successfully processed.
/hardware/google/interfaces/media/c2/1.0/
Dtypes.hal443 * Type of buffers processed by a component.
473 * this frame, but metadata must still be processed.
563 * Whether the worklet was processed or not.
/hardware/interfaces/wifi/1.0/
DIWifiChipEventCallback.hal78 * out to a bugreport and post processed.
/hardware/interfaces/camera/device/3.2/
DICameraDeviceSession.hal110 * processed. That is, all results have been returned to the framework, and
239 * @return numRequestProcessed Number of requests successfully processed by
242 * that HAL processed successfully before HAL runs into an error.
/hardware/interfaces/audio/6.0/
Dtypes.hal132 DIRECT = 1, /* Channel used and signal not processed */
/hardware/interfaces/audio/5.0/
Dtypes.hal132 DIRECT = 1, /* Channel used and signal not processed */

12