HomeSort by relevance Sort by last modified time
    Searched refs:AutoThreadMutex (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/src/include/
NfcAdaptation.h 53 class AutoThreadMutex
56 AutoThreadMutex(ThreadMutex &m);
57 virtual ~AutoThreadMutex();
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 101 AutoThreadMutex a(sLock);
185 AutoThreadMutex guard(mCondVar);
209 AutoThreadMutex a(sLock);
273 AutoThreadMutex guard(CondVar);
775 AutoThreadMutex a(*this);
781 ** Function: AutoThreadMutex::AutoThreadMutex()
788 AutoThreadMutex::AutoThreadMutex(ThreadMutex &m)
796 ** Function: AutoThreadMutex::~AutoThreadMutex(
    [all...]

Completed in 787 milliseconds