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

  /packages/apps/Nfc/nxp/jni/
com_android_nfc.h 221 #define REENTRANCE_LOCK() pthread_mutex_lock(&nfc_jni_get_monitor()->reentrance_mutex)
222 #define REENTRANCE_UNLOCK() pthread_mutex_unlock(&nfc_jni_get_monitor()->reentrance_mutex)
223 #define CONCURRENCY_LOCK() pthread_mutex_lock(&nfc_jni_get_monitor()->concurrency_mutex)
224 #define CONCURRENCY_UNLOCK() pthread_mutex_unlock(&nfc_jni_get_monitor()->concurrency_mutex)
242 nfc_jni_native_monitor_t* nfc_jni_get_monitor(void);
com_android_nfc_NativeLlcpServiceSocket.cpp 81 nfc_jni_native_monitor_t * pMonitor = nfc_jni_get_monitor();
180 nfc_jni_native_monitor_t * pMonitor = nfc_jni_get_monitor();
com_android_nfc.cpp 94 if (!listAdd(&nfc_jni_get_monitor()->sem_list, pCallbackData))
111 if (!listRemove(&nfc_jni_get_monitor()->sem_list, pCallbackData))
122 while (listGetAndRemoveNext(&nfc_jni_get_monitor()->sem_list, (void**)&pCallbackData))
224 nfc_jni_native_monitor_t* nfc_jni_get_monitor(void) function in namespace:android
com_android_nfc_NativeNfcManager.cpp 761 nfc_jni_native_monitor * pMonitor = nfc_jni_get_monitor();
839 nfc_jni_native_monitor * pMonitor = nfc_jni_get_monitor();
    [all...]

Completed in 47 milliseconds