Home
last modified time | relevance | path

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

/external/libnfc-nci/src/adaptation/
DNfcAdaptation.cpp97 AutoThreadMutex a(sLock); in GetInstance()
171 AutoThreadMutex guard(mCondVar); in Initialize()
195 AutoThreadMutex a(sLock); in Finalize()
259 AutoThreadMutex guard(CondVar); in Thread()
761 AutoThreadMutex a(*this); in signal()
774 AutoThreadMutex::AutoThreadMutex(ThreadMutex &m) in AutoThreadMutex() function in AutoThreadMutex
789 AutoThreadMutex::~AutoThreadMutex() in ~AutoThreadMutex()
/external/libnfc-nci/src/include/
DNfcAdaptation.h53 class AutoThreadMutex
56 AutoThreadMutex(ThreadMutex &m);
57 virtual ~AutoThreadMutex();