Searched defs:BufferCache (Results 1 – 3 of 3) sorted by relevance
126 struct BufferCache { struct in aidl::android::hardware::media::bufferpool2::implementation::BufferPoolClient::Impl127 std::mutex mLock;128 bool mCreating;129 std::condition_variable mCreateCv;130 std::map<BufferId, std::unique_ptr<ClientBuffer>> mBuffers;131 int mActive;132 int64_t mLastChangeMs;134 BufferCache() : mCreating(false), mActive(0), in BufferCache() argument137 void incActive_l() { in incActive_l()142 void decActive_l() { in decActive_l()[all …]
336 enum class BufferCache { enum
186 struct BufferCache { struct190 bool operator==(const BufferCache& other) const { argument