Home
last modified time | relevance | path

Searched defs:sMutex (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/
DStagefrightPluginLoader.h40 static Mutex sMutex; variable
DStagefrightPluginLoader.cpp28 /* static */ Mutex StagefrightPluginLoader::sMutex; member in android::StagefrightPluginLoader
/frameworks/av/media/codec2/vndk/include/
DC2PlatformStorePluginLoader.h90 static android::Mutex sMutex; variable
/frameworks/av/media/libcpustats/include/cpustats/
DThreadCpuUsage.h135 static pthread_mutex_t sMutex; // protects sScalingFds[] after initialization variable
/frameworks/av/media/codec2/vndk/
DC2PlatformStorePluginLoader.cpp26 /* static */ android::Mutex C2PlatformStorePluginLoader::sMutex; member in C2PlatformStorePluginLoader
/frameworks/av/media/utils/
DSchedulingPolicyService.cpp29 static Mutex sMutex; variable
/frameworks/av/media/libcpustats/
DThreadCpuUsage.cpp173 pthread_mutex_t ThreadCpuUsage::sMutex = PTHREAD_MUTEX_INITIALIZER; member in android::ThreadCpuUsage
/frameworks/base/media/jni/
Dandroid_mtp_MtpServer.cpp47 static Mutex sMutex; variable
Dandroid_media_MediaCodecList.cpp96 static std::mutex sMutex; variable
/frameworks/av/drm/libdrmframework/
DDrmManagerClientImpl.cpp33 Mutex DrmManagerClientImpl::sMutex; member in DrmManagerClientImpl
/frameworks/native/libs/binder/tests/
DbinderSafeInterfaceTest.cpp606 static std::mutex sMutex; in getRemoteService() local