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

  /hardware/nxp/secure_element/libese-spi/src/include/
NfcAdaptation.h 55 class AutoThreadMutex {
57 AutoThreadMutex(ThreadMutex& m);
58 virtual ~AutoThreadMutex();
  /hardware/nxp/secure_element/libese-spi/src/adaptation/
NfcAdaptation.cpp 62 AutoThreadMutex a(sLock);
96 ** Function: AutoThreadMutex::AutoThreadMutex()
103 AutoThreadMutex::AutoThreadMutex(ThreadMutex& m) : mm(m) { mm.lock(); }
107 ** Function: AutoThreadMutex::~AutoThreadMutex()
114 AutoThreadMutex::~AutoThreadMutex() { mm.unlock(); }
207 AutoThreadMutex a(sIoctlLock)
    [all...]
  /hardware/nxp/nfc/halimpl/src/include/
EseAdaptation.h 58 class AutoThreadMutex {
60 AutoThreadMutex(ThreadMutex& m);
61 virtual ~AutoThreadMutex();
  /system/nfc/src/include/
NfcAdaptation.h 69 class AutoThreadMutex {
71 AutoThreadMutex(ThreadMutex& m);
72 virtual ~AutoThreadMutex();
  /hardware/nxp/nfc/halimpl/src/adaptation/
EseAdaptation.cpp 98 AutoThreadMutex a(sLock);
258 AutoThreadMutex a(sIoctlLock);
373 AutoThreadMutex a(*this);
379 ** Function: AutoThreadMutex::AutoThreadMutex()
386 AutoThreadMutex::AutoThreadMutex(ThreadMutex& m) : mm(m) { mm.lock(); }
390 ** Function: AutoThreadMutex::~AutoThreadMutex()
397 AutoThreadMutex::~AutoThreadMutex() { mm.unlock();
    [all...]
  /system/nfc/src/adaptation/
NfcAdaptation.cc 164 AutoThreadMutex a(sLock);
316 AutoThreadMutex guard(mCondVar);
337 AutoThreadMutex a(sLock);
414 AutoThreadMutex guard(CondVar);
856 AutoThreadMutex a(*this);
862 ** Function: AutoThreadMutex::AutoThreadMutex()
869 AutoThreadMutex::AutoThreadMutex(ThreadMutex& m) : mm(m) { mm.lock(); }
873 ** Function: AutoThreadMutex::~AutoThreadMutex(
    [all...]

Completed in 141 milliseconds