OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:find_session
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluez/network/
server.c
114
static struct network_session *
find_session
(GSList *list, GIOChannel *chan)
function
319
session =
find_session
(ns->sessions, chan);
/external/bluetooth/bluez/src/
adapter.c
672
static struct session_req *
find_session
(GSList *list, const char *sender)
function
861
if (!
find_session
(req->adapter->mode_sessions, req->owner))
1262
req =
find_session
(adapter->disc_sessions, sender);
1301
req =
find_session
(adapter->disc_sessions, sender);
[
all
...]
/external/bluetooth/bluez/audio/
avdtp.c
2222
static struct avdtp *
find_session
(GSList *list, const bdaddr_t *dst)
function
[
all
...]
Completed in 96 milliseconds