Home
last modified time | relevance | path

Searched refs:queueLock (Results 1 – 6 of 6) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/mts/common/
Dmedia_c2_hidl_test_common.cpp26 std::mutex& queueLock, std::list<std::unique_ptr<C2Work>>& workQueue, in testInputBuffer() argument
31 ULock l(queueLock); in testInputBuffer()
57 void waitOnInputConsumption(std::mutex& queueLock, in waitOnInputConsumption() argument
65 ULock l(queueLock); in waitOnInputConsumption()
69 ULock l(queueLock); in waitOnInputConsumption()
84 std::mutex& queueLock, std::condition_variable& queueCondition, in workDone() argument
121 ULock l(queueLock); in workDone()
Dmedia_c2_hidl_test_common.h186 std::mutex& queueLock, std::list<std::unique_ptr<C2Work>>& workQueue,
189 void waitOnInputConsumption(std::mutex& queueLock,
197 std::mutex& queueLock, std::condition_variable& queueCondition,
/hardware/google/av/codec2/hidl/1.0/mts/audio/
DMtsHidlC2V1_0TargetAudioEncTest.cpp264 std::mutex &queueLock, std::condition_variable& queueCondition, in encodeNFrames() argument
286 ULock l(queueLock); in encodeNFrames()
308 ULock l(queueLock); in encodeNFrames()
DMtsHidlC2V1_0TargetAudioDecTest.cpp390 std::mutex &queueLock, std::condition_variable& queueCondition, in decodeNFrames() argument
406 ULock l(queueLock); in decodeNFrames()
428 ULock l(queueLock); in decodeNFrames()
/hardware/google/av/codec2/hidl/1.0/mts/video/
DMtsHidlC2V1_0TargetVideoEncTest.cpp247 std::mutex &queueLock, std::condition_variable& queueCondition, in encodeNFrames() argument
266 ULock l(queueLock); in encodeNFrames()
289 ULock l(queueLock); in encodeNFrames()
DMtsHidlC2V1_0TargetVideoDecTest.cpp331 std::mutex &queueLock, std::condition_variable& queueCondition, in decodeNFrames() argument
347 ULock l(queueLock); in decodeNFrames()
369 ULock l(queueLock); in decodeNFrames()