Searched refs:queueLock (Results 1 – 6 of 6) sorted by relevance
/hardware/google/av/codec2/hidl/1.0/mts/common/ |
D | media_c2_hidl_test_common.cpp | 26 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()
|
D | media_c2_hidl_test_common.h | 186 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/ |
D | MtsHidlC2V1_0TargetAudioEncTest.cpp | 264 std::mutex &queueLock, std::condition_variable& queueCondition, in encodeNFrames() argument 286 ULock l(queueLock); in encodeNFrames() 308 ULock l(queueLock); in encodeNFrames()
|
D | MtsHidlC2V1_0TargetAudioDecTest.cpp | 390 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/ |
D | MtsHidlC2V1_0TargetVideoEncTest.cpp | 247 std::mutex &queueLock, std::condition_variable& queueCondition, in encodeNFrames() argument 266 ULock l(queueLock); in encodeNFrames() 289 ULock l(queueLock); in encodeNFrames()
|
D | MtsHidlC2V1_0TargetVideoDecTest.cpp | 331 std::mutex &queueLock, std::condition_variable& queueCondition, in decodeNFrames() argument 347 ULock l(queueLock); in decodeNFrames() 369 ULock l(queueLock); in decodeNFrames()
|