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 97 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)
782 ** Function: AutoThreadMutex::~AutoThreadMutex(
    [all...]

Completed in 110 milliseconds