Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 211) sorted by relevance

123456789

/hardware/interfaces/tests/multithread/1.0/
DIMultithread.hal22 * 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/
DRadioResponse-voice.cpp110 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/
DIEvsCameraStream.hal29 * 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.
DIEvsUltrasonicsArrayStream.hal28 * 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/
DREADME.md79 * 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/
DIEvsCameraStream.hal26 * 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/
DICameraDeviceCallback.hal30 * 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.
DICameraDevice.hal45 * 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/
DIThermal.hal30 * 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/
DVK_EXT_pipeline_creation_cache_control.adoc43 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
DVK_KHR_present_wait.adoc54 4) What happens when presentations complete out of order wrt calls to
59 images are always presented in the order of calls to vkQueuePresent.
DVK_NV_present_barrier.adoc44 swapchain, without any extra calls from the application.
/hardware/interfaces/thermal/2.0/
DIThermal.hal37 * 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/
DICameraDevice.hal37 * 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/
DIBootControl.hal25 * 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/
DIGnssCallback.hal53 * 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/
DIRadioResponse.hal77 * @param calls Current call list
90 oneway getCurrentCallsResponse_1_2(RadioResponseInfo info, vec<Call> calls);
/hardware/interfaces/broadcastradio/2.0/
DICloseHandle.hal28 * After the close call is executed, no other calls to this interface
/hardware/interfaces/automotive/can/1.0/
DICloseHandle.hal30 * Otherwise, the server must ignore subsequent calls.
/hardware/interfaces/automotive/audiocontrol/2.0/
DICloseHandle.hal31 * Otherwise, the server must ignore subsequent calls.
/hardware/interfaces/bluetooth/audio/2.0/
DIBluetoothAudioPort.hal24 * 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/
DICameraDevice.hal51 * 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/
DIGnssBatchingCallback.hal27 * buffer, such the sequential calls of this callback do not return any
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.t160 * 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/
DIWifiChipEventCallback.hal61 * - Driver calls this callback when new records are available, the
70 * driver when framework calls |forceDumpToDebugRingBuffer|. The driver

123456789