Searched refs:sServiceLock (Results 1 – 6 of 6) sorted by relevance
28 Mutex IMediaDeathNotifier::sServiceLock; member in android::IMediaDeathNotifier38 Mutex::Autolock _l(sServiceLock); in getMediaPlayerService()59 Mutex::Autolock _l(sServiceLock); in addObitRecipient()67 Mutex::Autolock _l(sServiceLock); in removeObitRecipient()78 Mutex::Autolock _l(sServiceLock); in binderDied()98 Mutex::Autolock _l(sServiceLock); in ~DeathNotifier()
34 Mutex MediaMetadataRetriever::sServiceLock; member in android::MediaMetadataRetriever40 Mutex::Autolock lock(sServiceLock); in getService()213 Mutex::Autolock lock(MediaMetadataRetriever::sServiceLock); in binderDied()220 Mutex::Autolock lock(sServiceLock); in ~DeathNotifier()
53 static Mutex sServiceLock; variable
121 static Mutex sServiceLock; variable
66 final static Object sServiceLock = new Object(); field in AppWidgetHost215 synchronized (sServiceLock) { in bindService()
9669 Landroid/appwidget/AppWidgetHost;->sServiceLock:Ljava/lang/Object;