/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/1.3/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/sdm845/display/sdm/libs/core/drm/ |
D | hw_peripheral_drm.h | 50 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous);
|
D | hw_peripheral_drm.cpp | 262 DisplayError HWPeripheralDRM::ControlIdlePowerCollapse(bool enable, bool synchronous) { in ControlIdlePowerCollapse() argument 271 synchronous_commit_ = !enable ? synchronous : false; in ControlIdlePowerCollapse()
|
/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | display_primary.h | 54 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous);
|
D | display_primary.cpp | 425 DisplayError DisplayPrimary::ControlIdlePowerCollapse(bool enable, bool synchronous) { in ControlIdlePowerCollapse() argument 435 return hw_intf_->ControlIdlePowerCollapse(enable, synchronous); in ControlIdlePowerCollapse()
|
D | hw_interface.h | 115 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous) = 0;
|
/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 | 120 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous) { in ControlIdlePowerCollapse() argument 169 DisplayError NullCommit(bool synchronous, bool retain_planes);
|
D | hw_peripheral_drm.cpp | 419 DisplayError HWPeripheralDRM::ControlIdlePowerCollapse(bool enable, bool synchronous) { in ControlIdlePowerCollapse() argument 428 synchronous_commit_ = !enable ? synchronous : false; in ControlIdlePowerCollapse()
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_session_services.cpp | 524 Return<int32_t> HWCSession::controlIdlePowerCollapse(bool enable, bool synchronous) { in controlIdlePowerCollapse() argument 531 hwc_display_[HWC_DISPLAY_PRIMARY]->ControlIdlePowerCollapse(enable, synchronous); in controlIdlePowerCollapse() 547 hwc_display_[HWC_DISPLAY_PRIMARY]->ControlIdlePowerCollapse(enable, synchronous); in controlIdlePowerCollapse()
|
D | hwc_display_primary.h | 85 virtual HWC2::Error ControlIdlePowerCollapse(bool enable, bool synchronous);
|
/hardware/qcom/display/msm8998/libdrmutils/ |
D | drm_interface.h | 320 virtual int Commit(bool synchronous) = 0;
|
/hardware/qcom/display/msm8909/libdrmutils/ |
D | drm_interface.h | 354 virtual int Commit(bool synchronous) = 0;
|
/hardware/qcom/display/msm8909w_3100/libdrmutils/ |
D | drm_interface.h | 354 virtual int Commit(bool synchronous) = 0;
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_session_services.cpp | 574 Return<int32_t> HWCSession::controlIdlePowerCollapse(bool enable, bool synchronous) { in controlIdlePowerCollapse() argument 586 synchronous); in controlIdlePowerCollapse() 602 synchronous); in controlIdlePowerCollapse()
|
D | hwc_display_builtin.h | 89 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous);
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | hw_interface.h | 123 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous) = 0;
|
D | display_builtin.h | 119 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous);
|
/hardware/qcom/sdm845/display/sdm/libs/core/fb/ |
D | hw_device.h | 100 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous) { in ControlIdlePowerCollapse() argument
|
/hardware/qcom/sdm845/display/sdm/include/core/ |
D | display_interface.h | 695 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous) = 0;
|
/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 | 109 virtual DisplayError ControlIdlePowerCollapse(bool enable, bool synchronous) { in ControlIdlePowerCollapse() argument
|
/hardware/interfaces/media/bufferpool/1.0/ |
D | README.md | 4 Without a buffer pool, a process calls a synchronous method of the other
|
/hardware/qcom/sdm845/display/libdrmutils/ |
D | drm_interface.h | 655 virtual int Commit(bool synchronous, bool retain_planes) = 0;
|