OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_handlers
(Results
1 - 2
of
2
) sorted by null
/system/bt/btif/src/
btif_sm.cc
40
btif_sm_handler_t*
p_handlers
;
member in struct:__anon113417
53
* states match. The location that '
p_handlers
' points to shall
60
btif_sm_handle_t btif_sm_init(const btif_sm_handler_t*
p_handlers
,
62
if (
p_handlers
== NULL) {
63
BTIF_TRACE_ERROR("%s :
p_handlers
is NULL", __func__);
69
p_cb->
p_handlers
= (btif_sm_handler_t*)
p_handlers
;
72
p_cb->
p_handlers
[initial_state](BTIF_SM_ENTER_EVT, NULL);
139
if (p_cb->
p_handlers
[p_cb->state](event, data) == false)
170
if (p_cb->
p_handlers
[p_cb->state](BTIF_SM_EXIT_EVT, NULL) == false
[
all
...]
/system/bt/btif/include/
btif_sm.h
63
* states match. The location that '
p_handlers
' points to shall
69
btif_sm_handle_t btif_sm_init(const btif_sm_handler_t*
p_handlers
,
Completed in 373 milliseconds