Home
last modified time | relevance | path

Searched refs:UNLOCK (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/gki/ulinux/
Dgki_ulinux.c57 #define UNLOCK(m) pthread_mutex_unlock(&m) macro
118 UNLOCK(gki_cb.os.GKI_trace_mutex); in GKI_TRACE()
/system/nfc/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c60 #define UNLOCK(m) pthread_mutex_unlock(&m) macro
129 UNLOCK(gki_cb.os.GKI_trace_mutex); in GKI_TRACE()
/system/security/keystore/include/keystore/
DIKeystoreService.h88 UNLOCK = IBinder::FIRST_CALL_TRANSACTION + 9, enumerator
/system/security/keystore/
DIKeystoreService.cpp296 status_t status = remote()->transact(BnKeystoreService::UNLOCK, data, &reply); in unlock()
1021 case UNLOCK: { in onTransact()