Searched refs:PORT_SCHEDULE_LOCK (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_api.c1054 PORT_SCHEDULE_LOCK; /* to prevent missing credit */
1072 PORT_SCHEDULE_LOCK; /* to prevent tx.queue_size from being negative */
1153 PORT_SCHEDULE_LOCK;
1168 PORT_SCHEDULE_LOCK;
1238 PORT_SCHEDULE_LOCK;
1448 PORT_SCHEDULE_LOCK;
1593 PORT_SCHEDULE_LOCK;
H A Dport_rfc.c889 PORT_SCHEDULE_LOCK;
998 PORT_SCHEDULE_LOCK;
H A Dport_utils.c214 PORT_SCHEDULE_LOCK;
/external/bluetooth/bluedroid/include/
H A Dbt_target.h1676 /* PORT_SCHEDULE_LOCK shall be defined as GKI_sched_lock() or GKI_disable() */
1677 #ifndef PORT_SCHEDULE_LOCK
1678 #define PORT_SCHEDULE_LOCK GKI_disable() macro
1682 /* PORT_SCHEDULE_LOCK shall be defined as GKI_sched_unlock() or GKI_enable() */
/external/libnfc-nci/src/include/
H A Dbt_target.h1598 /* PORT_SCHEDULE_LOCK shall be defined as GKI_sched_lock() or GKI_disable() */
1599 #ifndef PORT_SCHEDULE_LOCK
1600 #define PORT_SCHEDULE_LOCK GKI_disable() macro
1604 /* PORT_SCHEDULE_LOCK shall be defined as GKI_sched_unlock() or GKI_enable() */

Completed in 116 milliseconds