Searched refs:sMutex (Results 1 – 6 of 6) sorted by relevance
29 static Mutex sMutex; variable36 sMutex.lock(); in requestPriority()38 sMutex.unlock(); in requestPriority()46 sMutex.lock(); in requestPriority()48 sMutex.unlock(); in requestPriority()55 sMutex.lock(); in requestPriority()57 sMutex.unlock(); in requestPriority()
48 static Mutex sMutex; variable85 Mutex::Autolock autoLock(sMutex); in android_mtp_MtpServer_cleanup()99 Mutex::Autolock autoLock(sMutex); in android_mtp_MtpServer_send_object_added()111 Mutex::Autolock autoLock(sMutex); in android_mtp_MtpServer_send_object_removed()123 Mutex::Autolock autoLock(sMutex); in android_mtp_MtpServer_send_device_property_changed()135 Mutex::Autolock autoLock(sMutex); in android_mtp_MtpServer_add_storage()167 Mutex::Autolock autoLock(sMutex); in android_mtp_MtpServer_remove_storage()
167 pthread_mutex_t ThreadCpuUsage::sMutex = PTHREAD_MUTEX_INITIALIZER; member in android::ThreadCpuUsage214 pthread_mutex_lock(&sMutex); in getCpukHz()228 pthread_mutex_unlock(&sMutex); in getCpukHz()
33 Mutex DrmManagerClientImpl::sMutex; member in DrmManagerClientImpl53 Mutex::Autolock lock(sMutex); in getDrmManagerService()347 Mutex::Autolock lock(sMutex); in ~DeathNotifier()355 Mutex::Autolock lock(sMutex); in binderDied()
135 static pthread_mutex_t sMutex; // protects sScalingFds[] after initialization variable
424 static Mutex sMutex;