Searched refs:processed (Results 1 – 25 of 44) sorted by relevance
12
/hardware/interfaces/radio/1.0/ |
D | ISapCallback.hal | 49 * @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/ |
D | AudioStreamInALSA.cpp | 330 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/ |
D | IBiometricsFaceClientCallback.hal | 29 * 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/ |
D | types.hal | 79 * Number of reads processed. 95 * number of writes processed.
|
D | IHealth.hal | 153 * Gets disk statistics (number of reads/writes processed, number of I/O
|
/hardware/libhardware/modules/camera/3_4/arc/ |
D | jpeg_compressor.cpp | 179 int processed = jpeg_write_raw_data(cinfo, planes, kCompressBatchSize); in Compress() local 180 if (processed != kCompressBatchSize) { in Compress()
|
/hardware/interfaces/bluetooth/1.0/ |
D | IBluetoothHci.hal | 64 * Packets must be processed in order. 73 * Packets must be processed in order.
|
/hardware/nxp/nfc/extns/intf/nxpnfc/1.0/ |
D | INxpNfc.hal | 24 * Based on the ioctlType, input data bytes are processed and
|
/hardware/nxp/secure_element/extns/intf/nxpese/1.0/ |
D | INxpEse.hal | 24 * Based on the ioctlType, input data bytes are processed and
|
/hardware/interfaces/media/bufferpool/2.0/ |
D | IObserver.hal | 22 * in the FMQ are processed.
|
D | IAccessor.hal | 55 * Observer is provided to ensure FMQ messages are processed even when
|
/hardware/interfaces/soundtrigger/2.2/ |
D | ISoundTriggerHw.hal | 39 * being processed.
|
/hardware/interfaces/camera/device/3.4/ |
D | ICameraDeviceSession.hal | 101 * @return numRequestProcessed Number of requests successfully processed by 104 * that HAL processed successfully before HAL runs into an error.
|
/hardware/interfaces/sensors/2.0/ |
D | types.hal | 29 * Used to notify the Event FMQ that events should be read and processed.
|
D | ISensors.hal | 84 * 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/ |
D | IBluetoothHci.hal | 40 * Packets must be processed in order.
|
/hardware/interfaces/radio/1.1/ |
D | IRadioResponse.hal | 80 * processed the keepalive request.
|
D | IRadio.hal | 68 * to this method is processed only after the completion of the previous one.
|
D | types.hal | 143 PENDING, // Requested keepalive has not yet been processed by
|
/hardware/interfaces/media/c2/1.0/ |
D | types.hal | 565 * 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/ |
D | types.hal | 443 * 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/ |
D | IWifiChipEventCallback.hal | 78 * out to a bugreport and post processed.
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDeviceSession.hal | 110 * 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/ |
D | types.hal | 132 DIRECT = 1, /* Channel used and signal not processed */
|
/hardware/interfaces/audio/5.0/ |
D | types.hal | 132 DIRECT = 1, /* Channel used and signal not processed */
|
12