Home
last modified time | relevance | path

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

/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc.h221 #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);
Dcom_android_nfc.cpp92 if (!listAdd(&nfc_jni_get_monitor()->sem_list, pCallbackData)) in nfc_cb_data_init()
109 if (!listRemove(&nfc_jni_get_monitor()->sem_list, pCallbackData)) in nfc_cb_data_deinit()
120 while (listGetAndRemoveNext(&nfc_jni_get_monitor()->sem_list, (void**)&pCallbackData)) in nfc_cb_data_releaseAll()
222 nfc_jni_native_monitor_t* nfc_jni_get_monitor(void) in nfc_jni_get_monitor() function
Dcom_android_nfc_NativeLlcpServiceSocket.cpp82 nfc_jni_native_monitor_t * pMonitor = nfc_jni_get_monitor(); in com_NativeLlcpServiceSocket_doAccept()
183 nfc_jni_native_monitor_t * pMonitor = nfc_jni_get_monitor(); in com_NativeLlcpServiceSocket_doClose()
Dcom_android_nfc_NativeNfcManager.cpp760 nfc_jni_native_monitor * pMonitor = nfc_jni_get_monitor(); in nfc_jni_llcp_linkStatus_callback()
838 nfc_jni_native_monitor * pMonitor = nfc_jni_get_monitor(); in nfc_jni_llcp_transport_listen_socket_callback()