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 88 AutoThreadMutex a(sLock);
136 AutoThreadMutex guard(mCondVar);
160 AutoThreadMutex a(sLock);
224 AutoThreadMutex guard(CondVar);
695 AutoThreadMutex a(*this);
701 ** Function: AutoThreadMutex::AutoThreadMutex()
708 AutoThreadMutex::AutoThreadMutex(ThreadMutex &m)
716 ** Function: AutoThreadMutex::~AutoThreadMutex(
    [all...]

Completed in 28 milliseconds