/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/ |
D | GRPCVehicleProxyServer.cpp | 75 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/ |
D | VK_KHR_present_wait.adoc | 23 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
|
D | VK_KHR_deferred_host_operations.adoc | 65 // 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)
|
D | VK_EXT_surface_maintenance1.adoc | 41 ** Add functionality and complete spec
|
/hardware/qcom/display/msm8998/ |
D | .gitignore | 4 .clang-complete
|
/hardware/qcom/display/msm8909/ |
D | .gitignore | 4 .clang-complete
|
/hardware/qcom/sm8150/display/ |
D | .gitignore | 4 .clang-complete
|
/hardware/qcom/sm7250/display/ |
D | .gitignore | 4 .clang-complete
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_deferred_host_operations/ |
D | deferred_host_operations.adoc | 50 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/ |
D | ProgramListChunk.aidl | 38 boolean complete;
|
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/2/android/hardware/broadcastradio/ |
D | ProgramListChunk.aidl | 38 boolean complete;
|
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/current/android/hardware/broadcastradio/ |
D | ProgramListChunk.aidl | 38 boolean complete;
|
/hardware/interfaces/broadcastradio/aidl/android/hardware/broadcastradio/ |
D | ProgramListChunk.aidl | 57 boolean complete;
|
/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | IBiometricsFingerprintClientCallback.hal | 24 * 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/ |
D | AndroidHealthMonitor.cpp | 97 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/ |
D | HealthMonitor.cpp | 104 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/ |
D | deferred_operations_common.adoc | 12 pname:deferredOperation must: be complete
|
/hardware/interfaces/biometrics/ |
D | README.md | 11 More complete information about the Android Biometric HALs and subsystem can be found at
|
/hardware/interfaces/power/1.2/ |
D | types.hal | 26 * stream setup is complete. 42 * is complete.
|
/hardware/interfaces/camera/ |
D | README.md | 11 More complete information about the Android camera HAL and subsystem can be found at
|
/hardware/interfaces/camera/common/ |
D | README.md | 11 More complete information about the Android camera HAL and subsystem can be found at
|
/hardware/samsung/nfc/halimpl/src/ |
D | hal_task.cc | 137 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/ |
D | IAnnouncementListener.hal | 27 * @param announcements The complete list of currently active announcements.
|
/hardware/interfaces/broadcastradio/aidl/default/test/ |
D | MockBroadcastRadioCallback.cpp | 58 if (chunk.complete) { in onProgramListUpdated()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | AndroidAsyncMessagePipe.h | 249 bool complete() const; 269 bool complete() const;
|