History log of /frameworks/av/include/media/stagefright/foundation/Mutexed.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9f8bb269e312c882f00db5ca20c650dea7260718 06-Apr-2016 Lajos Molnar <lajos@google.com> stagefright: fix prvalue handling in Mutexed

returning prvalue does not make sense as object will be immediately
destructed. Instead create a move constructor for Locked.

Bug: 27901970
Change-Id: I4013804b1a4af4b5ecb6ab5347d44cfd3b2898ba
/frameworks/av/include/media/stagefright/foundation/Mutexed.h
ee0eba046f666303741a5a5f70afad17030cc8b1 22-Mar-2016 Lajos Molnar <lajos@google.com> stagefright: MediaCodecSource: protect output format updates

avoid race condition between format updates and reads.

Bug: 27477022
Change-Id: Ie4aee2d902296db8a8c055a7016acd1b879f437a
/frameworks/av/include/media/stagefright/foundation/Mutexed.h
235303640aa98663bda58c923380e0fd5b0229ae 03-Feb-2016 Lajos Molnar <lajos@google.com> stagefright/foundation: add Mutexed syntactic sugar

Mutexed<typename> can be used to ensure that typename is always
accessed while holding a mutex.

Change-Id: I74879023281aa7855a608c62bf77963cbce5d137
/frameworks/av/include/media/stagefright/foundation/Mutexed.h