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

/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_api.c1029 PORT_SCHEDULE_LOCK; /* to prevent missing credit */
1047 PORT_SCHEDULE_LOCK; /* to prevent tx.queue_size from being negative */
1128 PORT_SCHEDULE_LOCK;
1143 PORT_SCHEDULE_LOCK;
1213 PORT_SCHEDULE_LOCK;
1421 PORT_SCHEDULE_LOCK;
1565 PORT_SCHEDULE_LOCK;
H A Dport_rfc.c884 PORT_SCHEDULE_LOCK;
993 PORT_SCHEDULE_LOCK;
H A Dport_utils.c219 PORT_SCHEDULE_LOCK;
/external/bluetooth/bluedroid/include/
H A Dbt_target.h1701 /* PORT_SCHEDULE_LOCK shall be defined as GKI_sched_lock() or GKI_disable() */
1702 #ifndef PORT_SCHEDULE_LOCK
1703 #define PORT_SCHEDULE_LOCK GKI_disable() macro
1707 /* 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 77 milliseconds