/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | QualityOfServiceTests.cpp | 224 const ExecutionContext& context, bool synchronous, in runExecutionTest() argument 226 const ExecutionFunction execute = synchronous ? executeSynchronously : executeBurst; in runExecutionTest() 282 for (bool synchronous : {false, true}) { in runExecutionTests() 284 runExecutionTest(preparedModel, testModel, request, context, synchronous, in runExecutionTests()
|
/hardware/qcom/sm7250/display/sde-drm/ |
D | drm_atomic_req.h | 49 virtual int Commit(bool synchronous, bool retain_planes);
|
D | drm_atomic_req.cpp | 191 int DRMAtomicReq::Commit(bool synchronous, bool retain_planes) { in Commit() argument 210 if (!synchronous) { in Commit()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | QualityOfServiceTests.cpp | 217 const Request& request, const ExecutionContext& context, bool synchronous, in runExecutionTest() argument 219 const ExecutionFunction execute = synchronous ? executeSynchronously : executeAsynchronously; in runExecutionTest() 275 for (bool synchronous : {false, true}) { in runExecutionTests() 277 runExecutionTest(preparedModel, testModel, request, context, synchronous, in runExecutionTests()
|
/hardware/interfaces/wifi/aidl/default/ |
D | THREADING.README | 32 synchronous callbacks are invoked on the same invocation thread. If that is not 35 synchronous callback executed on the legacy hal event loop thread.
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_peripheral_drm.h | 57 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous);
|
D | hw_device_drm.h | 126 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous) { in ControlIdlePowerCollapse() argument 173 DisplayError NullCommit(bool synchronous, bool retain_planes);
|
D | hw_peripheral_drm.cpp | 441 DisplayError HWPeripheralDRM::ControlIdlePowerCollapse(bool enable, bool synchronous) { in ControlIdlePowerCollapse() argument 448 synchronous_commit_ = !enable ? synchronous : false; in ControlIdlePowerCollapse()
|
/hardware/qcom/display/msm8998/libdrmutils/ |
D | drm_interface.h | 320 virtual int Commit(bool synchronous) = 0;
|
/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
D | hw_device_drm.h | 159 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous) { in ControlIdlePowerCollapse() argument 219 DisplayError NullCommit(bool synchronous, bool retain_planes);
|
D | hw_peripheral_drm.h | 96 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous);
|
/hardware/qcom/display/msm8909w_3100/libdrmutils/ |
D | drm_interface.h | 354 virtual int Commit(bool synchronous) = 0;
|
/hardware/qcom/display/msm8909/libdrmutils/ |
D | drm_interface.h | 354 virtual int Commit(bool synchronous) = 0;
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_session_services.cpp | 561 int HWCSession::ControlIdlePowerCollapse(bool enable, bool synchronous) { in ControlIdlePowerCollapse() argument 573 synchronous); in ControlIdlePowerCollapse() 589 synchronous); in ControlIdlePowerCollapse() 604 int HWCSession::DisplayConfigImpl::ControlIdlePowerCollapse(bool enable, bool synchronous) { in ControlIdlePowerCollapse() argument 605 return hwc_session_->ControlIdlePowerCollapse(enable, synchronous); in ControlIdlePowerCollapse()
|
/hardware/interfaces/audio/aidl/android/hardware/audio/core/ |
D | stream-out-sm.gv | 34 ACTIVE -> IDLE [label="drain"]; // synchronous drain
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | hw_interface.h | 124 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous) = 0;
|
D | display_builtin.h | 124 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous);
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_session_services.cpp | 583 Return<int32_t> HWCSession::controlIdlePowerCollapse(bool enable, bool synchronous) { in controlIdlePowerCollapse() argument 595 synchronous); in controlIdlePowerCollapse() 611 synchronous); in controlIdlePowerCollapse()
|
D | hwc_display_builtin.h | 89 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous);
|
/hardware/qcom/sm7250/display/sdm/libs/core/ |
D | hw_interface.h | 159 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous) = 0;
|
D | display_builtin.h | 167 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous);
|
/hardware/interfaces/media/bufferpool/1.0/ |
D | README.md | 4 Without a buffer pool, a process calls a synchronous method of the other
|
/hardware/interfaces/media/bufferpool/2.0/ |
D | README.md | 4 Without a buffer pool, a process calls a synchronous method of the other
|
/hardware/qcom/sm8150/display/sdm/libs/core/fb/ |
D | hw_device.h | 112 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous) { in ControlIdlePowerCollapse() argument
|
/hardware/interfaces/tests/msgq/1.0/ |
D | ITestMsgQ.hal | 26 * This method requests the service to set up a synchronous read/write
|