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/jni/
com_android_nfc.h 208 #define REENTRANCE_LOCK() pthread_mutex_lock(&nfc_jni_get_monitor()->reentrance_mutex)
209 #define REENTRANCE_UNLOCK() pthread_mutex_unlock(&nfc_jni_get_monitor()->reentrance_mutex)
210 #define CONCURRENCY_LOCK() pthread_mutex_lock(&nfc_jni_get_monitor()->concurrency_mutex)
211 #define CONCURRENCY_UNLOCK() pthread_mutex_unlock(&nfc_jni_get_monitor()->concurrency_mutex)
229 nfc_jni_native_monitor_t* nfc_jni_get_monitor(void);
com_android_nfc_NativeLlcpServiceSocket.cpp 80 nfc_jni_native_monitor_t * pMonitor = nfc_jni_get_monitor();
179 nfc_jni_native_monitor_t * pMonitor = nfc_jni_get_monitor();
com_android_nfc.cpp 93 if (!listAdd(&nfc_jni_get_monitor()->sem_list, pCallbackData))
110 if (!listRemove(&nfc_jni_get_monitor()->sem_list, pCallbackData))
121 while (listGetAndRemoveNext(&nfc_jni_get_monitor()->sem_list, (void**)&pCallbackData))
238 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 118 milliseconds