Searched defs:GKI_disable (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c92 // 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
1022 ** Function GKI_disable
1030 void GKI_disable (void) function
1071 GKI_disable();
1148 GKI_disable();
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c410 /* 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
960 ** Function GKI_disable
968 void GKI_disable (void) function
970 //GKI_TRACE_0("GKI_disable");
976 //GKI_TRACE_0("Leaving GKI_disable");
1016 GKI_disable();
1223 GKI_disable();
1258 GKI_disable ();
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c410 /* 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) function
947 //GKI_TRACE_0("GKI_disable");
953 //GKI_TRACE_0("Leaving GKI_disable");
993 GKI_disable();
1200 GKI_disable();
1235 GKI_disable ();

Completed in 114 milliseconds