Searched refs:finished (Results 1 – 25 of 44) sorted by relevance
12
/hardware/interfaces/biometrics/fingerprint/aidl/default/tests/ |
D | WorkerThreadTest.cpp | 78 bool finished = false; in TEST() local 91 worker.schedule(Callable::from([&mut, &cv, &finished] { in TEST() 93 finished = true; in TEST() 98 cv.wait(lock, [&finished] { return finished; }); in TEST()
|
/hardware/interfaces/media/c2/1.0/ |
D | IComponent.hal | 60 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 81 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 110 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 127 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 150 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 181 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 205 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 227 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 248 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 277 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. [all …]
|
D | IComponentStore.hal | 48 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 72 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 142 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 159 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 181 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 202 * - `TIMED_OUT` - The operation cannot be finished in a timely manner.
|
D | IInputSink.hal | 41 * - `TIMED_OUT` - The operation cannot be finished in a timely manner.
|
D | IConfigurable.hal | 87 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 148 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 225 * - `TIMED_OUT` - The operation cannot be finished in a timely manner.
|
/hardware/interfaces/health/storage/1.0/ |
D | IGarbageCollectCallback.hal | 23 * When garbage collection has finished, the implementation must
|
/hardware/interfaces/broadcastradio/1.1/ |
D | ITuner.hal | 53 * actual announcement being finished, so trafficAnnouncement / 83 * Device may utilize an already running (but not finished) scan for 95 * it successfully finished).
|
/hardware/interfaces/media/c2/1.2/ |
D | types.hal | 33 * INIT = 0, Configuring surface is not finished.
|
D | IComponent.hal | 51 * - `TIMED_OUT` - The operation cannot be finished in a timely manner.
|
D | IComponentStore.hal | 50 * - `TIMED_OUT` - The operation cannot be finished in a timely manner.
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | IExecutionCallback.hal | 27 * finished performing the execution. notify must be provided with the
|
D | IPreparedModelCallback.hal | 29 * this callback has finished preparing the model. If the model was
|
D | IDevice.hal | 81 * When the asynchronous task has finished preparing the model, it must 92 * the prepared model can only be finished when it is paired with a set of
|
/hardware/interfaces/automotive/audiocontrol/2.0/ |
D | IFocusListener.hal | 44 * Called whenever HAL is abandoning focus as it is finished playing audio of a given usage in a
|
/hardware/interfaces/media/c2/1.1/ |
D | IComponentStore.hal | 50 * - `TIMED_OUT` - The operation cannot be finished in a timely manner.
|
D | IComponent.hal | 60 * - `TIMED_OUT` - The operation cannot be finished in a timely manner.
|
/hardware/interfaces/neuralnetworks/1.1/ |
D | IDevice.hal | 86 * When the asynchronous task has finished preparing the model, it must 97 * the prepared model can only be finished when it is paired with a set of
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IPreparedModelCallback.hal | 31 * task holding this callback has finished preparing the model. If the model was
|
D | IExecutionCallback.hal | 30 * task has finished performing the execution. Either notify_1_2 or notify must be
|
D | IDevice.hal | 188 * finished. The driver must dup a file descriptor if it wants to get access to 205 * When the asynchronous task has finished preparing the model, it must 224 * the prepared model may only be finished when it is paired with a set of 285 * finished. The driver must dup a file descriptor if it wants to get access to 304 * When the asynchronous task has finished preparing the model, it must 315 * the prepared model may only be finished when it is paired with a set of
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | IFencedExecutionCallback.hal | 31 * evaluation has finished or resulted in an runtime error, as indicated by the status
|
D | IPreparedModelCallback.hal | 32 * task holding this callback has finished preparing the model. If the model was
|
D | IDevice.hal | 98 * asynchronous preparation has finished. The driver must dup a file 115 * When the asynchronous task has finished preparing the model, it must 154 * the prepared model may only be finished when it is paired with a set of 227 * finished. The driver must dup a file descriptor if it wants to get access to 246 * When the asynchronous task has finished preparing the model, it must 273 * the prepared model may only be finished when it is paired with a set of
|
D | IExecutionCallback.hal | 33 * finished performing the execution. One of the notify methods must be
|
/hardware/interfaces/camera/device/3.6/ |
D | ICameraOfflineSession.hal | 71 * has finished all requests it needs to handle. If there are still unfinished
|
12