Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp227 Mutexed<PendingWork>::Locked pending(mPendingWork); in flush_sm()
297 Mutexed<PendingWork>::Locked pending(mPendingWork); in stop()
321 Mutexed<PendingWork>::Locked pending(mPendingWork); in reset()
354 Mutexed<PendingWork>::Locked pending(mPendingWork); in finish()
379 Mutexed<PendingWork>::Locked pending(mPendingWork); in cloneAndSend()
529 Mutexed<PendingWork>::Locked pending(mPendingWork); in processQueue()
/hardware/google/av/media/codecs/base/include/
DSimpleC2Component.h234 typedef std::unordered_map<uint64_t, std::unique_ptr<C2Work>> PendingWork; typedef
235 Mutexed<PendingWork> mPendingWork;