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 202 #define REENTRANCE_LOCK() pthread_mutex_lock(&nfc_jni_get_monitor()->reentrance_mutex)
203 #define REENTRANCE_UNLOCK() pthread_mutex_unlock(&nfc_jni_get_monitor()->reentrance_mutex)
204 #define CONCURRENCY_LOCK() pthread_mutex_lock(&nfc_jni_get_monitor()->concurrency_mutex)
205 #define CONCURRENCY_UNLOCK() pthread_mutex_unlock(&nfc_jni_get_monitor()->concurrency_mutex)
223 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 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))
237 nfc_jni_native_monitor_t* nfc_jni_get_monitor(void) function in namespace:android
com_android_nfc_NativeNfcManager.cpp 884 nfc_jni_native_monitor * pMonitor = nfc_jni_get_monitor();
962 nfc_jni_native_monitor * pMonitor = nfc_jni_get_monitor();
    [all...]

Completed in 218 milliseconds