Home
last modified time | relevance | path

Searched refs:complete (Results 1 – 25 of 159) sorted by relevance

1234567

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleProxyServer.cpp75 auto complete = std::make_shared<bool>(false); in SetValues() local
79 [waitMtx, waitCV, complete, in SetValues()
89 *complete = true; in SetValues()
100 bool success = waitCV->wait_for(lck, kHardwareOpTimeout, [complete] { return *complete; }); in SetValues()
120 auto complete = std::make_shared<bool>(false); in GetValues() local
124 [waitMtx, waitCV, complete, in GetValues()
138 *complete = true; in GetValues()
149 bool success = waitCV->wait_for(lck, kHardwareOpTimeout, [complete] { return *complete; }); in GetValues()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_present_wait.adoc23 complete.
54 4) What happens when presentations complete out of order wrt calls to
62 This will complete the later present wait earlier than the actual
70 This will complete the earlier presentation later than the actual
DVK_KHR_deferred_host_operations.adoc65 // deferred operation is now complete. 'result' indicates success or failure
109 // deferred operation is now complete. 'result' indicates success or failure
185 it to return 0 if the operation is complete (#2036,!3850)
DVK_EXT_surface_maintenance1.adoc41 ** Add functionality and complete spec
/hardware/qcom/display/msm8998/
D.gitignore4 .clang-complete
/hardware/qcom/display/msm8909/
D.gitignore4 .clang-complete
/hardware/qcom/sm8150/display/
D.gitignore4 .clang-complete
/hardware/qcom/sm7250/display/
D.gitignore4 .clang-complete
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_deferred_host_operations/
Ddeferred_host_operations.adoc50 Pending deferred operations will never complete until they are _joined_ by
61 complete state.
74 When the deferred operation is complete, the application should: call
80 deferred operation is complete.
145 complete.
149 operation is not complete, but there is no work remaining to assign to
154 flink:vkDeferredOperationJoinKHR are about to complete pname:operation,
157 operation is not complete, and there is no work for the thread to do at
176 one of them must: complete the operation and return ename:VK_SUCCESS.
229 expect it to eventually complete, though excessive joins may: return
[all …]
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/1/android/hardware/broadcastradio/
DProgramListChunk.aidl38 boolean complete;
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/2/android/hardware/broadcastradio/
DProgramListChunk.aidl38 boolean complete;
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/current/android/hardware/broadcastradio/
DProgramListChunk.aidl38 boolean complete;
/hardware/interfaces/broadcastradio/aidl/android/hardware/broadcastradio/
DProgramListChunk.aidl57 boolean complete;
/hardware/interfaces/biometrics/fingerprint/2.1/
DIBiometricsFingerprintClientCallback.hal24 * Sent when one enrollment step is complete.
28 * @param remaining the number of remaining steps before enrolllment is complete
73 * @param remaining the number of remaining steps before enumeration is complete
/hardware/google/gfxstream/guest/android-emu/aemu/base/
DAndroidHealthMonitor.cpp97 std::get<typename MonitoredEventType::Poll>(*event).complete.get_future(); in poll()
199 pollPromises.push_back(std::move(event.complete)); in main()
247 for (auto& complete : pollPromises) { in main() local
248 complete.set_value(); in main()
/hardware/google/aemu/base/
DHealthMonitor.cpp104 std::get<typename MonitoredEventType::Poll>(*event).complete.get_future(); in poll()
202 pollPromises.push_back(std::move(event.complete)); in main()
255 for (auto& complete : pollPromises) { in main() local
256 complete.set_value(); in main()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddeferred_operations_common.adoc12 pname:deferredOperation must: be complete
/hardware/interfaces/biometrics/
DREADME.md11 More complete information about the Android Biometric HALs and subsystem can be found at
/hardware/interfaces/power/1.2/
Dtypes.hal26 * stream setup is complete.
42 * is complete.
/hardware/interfaces/camera/
DREADME.md11 More complete information about the Android camera HAL and subsystem can be found at
/hardware/interfaces/camera/common/
DREADME.md11 More complete information about the Android camera HAL and subsystem can be found at
/hardware/samsung/nfc/halimpl/src/
Dhal_task.cc137 if (nfc_hal_info.flag & HAL_FLAG_ALREADY_RESET) goto complete; in nfc_hal_postinit_sm()
145 if (nfc_hal_info.flag & HAL_FLAG_ALREADY_INIT) goto complete; in nfc_hal_postinit_sm()
184 complete: in nfc_hal_postinit_sm()
/hardware/interfaces/broadcastradio/2.0/
DIAnnouncementListener.hal27 * @param announcements The complete list of currently active announcements.
/hardware/interfaces/broadcastradio/aidl/default/test/
DMockBroadcastRadioCallback.cpp58 if (chunk.complete) { in onProgramListUpdated()
/hardware/google/aemu/host-common/include/host-common/
DAndroidAsyncMessagePipe.h249 bool complete() const;
269 bool complete() const;

1234567