Home
last modified time | relevance | path

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

/aosp12/hardware/nxp/nfc/snxxx/halimpl/src/adaptation/
H A 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()
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/src/adaptation/
H A 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()
/aosp12/hardware/nxp/nfc/pn8x/halimpl/src/adaptation/
H A 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()
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/src/adaptation/
H A 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()
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/src/include/
H A DNfcAdaptation.h55 class AutoThreadMutex {
57 AutoThreadMutex(ThreadMutex& m);
58 virtual ~AutoThreadMutex();
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/src/include/
H A DNfcAdaptation.h56 class AutoThreadMutex {
58 AutoThreadMutex(ThreadMutex& m);
59 virtual ~AutoThreadMutex();
/aosp12/hardware/nxp/nfc/snxxx/halimpl/src/include/
H A DEseAdaptation.h58 class AutoThreadMutex {
60 AutoThreadMutex(ThreadMutex& m);
61 virtual ~AutoThreadMutex();
/aosp12/hardware/nxp/nfc/pn8x/halimpl/src/include/
H A DEseAdaptation.h58 class AutoThreadMutex {
60 AutoThreadMutex(ThreadMutex& m);
61 virtual ~AutoThreadMutex();
/aosp12/hardware/nxp/secure_element/snxxx/1.0/
H A DSecureElement.h41 class AutoThreadMutex {
43 AutoThreadMutex(ThreadMutex& m);
44 virtual ~AutoThreadMutex();
/aosp12/system/nfc/src/adaptation/
H A DNfcAdaptation.cc194 AutoThreadMutex a(sLock); in GetInstance()
368 AutoThreadMutex guard(mCondVar); in Initialize()
389 AutoThreadMutex a(sLock); in Finalize()
473 AutoThreadMutex guard(CondVar); in Thread()
922 AutoThreadMutex a(*this); in signal()
935 AutoThreadMutex::AutoThreadMutex(ThreadMutex& m) : mm(m) { mm.lock(); } in AutoThreadMutex() function in AutoThreadMutex
946 AutoThreadMutex::~AutoThreadMutex() { mm.unlock(); } in ~AutoThreadMutex()
/aosp12/hardware/nxp/secure_element/snxxx/1.1/
H A DSecureElement.h43 class AutoThreadMutex {
45 AutoThreadMutex(ThreadMutex& m);
46 virtual ~AutoThreadMutex();
/aosp12/hardware/nxp/secure_element/snxxx/1.2/
H A DSecureElement.h44 class AutoThreadMutex {
46 AutoThreadMutex(ThreadMutex& m);
47 virtual ~AutoThreadMutex();
/aosp12/system/nfc/src/include/
H A DNfcAdaptation.h75 class AutoThreadMutex {
77 explicit AutoThreadMutex(ThreadMutex& m);
78 virtual ~AutoThreadMutex();
/aosp12/hardware/nxp/nfc/pn8x/halimpl/hal/
H A DphNxpNciHal.cc565 AutoThreadMutex a(sHalFnLock); in phNxpNciHal_MinOpen()
2121 AutoThreadMutex a(sHalFnLock); in phNxpNciHal_close()
/aosp12/hardware/nxp/nfc/snxxx/halimpl/hal/
H A DphNxpNciHal.cc726 AutoThreadMutex a(sHalFnLock); in phNxpNciHal_MinOpen()
2285 AutoThreadMutex a(sHalFnLock); in phNxpNciHal_close()