/aosp12/hardware/nxp/nfc/snxxx/halimpl/src/adaptation/ |
H A D | EseAdaptation.cc | 97 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 D | NfcAdaptation.cpp | 62 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 D | EseAdaptation.cpp | 99 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 D | NfcAdaptation.cpp | 66 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 D | NfcAdaptation.h | 55 class AutoThreadMutex { 57 AutoThreadMutex(ThreadMutex& m); 58 virtual ~AutoThreadMutex();
|
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/src/include/ |
H A D | NfcAdaptation.h | 56 class AutoThreadMutex { 58 AutoThreadMutex(ThreadMutex& m); 59 virtual ~AutoThreadMutex();
|
/aosp12/hardware/nxp/nfc/snxxx/halimpl/src/include/ |
H A D | EseAdaptation.h | 58 class AutoThreadMutex { 60 AutoThreadMutex(ThreadMutex& m); 61 virtual ~AutoThreadMutex();
|
/aosp12/hardware/nxp/nfc/pn8x/halimpl/src/include/ |
H A D | EseAdaptation.h | 58 class AutoThreadMutex { 60 AutoThreadMutex(ThreadMutex& m); 61 virtual ~AutoThreadMutex();
|
/aosp12/hardware/nxp/secure_element/snxxx/1.0/ |
H A D | SecureElement.h | 41 class AutoThreadMutex { 43 AutoThreadMutex(ThreadMutex& m); 44 virtual ~AutoThreadMutex();
|
/aosp12/system/nfc/src/adaptation/ |
H A D | NfcAdaptation.cc | 194 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 D | SecureElement.h | 43 class AutoThreadMutex { 45 AutoThreadMutex(ThreadMutex& m); 46 virtual ~AutoThreadMutex();
|
/aosp12/hardware/nxp/secure_element/snxxx/1.2/ |
H A D | SecureElement.h | 44 class AutoThreadMutex { 46 AutoThreadMutex(ThreadMutex& m); 47 virtual ~AutoThreadMutex();
|
/aosp12/system/nfc/src/include/ |
H A D | NfcAdaptation.h | 75 class AutoThreadMutex { 77 explicit AutoThreadMutex(ThreadMutex& m); 78 virtual ~AutoThreadMutex();
|
/aosp12/hardware/nxp/nfc/pn8x/halimpl/hal/ |
H A D | phNxpNciHal.cc | 565 AutoThreadMutex a(sHalFnLock); in phNxpNciHal_MinOpen() 2121 AutoThreadMutex a(sHalFnLock); in phNxpNciHal_close()
|
/aosp12/hardware/nxp/nfc/snxxx/halimpl/hal/ |
H A D | phNxpNciHal.cc | 726 AutoThreadMutex a(sHalFnLock); in phNxpNciHal_MinOpen() 2285 AutoThreadMutex a(sHalFnLock); in phNxpNciHal_close()
|