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

  /external/bluetooth/bluedroid/gki/ulinux/
gki_int.h 58 pthread_mutex_t GKI_mutex;
gki_ulinux.c 313 pthread_mutex_init(&p_os->GKI_mutex, &attr);
641 pthread_mutex_destroy(&gki_cb.os.GKI_mutex);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_int.h 33 pthread_mutex_t GKI_mutex;
gki_ulinux.c 165 pthread_mutex_init(&p_os->GKI_mutex, &attr);
362 pthread_mutex_destroy(&gki_cb.os.GKI_mutex);
951 pthread_mutex_unlock(&gki_cb.os.GKI_mutex);
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_int.h 33 pthread_mutex_t GKI_mutex;
gki_ulinux.c 162 pthread_mutex_init(&p_os->GKI_mutex, &attr);
362 pthread_mutex_destroy(&gki_cb.os.GKI_mutex);
928 pthread_mutex_unlock(&gki_cb.os.GKI_mutex);
951 pthread_mutex_lock(&gki_cb.os.GKI_mutex);
    [all...]

Completed in 351 milliseconds