/hardware/interfaces/neuralnetworks/1.0/ |
D | IPreparedModel.hal | 23 * is used to launch executions. 34 * launch an asynchronous task to perform the execution in the background, 36 * fails to launch, execute must immediately invoke the callback with 47 * to the function are valid, then the execution should launch
|
D | IExecutionCallback.hal | 32 * (if the launch fails) or from the asynchronous task itself 33 * (if the launch succeeds). Must be:
|
D | IPreparedModelCallback.hal | 34 * callback fails to launch or if the model provided to
|
D | IDevice.hal | 75 * must launch an asynchronous task to prepare the model in the background, 77 * asynchronous task fails to launch, prepareModel must immediately invoke
|
/hardware/interfaces/power/1.2/ |
D | types.hal | 40 * for device specific optimizations during camera launch. The data 41 * parameter is non-zero when camera launch starts and zero when launch
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_dual_test.c | 69 uint16_t launch; member 749 for (i = 0; i < params.launch; i++) { in front_thread() 807 for (i = 0; i < params.launch; i++) { in back_thread() 882 params.launch = 5; in mm_app_dtc_7() 917 bparams.launch = 5; in mm_app_dtc_8() 920 fparams.launch = 5; in mm_app_dtc_8() 954 bparams.launch = 5; in mm_app_dtc_9() 957 fparams.launch = 5; in mm_app_dtc_9() 993 bparams.launch = 5; in mm_app_dtc_10() 996 fparams.launch = 5; in mm_app_dtc_10() [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraCmdThread.h | 63 int32_t launch(void *(*start_routine)(void *), void* user_data);
|
D | QCameraCmdThread.cpp | 93 int32_t QCameraCmdThread::launch(void *(*start_routine)(void *), in launch() function in qcamera::QCameraCmdThread
|
/hardware/libhardware/tests/input/evdev/ |
D | TestHelpers.h | 36 return std::async(std::launch::async, [=]{ std::this_thread::sleep_for(delay); task(); }); in decltype()
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IExecutionCallback.hal | 36 * (if the launch fails) or from the asynchronous task itself 37 * (if the launch succeeds). Must be:
|
D | IPreparedModel.hal | 28 * is used to launch executions. 39 * launch an asynchronous task to perform the execution in the background, 41 * fails to launch, execute_1_2 must immediately invoke the callback with 52 * to the function are valid, then the execution should launch
|
D | IPreparedModelCallback.hal | 36 * task holding this callback fails to launch or if the model provided to
|
D | IDevice.hal | 198 * there is no error, prepareModel must launch an asynchronous task 200 * prepareModel with ErrorStatus::NONE. If the asynchronous task fails to launch, 297 * cache is not modified, and there is no error, prepareModelFromCache must launch an 300 * fails to launch, prepareModelFromCache must immediately invoke the callback
|
/hardware/interfaces/power/1.0/ |
D | types.hal | 75 * for device specific optimizations during application launch. The data 76 * parameter is non-zero when the application starts to launch and zero when
|
/hardware/interfaces/neuralnetworks/1.1/ |
D | IDevice.hal | 80 * must launch an asynchronous task to prepare the model in the background, 82 * asynchronous task fails to launch, prepareModel must immediately invoke
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3Stream.cpp | 546 rc = mProcTh.launch(dataProcRoutine, this); in start()
|
D | QCamera3PostProc.cpp | 124 m_dataProcTh.launch(dataProcessRoutine, this); in init()
|
D | QCamera3HWI.cpp | 16137 mEaselErrorFuture = std::async(std::launch::async, in handleEaselFatalErrorAsync()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraPostProc.cpp | 195 m_dataProcTh.launch(dataProcessRoutine, this); in init() 196 m_saveProcTh.launch(dataSaveRoutine, this); in init()
|
D | QCameraStream.cpp | 935 rc = mProcTh.launch(dataProcRoutine, this); in start()
|
D | QCameraMuxer.cpp | 153 m_ComposeMpoTh.launch(composeMpoRoutine, this); in QCameraMuxer()
|
D | QCamera2HWICallbacks.cpp | 3591 mProcTh.launch(cbNotifyRoutine, this); in setCallbacks()
|
D | QCamera2HWI.cpp | 1727 mDeferredWorkThread.launch(deferredWorkRoutine, this); in QCamera2HardwareInterface()
|