Home
last modified time | relevance | path

Searched refs:dump_event (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/btif/src/
H A Dbtif_debug_conn.cc81 uint8_t dump_event = current_event_local; in btif_debug_conn_dump() local
85 if (connection_events[dump_event].ts == 0) dprintf(fd, " None\n"); in btif_debug_conn_dump()
87 while (connection_events[dump_event].ts) { in btif_debug_conn_dump()
88 conn_event_t* evt = &connection_events[dump_event]; in btif_debug_conn_dump()
96 if (dump_event > 0) in btif_debug_conn_dump()
97 --dump_event; in btif_debug_conn_dump()
99 dump_event = NUM_CONNECTION_EVENTS - 1; in btif_debug_conn_dump()
102 if (dump_event == current_event_local) break; in btif_debug_conn_dump()
/aosp12/hardware/ril/libril/
H A Dril_event.cpp79 static void dump_event(struct ril_event * ev) in dump_event() function
93 #define dump_event(x) do {} while(0) macro
118 dump_event(ev); in addToList()
124 dump_event(ev); in removeFromList()
274 dump_event(ev); in ril_event_add()