Home
last modified time | relevance | path

Searched refs:AutoThreadMutex (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/adaptation/
DNfcAdaptation.cpp101 AutoThreadMutex a(sLock); in GetInstance()
185 AutoThreadMutex guard(mCondVar); in Initialize()
209 AutoThreadMutex a(sLock); in Finalize()
273 AutoThreadMutex guard(CondVar); in Thread()
775 AutoThreadMutex a(*this); in signal()
788 AutoThreadMutex::AutoThreadMutex(ThreadMutex &m) in AutoThreadMutex() function in AutoThreadMutex
803 AutoThreadMutex::~AutoThreadMutex() in ~AutoThreadMutex()
/external/libnfc-nci/src/include/
DNfcAdaptation.h53 class AutoThreadMutex
56 AutoThreadMutex(ThreadMutex &m);
57 virtual ~AutoThreadMutex();