Searched refs:isRequestPendingLocked (Results 1 – 2 of 2) sorted by relevance
91 bool isRequestPendingLocked(const void* clientId, int64_t requestId) const REQUIRES(mLock);
123 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