Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp134 Mutexed<PendingWork>::Locked pending(mPendingWork); in flush_sm()
252 Mutexed<PendingWork>::Locked pending(mPendingWork); in stop()
274 Mutexed<PendingWork>::Locked pending(mPendingWork); in reset()
305 Mutexed<PendingWork>::Locked pending(mPendingWork); in finish()
442 Mutexed<PendingWork>::Locked pending(mPendingWork); in processQueue()
/hardware/google/av/media/codecs/base/include/
DSimpleC2Component.h194 typedef std::unordered_map<uint64_t, std::unique_ptr<C2Work>> PendingWork; typedef
195 Mutexed<PendingWork> mPendingWork;