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()178 Mutex::Autolock lock(MediaMetadataRetriever::sServiceLock); in binderDied()185 Mutex::Autolock lock(sServiceLock); in ~DeathNotifier()
53 static Mutex sServiceLock; variable
96 static Mutex sServiceLock; variable
58 final static Object sServiceLock = new Object(); field in AppWidgetHost169 synchronized (sServiceLock) { in bindService()