OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disc_func
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluez/gdbus/
watch.c
57
GDBusWatchFunction
disc_func
;
member in struct:filter_callback
294
if (cb->
disc_func
)
295
cb->
disc_func
(data->connection, cb->user_data);
317
cb->
disc_func
= disconnect;
473
if (cb->
disc_func
)
474
cb->
disc_func
(connection, cb->user_data);
487
(cb->conn_func == NULL || cb->
disc_func
== NULL)) {
Completed in 751 milliseconds