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 73 pthread_mutex_t GKI_mutex;
gki_ulinux.c 191 pthread_mutex_init(&p_os->GKI_mutex, &attr);
509 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 167 pthread_mutex_init(&p_os->GKI_mutex, &attr);
361 pthread_mutex_destroy(&gki_cb.os.GKI_mutex);
950 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 164 pthread_mutex_init(&p_os->GKI_mutex, &attr);
361 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 512 milliseconds