Home
last modified time | relevance | path

Searched refs:Wait (Results 1 – 25 of 47) sorted by relevance

12

/hardware/qcom/sm7250/display/sdm/libs/utils/
Dfence.cpp107 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/
Dfence.h85 static DisplayError Wait(const shared_ptr<Fence> &fence);
86 static DisplayError Wait(const shared_ptr<Fence> &fence, int timeout);
Dlocker.h94 locker_.Wait(); in SequenceWaitScopeLock()
153 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
/hardware/qcom/display/msm8909/sdm/include/utils/
Dlocker.h93 locker_.Wait(); in SequenceWaitScopeLock()
141 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
Dlocker.h93 locker_.Wait(); in SequenceWaitScopeLock()
141 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
/hardware/qcom/display/msm8996/sdm/include/utils/
Dlocker.h93 locker_.Wait(); in SequenceWaitScopeLock()
141 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
/hardware/qcom/display/msm8998/sdm/include/utils/
Dlocker.h93 locker_.Wait(); in SequenceWaitScopeLock()
141 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
/hardware/nxp/nfc/snxxx/halimpl/utils/
DphNxpTempMgr.h42 void Wait();
DphNxpTempMgr.cc85 void phNxpTempMgr::Wait() { in Wait() function in phNxpTempMgr
/hardware/qcom/sm8150/display/sdm/include/utils/
Dlocker.h94 locker_.Wait(); in SequenceWaitScopeLock()
153 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleProxyServer.h81 void Wait();
105 void Wait();
DGRPCVehicleProxyServer.cpp214 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/
Dcommon.h46 bool Wait(std::chrono::duration<R, P> duration) { in Wait() function
/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaVirtGpuBlob.cpp63 int RutabagaVirtGpuResource::wait() { return mEmulation->Wait(mResourceId); } in wait()
DRutabagaLayer.h67 int Wait(uint32_t resourceId);
DRutabagaLayer.cpp100 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/
DVtsHalHealthStorageV1_0TargetTest.cpp92 return pingFlag->Wait(timeout); in ping()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_present_wait/
Dpresent_wait.adoc6 == Present Wait
DWaitForPresent.adoc5 [open,refpage='vkWaitForPresentKHR',desc='Wait for presentation',type='protos']
/hardware/interfaces/health/storage/aidl/vts/functional/
DVtsHalHealthStorageTargetTest.cpp96 return ping_flag->Wait(timeout); in ping()
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/src/
Dmain.cpp72 server->Wait(); in RunServer()
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/
DGRPCVehicleProxyServerUnitTest.cpp172 vehicleServer->Shutdown().Wait(); in TEST()
DGRPCVehicleHardwareUnitTest.cpp98 grpcServer->Wait(); in TEST()
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/
DREADME.md203 * 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/
DIHostapd.hal94 * Whether HE Target Wait Time (TWT) is enabled or not on softAp.

12