/hardware/qcom/sm7250/display/sdm/libs/utils/ |
D | fence.cpp | 107 if (ignore_signaled && (Fence::Wait(fence, 0) == kErrorNone)) { in Merge() 117 DisplayError Fence::Wait(const shared_ptr<Fence> &fence) { in Wait() function in sdm::Fence 123 DisplayError Fence::Wait(const shared_ptr<Fence> &fence, int timeout) { in Wait() function in sdm::Fence
|
/hardware/qcom/sm7250/display/sdm/include/utils/ |
D | fence.h | 85 static DisplayError Wait(const shared_ptr<Fence> &fence); 86 static DisplayError Wait(const shared_ptr<Fence> &fence, int timeout);
|
D | locker.h | 94 locker_.Wait(); in SequenceWaitScopeLock() 153 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
|
/hardware/qcom/display/msm8909/sdm/include/utils/ |
D | locker.h | 93 locker_.Wait(); in SequenceWaitScopeLock() 141 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | locker.h | 93 locker_.Wait(); in SequenceWaitScopeLock() 141 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
|
/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | locker.h | 93 locker_.Wait(); in SequenceWaitScopeLock() 141 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | locker.h | 93 locker_.Wait(); in SequenceWaitScopeLock() 141 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
|
/hardware/nxp/nfc/snxxx/halimpl/utils/ |
D | phNxpTempMgr.h | 42 void Wait();
|
D | phNxpTempMgr.cc | 85 void phNxpTempMgr::Wait() { in Wait() function in phNxpTempMgr
|
/hardware/qcom/sm8150/display/sdm/include/utils/ |
D | locker.h | 94 locker_.Wait(); in SequenceWaitScopeLock() 153 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
|
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/ |
D | GRPCVehicleProxyServer.h | 81 void Wait(); 105 void Wait();
|
D | GRPCVehicleProxyServer.cpp | 214 conn->Wait(); in StartPropertyValuesStream() 275 void GrpcVehicleProxyServer::Wait() { in Wait() function in android::hardware::automotive::vehicle::virtualization::GrpcVehicleProxyServer 277 mServer->Wait(); in Wait() 304 void GrpcVehicleProxyServer::ConnectionDescriptor::Wait() { in Wait() function in android::hardware::automotive::vehicle::virtualization::GrpcVehicleProxyServer::ConnectionDescriptor
|
/hardware/interfaces/health/storage/test_common/include/health-storage-test/ |
D | common.h | 46 bool Wait(std::chrono::duration<R, P> duration) { in Wait() function
|
/hardware/google/gfxstream/guest/platform/rutabaga/ |
D | RutabagaVirtGpuBlob.cpp | 63 int RutabagaVirtGpuResource::wait() { return mEmulation->Wait(mResourceId); } in wait()
|
D | RutabagaLayer.h | 67 int Wait(uint32_t resourceId);
|
D | RutabagaLayer.cpp | 100 int Wait(uint32_t resourceId); 450 int EmulatedVirtioGpu::EmulatedVirtioGpuImpl::Wait(uint32_t resourceId) { in Wait() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl 1115 int EmulatedVirtioGpu::Wait(uint32_t resourceId) { return mImpl->Wait(resourceId); } in Wait() function in gfxstream::EmulatedVirtioGpu
|
/hardware/interfaces/health/storage/1.0/vts/functional/ |
D | VtsHalHealthStorageV1_0TargetTest.cpp | 92 return pingFlag->Wait(timeout); in ping()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_present_wait/ |
D | present_wait.adoc | 6 == Present Wait
|
D | WaitForPresent.adoc | 5 [open,refpage='vkWaitForPresentKHR',desc='Wait for presentation',type='protos']
|
/hardware/interfaces/health/storage/aidl/vts/functional/ |
D | VtsHalHealthStorageTargetTest.cpp | 96 return ping_flag->Wait(timeout); in ping()
|
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/src/ |
D | main.cpp | 72 server->Wait(); in RunServer()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/ |
D | GRPCVehicleProxyServerUnitTest.cpp | 172 vehicleServer->Shutdown().Wait(); in TEST()
|
D | GRPCVehicleHardwareUnitTest.cpp | 98 grpcServer->Wait(); in TEST()
|
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/ |
D | README.md | 203 * Wait for a while, issue the following command to show the received fake tasks: 214 * Wait for a while, issue the following command to show received tasks again:
|
/hardware/interfaces/wifi/hostapd/1.2/ |
D | IHostapd.hal | 94 * Whether HE Target Wait Time (TWT) is enabled or not on softAp.
|