HomeSort by relevance Sort by last modified time
    Searched defs:GKI_disable (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 92 // NOTE: Must be manipulated with the GKI_disable() lock held.
169 /** NOTE: This is only called on init and may be called without the GKI_disable()
187 * NOTE: Must be called with GKI_disable() lock held.
810 no need to call GKI_disable() here as we know that we will have some events as we've been waking
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 410 /* GKI_disable(); */
720 // no need to call GKI_disable() here as we know that we will have some events as we've been waking up after condition pending or timeout
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 410 /* GKI_disable(); */
697 // no need to call GKI_disable() here as we know that we will have some events as we've been waking up after condition pending or timeout
937 ** Function GKI_disable
945 void GKI_disable (void)
947 //GKI_TRACE_0("GKI_disable");
953 //GKI_TRACE_0("Leaving GKI_disable");
    [all...]

Completed in 31 milliseconds