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

/external/libnfc-nci/src/include/
H A DNfcAdaptation.h53 class AutoThreadMutex class
56 AutoThreadMutex(ThreadMutex &m);
57 virtual ~AutoThreadMutex();
/external/libnfc-nci/src/adaptation/
H A DNfcAdaptation.cpp97 AutoThreadMutex a(sLock);
171 AutoThreadMutex guard(mCondVar);
195 AutoThreadMutex a(sLock);
259 AutoThreadMutex guard(CondVar);
761 AutoThreadMutex a(*this);
767 ** Function: AutoThreadMutex::AutoThreadMutex()
774 AutoThreadMutex::AutoThreadMutex(ThreadMutex &m) function in class:AutoThreadMutex
782 ** Function: AutoThreadMutex
[all...]

Completed in 88 milliseconds