Searched refs:btif_sm_event_t (Results 1 – 3 of 3) sorted by relevance
/system/bt/btif/include/ |
D | btif_sm.h | 46 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/ |
D | btif_av.cc | 128 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 …]
|
D | btif_sm.cc | 128 bt_status_t btif_sm_dispatch(btif_sm_handle_t handle, btif_sm_event_t event, in btif_sm_dispatch()
|