Searched refs:sLock (Results 1 – 12 of 12) sorted by relevance
197 static Mutex sLock; variable283 Mutex::Autolock al(sLock); in setAsGlobalVendorTagDescriptor()303 Mutex::Autolock al(sLock); in clearGlobalVendorTagDescriptor()309 Mutex::Autolock al(sLock); in getGlobalVendorTagDescriptor()316 Mutex::Autolock al(sLock); in vendor_tag_descriptor_get_tag_count()325 Mutex::Autolock al(sLock); in vendor_tag_descriptor_get_all_tags()334 Mutex::Autolock al(sLock); in vendor_tag_descriptor_get_section_name()343 Mutex::Autolock al(sLock); in vendor_tag_descriptor_get_tag_name()352 Mutex::Autolock al(sLock); in vendor_tag_descriptor_get_tag_type()
31 Mutex MRM_OMX_Adaptor::sLock; member in MRM_OMX_Adaptor59 Mutex::Autolock lock(sLock); in getInstance()81 Mutex::Autolock lock(sLock); in MRM_OMX_CheckIfFullLoad()125 Mutex::Autolock lock(sLock); in MRM_OMX_SetParameter()
110 static Mutex sLock; variable
35 ThreadMutex NfcAdaptation::sLock; member in NfcAdaptation62 AutoThreadMutex a(sLock); in GetInstance()
77 static ThreadMutex sLock; variable
45 ThreadMutex EseAdaptation::sLock; member in EseAdaptation98 AutoThreadMutex a(sLock); in GetInstance()
84 static ThreadMutex sLock; variable
124 LOCK_STATUS sLock; //!< Lock status for the buffer member
190 LOCK_STATUS sLock; //!< Lock status for the buffer member
1329 jpeg_ctx->jpeg_coded_buf.sLock = BUFFER_FREE; in ProcessPictureParam()
128 private static final Object sLock = new Object(); field in ThermalManager