Loading media/module/bufferpool/2.0/AccessorImpl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -609,7 +609,7 @@ void Accessor::Impl::BufferPool::processStatusMessages() { } if (ret == false) { ALOGW("buffer status message processing failure - message : %d connection : %lld", message.newStatus, (long long)message.connectionId); (int)message.newStatus, (long long)message.connectionId); } } messages.clear(); Loading Loading
media/module/bufferpool/2.0/AccessorImpl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -609,7 +609,7 @@ void Accessor::Impl::BufferPool::processStatusMessages() { } if (ret == false) { ALOGW("buffer status message processing failure - message : %d connection : %lld", message.newStatus, (long long)message.connectionId); (int)message.newStatus, (long long)message.connectionId); } } messages.clear(); Loading