Loading media/libmediaplayerservice/MediaPlayerService.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -2125,6 +2125,7 @@ ssize_t MediaPlayerService::AudioCache::write(const void* buffer, size_t size) // immutable with respect to future writes. // // It is thus safe for another thread to read the AudioCache. Mutex::Autolock lock(mLock); mCommandComplete = true; mSignal.signal(); } Loading Loading
media/libmediaplayerservice/MediaPlayerService.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -2125,6 +2125,7 @@ ssize_t MediaPlayerService::AudioCache::write(const void* buffer, size_t size) // immutable with respect to future writes. // // It is thus safe for another thread to read the AudioCache. Mutex::Autolock lock(mLock); mCommandComplete = true; mSignal.signal(); } Loading