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

  /system/nfc/src/include/
NfcAdaptation.h 64 class AutoThreadMutex {
66 AutoThreadMutex(ThreadMutex& m);
67 virtual ~AutoThreadMutex();
  /system/nfc/src/adaptation/
NfcAdaptation.cpp 142 AutoThreadMutex a(sLock);
225 AutoThreadMutex guard(mCondVar);
249 AutoThreadMutex a(sLock);
317 AutoThreadMutex guard(CondVar);
748 AutoThreadMutex a(*this);
754 ** Function: AutoThreadMutex::AutoThreadMutex()
761 AutoThreadMutex::AutoThreadMutex(ThreadMutex& m) : mm(m) { mm.lock(); }
765 ** Function: AutoThreadMutex::~AutoThreadMutex(
    [all...]

Completed in 841 milliseconds