Loading media/omx/1.0/vts/functional/common/media_hidl_test_common.h +1 −1 Original line number Diff line number Diff line Loading @@ -126,8 +126,8 @@ struct CodecObserver : public IOmxObserver { android::Vector<BufferInfo>* iBuffers = nullptr, android::Vector<BufferInfo>* oBuffers = nullptr) { int64_t finishBy = android::ALooper::GetNowUs() + timeoutUs; android::Mutex::Autolock autoLock(msgLock); for (;;) { android::Mutex::Autolock autoLock(msgLock); android::List<Message>::iterator it = msgQueue.begin(); while (it != msgQueue.end()) { if (it->type == Loading Loading
media/omx/1.0/vts/functional/common/media_hidl_test_common.h +1 −1 Original line number Diff line number Diff line Loading @@ -126,8 +126,8 @@ struct CodecObserver : public IOmxObserver { android::Vector<BufferInfo>* iBuffers = nullptr, android::Vector<BufferInfo>* oBuffers = nullptr) { int64_t finishBy = android::ALooper::GetNowUs() + timeoutUs; android::Mutex::Autolock autoLock(msgLock); for (;;) { android::Mutex::Autolock autoLock(msgLock); android::List<Message>::iterator it = msgQueue.begin(); while (it != msgQueue.end()) { if (it->type == Loading