Home
last modified time | relevance | path

Searched refs:btif_sm_event_t (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/include/
Dbtif_sm.h46 typedef uint32_t btif_sm_event_t; typedef
48 typedef bool (*btif_sm_handler_t)(btif_sm_event_t event, void* data);
104 bt_status_t btif_sm_dispatch(btif_sm_handle_t handle, btif_sm_event_t event,
/system/bt/btif/src/
Dbtif_av.cc128 static bool btif_av_state_idle_handler(btif_sm_event_t event, void* data);
129 static bool btif_av_state_opening_handler(btif_sm_event_t event, void* data);
130 static bool btif_av_state_opened_handler(btif_sm_event_t event, void* data);
131 static bool btif_av_state_started_handler(btif_sm_event_t event, void* data);
132 static bool btif_av_state_closing_handler(btif_sm_event_t event, void* data);
139 static void btif_av_event_free_data(btif_sm_event_t event, void* p_data);
328 static bool btif_av_state_idle_handler(btif_sm_event_t event, void* p_data) { in btif_av_state_idle_handler()
507 static bool btif_av_state_opening_handler(btif_sm_event_t event, void* p_data) { in btif_av_state_opening_handler()
672 static bool btif_av_state_closing_handler(btif_sm_event_t event, void* p_data) { in btif_av_state_closing_handler()
748 static bool btif_av_state_opened_handler(btif_sm_event_t event, void* p_data) { in btif_av_state_opened_handler()
[all …]
Dbtif_sm.cc128 bt_status_t btif_sm_dispatch(btif_sm_handle_t handle, btif_sm_event_t event, in btif_sm_dispatch()