Home
last modified time | relevance | path

Searched refs:AutoThreadMutex (Results 1 – 11 of 11) sorted by relevance

/hardware/nxp/secure_element/pn8x/libese-spi/src/adaptation/
DNfcAdaptation.cpp62 AutoThreadMutex a(sLock); in GetInstance()
103 AutoThreadMutex::AutoThreadMutex(ThreadMutex& m) : mm(m) { mm.lock(); } in AutoThreadMutex() function in AutoThreadMutex
114 AutoThreadMutex::~AutoThreadMutex() { mm.unlock(); } in ~AutoThreadMutex()
207 AutoThreadMutex a(sIoctlLock); in HalIoctl()
/hardware/nxp/nfc/snxxx/halimpl/src/adaptation/
DEseAdaptation.cc97 AutoThreadMutex a(sLock); in GetInstance()
251 AutoThreadMutex a(sIoctlLock); in HalIoctl()
366 AutoThreadMutex a(*this); in signal()
379 AutoThreadMutex::AutoThreadMutex(ThreadMutex& m) : mm(m) { mm.lock(); } in AutoThreadMutex() function in AutoThreadMutex
390 AutoThreadMutex::~AutoThreadMutex() { mm.unlock(); } in ~AutoThreadMutex()
/hardware/nxp/secure_element/snxxx/libese-spi/src/adaptation/
DNfcAdaptation.cpp66 AutoThreadMutex a(sLock); in GetInstance()
107 AutoThreadMutex::AutoThreadMutex(ThreadMutex& m) : mm(m) { mm.lock(); } in AutoThreadMutex() function in AutoThreadMutex
118 AutoThreadMutex::~AutoThreadMutex() { mm.unlock(); } in ~AutoThreadMutex()
/hardware/nxp/nfc/pn8x/halimpl/src/adaptation/
DEseAdaptation.cpp99 AutoThreadMutex a(sLock); in GetInstance()
264 AutoThreadMutex a(sIoctlLock); in HalIoctl()
379 AutoThreadMutex a(*this); in signal()
392 AutoThreadMutex::AutoThreadMutex(ThreadMutex& m) : mm(m) { mm.lock(); } in AutoThreadMutex() function in AutoThreadMutex
403 AutoThreadMutex::~AutoThreadMutex() { mm.unlock(); } in ~AutoThreadMutex()
/hardware/nxp/secure_element/snxxx/libese-spi/src/include/
DNfcAdaptation.h56 class AutoThreadMutex {
58 AutoThreadMutex(ThreadMutex& m);
59 virtual ~AutoThreadMutex();
/hardware/nxp/nfc/snxxx/halimpl/src/include/
DEseAdaptation.h58 class AutoThreadMutex {
60 AutoThreadMutex(ThreadMutex& m);
61 virtual ~AutoThreadMutex();
/hardware/nxp/nfc/pn8x/halimpl/src/include/
DEseAdaptation.h58 class AutoThreadMutex {
60 AutoThreadMutex(ThreadMutex& m);
61 virtual ~AutoThreadMutex();
/hardware/nxp/secure_element/snxxx/1.0/
DSecureElement.h41 class AutoThreadMutex {
43 AutoThreadMutex(ThreadMutex& m);
44 virtual ~AutoThreadMutex();
/hardware/nxp/secure_element/snxxx/1.1/
DSecureElement.h43 class AutoThreadMutex {
45 AutoThreadMutex(ThreadMutex& m);
46 virtual ~AutoThreadMutex();
/hardware/nxp/secure_element/snxxx/1.2/
DSecureElement.h44 class AutoThreadMutex {
46 AutoThreadMutex(ThreadMutex& m);
47 virtual ~AutoThreadMutex();
/hardware/nxp/nfc/pn8x/halimpl/hal/
DphNxpNciHal.cc565 AutoThreadMutex a(sHalFnLock); in phNxpNciHal_MinOpen()
2121 AutoThreadMutex a(sHalFnLock); in phNxpNciHal_close()