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 82 nfc_jni_native_monitor_t * pMonitor = nfc_jni_get_monitor();
183 nfc_jni_native_monitor_t * pMonitor = nfc_jni_get_monitor();
com_android_nfc.cpp 92 if (!listAdd(&nfc_jni_get_monitor()->sem_list, pCallbackData))
109 if (!listRemove(&nfc_jni_get_monitor()->sem_list, pCallbackData))
120 while (listGetAndRemoveNext(&nfc_jni_get_monitor()->sem_list, (void**)&pCallbackData))
222 nfc_jni_native_monitor_t* nfc_jni_get_monitor(void) function in namespace:android
com_android_nfc_NativeNfcManager.cpp 760 nfc_jni_native_monitor * pMonitor = nfc_jni_get_monitor();
838 nfc_jni_native_monitor * pMonitor = nfc_jni_get_monitor();
    [all...]

Completed in 125 milliseconds