Searched refs:sServiceLock (Results 1 – 5 of 5) sorted by relevance
28 Mutex IMediaDeathNotifier::sServiceLock; member in android::IMediaDeathNotifier38 Mutex::Autolock _l(sServiceLock); in getMediaPlayerService()65 Mutex::Autolock _l(sServiceLock); in addObitRecipient()73 Mutex::Autolock _l(sServiceLock); in removeObitRecipient()84 Mutex::Autolock _l(sServiceLock); in binderDied()104 Mutex::Autolock _l(sServiceLock); in ~DeathNotifier()
34 Mutex MediaMetadataRetriever::sServiceLock; member in android::MediaMetadataRetriever40 Mutex::Autolock lock(sServiceLock); in getService()217 Mutex::Autolock lock(MediaMetadataRetriever::sServiceLock); in binderDied()224 Mutex::Autolock lock(sServiceLock); in ~DeathNotifier()
53 static Mutex sServiceLock; variable
118 static Mutex sServiceLock; variable
61 final static Object sServiceLock = new Object(); field in AppWidgetHost188 synchronized (sServiceLock) { in bindService()