mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Merge "libstagefright_aidl_bufferpool2: avoid list<const T>" into main
This commit is contained in:
@@ -444,7 +444,7 @@ void Accessor::evictorThread(
|
||||
std::map<const std::weak_ptr<Accessor>, nsecs_t, std::owner_less<>> &accessors,
|
||||
std::mutex &mutex,
|
||||
std::condition_variable &cv) {
|
||||
std::list<const std::weak_ptr<Accessor>> evictList;
|
||||
std::list<std::weak_ptr<Accessor>> evictList;
|
||||
while (true) {
|
||||
int expired = 0;
|
||||
int evicted = 0;
|
||||
|
||||
Reference in New Issue
Block a user