Searched defs:ClientCache (Results 1 – 6 of 6) sorted by relevance
134 struct ClientCache { struct in android::hardware::media::bufferpool::V1_0::implementation::ClientManager::Impl137 std::mutex mMutex;139 mClients;140 std::condition_variable mConnectCv;141 bool mConnecting;142 int64_t mLastCleanUpUs;144 ClientCache() : mConnecting(false), mLastCleanUpUs(getTimestampNow()) {} in ClientCache() function
90 struct ClientCache { struct in aidl::android::hardware::media::bufferpool2::implementation::ClientManager::Impl93 std::mutex mMutex;95 mClients;96 std::condition_variable mConnectCv;97 bool mConnecting;98 int64_t mLastCleanUpMs;100 ClientCache() : mConnecting(false), mLastCleanUpMs(::android::elapsedRealtime()) {} in ClientCache() function
138 struct ClientCache { struct in android::hardware::media::bufferpool::V2_0::implementation::ClientManager::Impl141 std::mutex mMutex;143 mClients;144 std::condition_variable mConnectCv;145 bool mConnecting;146 int64_t mLastCleanUpUs;148 ClientCache() : mConnecting(false), mLastCleanUpUs(getTimestampNow()) {} in ClientCache() function
34 ClientCache::ClientCache() : mDeathRecipient(sp<CacheDeathRecipient>::make()) {} in ClientCache() function in android::ClientCache
3014 "ClientCache": { object6954 "ClientCache": { object
9154 "ClientCache": { object