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

/external/libnfc-nci/src/include/
H A DNfcAdaptation.h52 class AutoThreadMutex class
55 AutoThreadMutex(ThreadMutex &m);
56 virtual ~AutoThreadMutex();
/external/libnfc-nci/src/adaptation/
H A DNfcAdaptation.cpp81 AutoThreadMutex a(sLock);
113 AutoThreadMutex guard(mCondVar);
137 AutoThreadMutex a(sLock);
203 AutoThreadMutex guard(CondVar);
600 AutoThreadMutex a(*this);
606 ** Function: AutoThreadMutex::AutoThreadMutex()
613 AutoThreadMutex::AutoThreadMutex(ThreadMutex &m) function in class:AutoThreadMutex
621 ** Function: AutoThreadMutex
[all...]

Completed in 73 milliseconds