Home
last modified time | relevance | path

Searched refs:launch (Results 1 – 23 of 23) sorted by relevance

/hardware/interfaces/neuralnetworks/1.0/
DIPreparedModel.hal23 * 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
DIExecutionCallback.hal32 * (if the launch fails) or from the asynchronous task itself
33 * (if the launch succeeds). Must be:
DIPreparedModelCallback.hal34 * callback fails to launch or if the model provided to
DIDevice.hal75 * 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/
Dtypes.hal40 * 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/
Dmm_qcamera_dual_test.c69 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/
DQCameraCmdThread.h63 int32_t launch(void *(*start_routine)(void *), void* user_data);
DQCameraCmdThread.cpp93 int32_t QCameraCmdThread::launch(void *(*start_routine)(void *), in launch() function in qcamera::QCameraCmdThread
/hardware/libhardware/tests/input/evdev/
DTestHelpers.h36 return std::async(std::launch::async, [=]{ std::this_thread::sleep_for(delay); task(); }); in decltype()
/hardware/interfaces/neuralnetworks/1.2/
DIExecutionCallback.hal36 * (if the launch fails) or from the asynchronous task itself
37 * (if the launch succeeds). Must be:
DIPreparedModel.hal28 * 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
DIPreparedModelCallback.hal36 * task holding this callback fails to launch or if the model provided to
DIDevice.hal198 * 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/
Dtypes.hal75 * 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/
DIDevice.hal80 * 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/
DQCamera3Stream.cpp546 rc = mProcTh.launch(dataProcRoutine, this); in start()
DQCamera3PostProc.cpp124 m_dataProcTh.launch(dataProcessRoutine, this); in init()
DQCamera3HWI.cpp16137 mEaselErrorFuture = std::async(std::launch::async, in handleEaselFatalErrorAsync()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraPostProc.cpp195 m_dataProcTh.launch(dataProcessRoutine, this); in init()
196 m_saveProcTh.launch(dataSaveRoutine, this); in init()
DQCameraStream.cpp935 rc = mProcTh.launch(dataProcRoutine, this); in start()
DQCameraMuxer.cpp153 m_ComposeMpoTh.launch(composeMpoRoutine, this); in QCameraMuxer()
DQCamera2HWICallbacks.cpp3591 mProcTh.launch(cbNotifyRoutine, this); in setCallbacks()
DQCamera2HWI.cpp1727 mDeferredWorkThread.launch(deferredWorkRoutine, this); in QCamera2HardwareInterface()