/hardware/interfaces/tests/multithread/1.0/ |
D | IMultithread.hal | 22 * Makes calls finish only when specific number of them are running in parallel 29 * Could not be decremented by future calls 30 * @param numThreads number of calls in parallel to finish
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/ |
D | RadioResponse-voice.cpp | 110 const hidl_vec<V1_0::Call>& calls) { in getCurrentCallsResponse() argument 112 voiceCb()->getCurrentCallsResponse(toAidl(info), toAidl(calls)); in getCurrentCallsResponse() 117 const hidl_vec<V1_2::Call>& calls) { in getCurrentCallsResponse_1_2() argument 119 voiceCb()->getCurrentCallsResponse(toAidl(info), toAidl(calls)); in getCurrentCallsResponse_1_2() 124 const hidl_vec<V1_6::Call>& calls) { in getCurrentCallsResponse_1_6() argument 126 voiceCb()->getCurrentCallsResponse(toAidl(info), toAidl(calls)); in getCurrentCallsResponse_1_6()
|
/hardware/interfaces/automotive/evs/1.1/ |
D | IEvsCameraStream.hal | 29 * Receives calls from the HAL each time video frames is ready for inspection. 30 * Buffer handles received by this method must be returned via calls to 48 * Receives calls from the HAL each time an event happens.
|
D | IEvsUltrasonicsArrayStream.hal | 28 * Receives calls from the HAL each time a data frame is ready. 35 * Receives calls from the HAL each time an event happens.
|
/hardware/interfaces/neuralnetworks/utils/ |
D | README.md | 79 * AIDL calls return `ndk::ScopedAStatus` which wraps fields of types `binder_status_t` and 88 Some notes about asynchronous calls across HIDL: 90 For synchronous calls across HIDL, if an error occurs after the function was called but before it 96 However, HIDL offers no such error management in the case of asynchronous calls. By default, if the 101 `IPreparedModel::executeSynchronously*`) are asynchronous calls across HIDL. Specifically, these 116 We use NDK backend for AIDL interfaces. Handling of asynchronous calls is generally the same with 118 * AIDL calls return `ndk::ScopedAStatus` which wraps fields of types `binder_status_t` and
|
/hardware/interfaces/automotive/evs/1.0/ |
D | IEvsCameraStream.hal | 26 * Receives calls from the HAL each time a video frame is ready for inspection. 27 * Buffer handles received by this method must be returned via calls to
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDeviceCallback.hal | 30 * and these calls must not block for extended periods. 46 * may be made at a time by the HAL although the calls may come from 52 * one of the processCaptureResult calls, even in case of errors producing 132 * The SHUTTER notify calls for requests with android.control.enableZsl 142 * Different SHUTTER notify calls for zero-shutter-lag requests with 144 * them, as is for other kinds of requests. SHUTTER notify calls for 146 * with SHUTTER notify calls for regular requests.
|
D | ICameraDevice.hal | 45 * subsequent calls on this interface must return 57 * information may not change between consecutive calls. 74 * subsequent calls on this interface must return 104 * When the client calls setTorchMode() to turn on the torch mode of a flash 107 * setTorchMode() calls and notify the framework that the torch mode state 138 * subsequent calls on this interface must return 171 * calls on this interface must return CAMERA_DISCONNECTED.
|
/hardware/interfaces/thermal/1.0/ |
D | IThermal.hal | 30 * the same regardless the number of calls to this method even if 50 * the same regardless the number of calls to this method. 67 * of calls to this method even if they go offline, if these devices
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_pipeline_creation_cache_control.adoc | 43 calls for pipeline creation. 54 Applications making API calls to create a pipeline must be prepared for any 57 * OS/kernel calls to be made by the ICD 83 By default ftext:vkCreate*Pipelines calls must attempt to create all
|
D | VK_KHR_present_wait.adoc | 54 4) What happens when presentations complete out of order wrt calls to 59 images are always presented in the order of calls to vkQueuePresent.
|
D | VK_NV_present_barrier.adoc | 44 swapchain, without any extra calls from the application.
|
/hardware/interfaces/thermal/2.0/ |
D | IThermal.hal | 37 * the same regardless of the number of calls to this method even if 55 * the same regardless of the number of calls to this method even if 58 * are returned as static values and must not change across calls. The actual 113 * of calls to this method even if they go offline, if these devices
|
/hardware/interfaces/camera/device/3.5/ |
D | ICameraDevice.hal | 37 * this logical camera device. This information may not change between consecutive calls. 65 * subsequent calls on this interface must return 96 * after active session configuration. This means that calls must not
|
/hardware/interfaces/boot/1.1/ |
D | IBootControl.hal | 25 * After the merge status is set to a given value, subsequent calls to 33 * setSnapshotMergeStatus call, all subsequent calls to getSnapshotMergeStatus must block until
|
/hardware/interfaces/gnss/1.1/ |
D | IGnssCallback.hal | 53 * In response to this method call, GNSS HAL can expect zero, one, or more calls to 56 * implementations must be able to handle calls to IGnss::injectLocation or
|
/hardware/interfaces/radio/1.2/ |
D | IRadioResponse.hal | 77 * @param calls Current call list 90 oneway getCurrentCallsResponse_1_2(RadioResponseInfo info, vec<Call> calls);
|
/hardware/interfaces/broadcastradio/2.0/ |
D | ICloseHandle.hal | 28 * After the close call is executed, no other calls to this interface
|
/hardware/interfaces/automotive/can/1.0/ |
D | ICloseHandle.hal | 30 * Otherwise, the server must ignore subsequent calls.
|
/hardware/interfaces/automotive/audiocontrol/2.0/ |
D | ICloseHandle.hal | 31 * Otherwise, the server must ignore subsequent calls.
|
/hardware/interfaces/bluetooth/audio/2.0/ |
D | IBluetoothAudioPort.hal | 24 * The Audio HAL calls methods in this interface to start, suspend, and stop 25 * an audio stream. These calls return immediately and the results, if any,
|
/hardware/interfaces/camera/device/1.0/ |
D | ICameraDevice.hal | 51 * subsequent calls on this interface must return 74 * subsequent calls on this interface must return 100 * When the framework calls setTorchMode() to turn on the torch mode of a 133 * subsequent calls on this interface must return 177 * calls on this interface must return CAMERA_DISCONNECTED. 277 * a camera HAL client via releaseRecordingFrame() before the client calls 278 * disableMsgType(CAMERA_MSG_VIDEO_FRAME). After the client calls
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssBatchingCallback.hal | 27 * buffer, such the sequential calls of this callback do not return any
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.t | 160 * calls for the same task may still succeed after a short delay. 166 * calls for the same task will likely also fail even after a short
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiChipEventCallback.hal | 61 * - Driver calls this callback when new records are available, the 70 * driver when framework calls |forceDumpToDebugRingBuffer|. The driver
|