Home
last modified time | relevance | path

Searched refs:isRequestPendingLocked (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DPendingRequestPool.h91 bool isRequestPendingLocked(const void* clientId, int64_t requestId) const REQUIRES(mLock);
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DPendingRequestPool.cpp123 return isRequestPendingLocked(clientId, requestId); in isRequestPending()
154 bool PendingRequestPool::isRequestPendingLocked(const void* clientId, int64_t requestId) const { in isRequestPendingLocked() function in android::hardware::automotive::vehicle::PendingRequestPool