OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:auto_dc
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluez/audio/
headset.h
71
gboolean
auto_dc
,
headset.c
164
gboolean
auto_dc
;
member in struct:headset
1397
hs->
auto_dc
= FALSE;
[
all
...]
avdtp.h
311
void avdtp_set_auto_disconnect(struct avdtp *session, gboolean
auto_dc
);
avdtp.c
394
gboolean
auto_dc
;
member in struct:avdtp
1069
if (old_state > AVDTP_STATE_OPEN && session->
auto_dc
)
1176
session->
auto_dc
= TRUE;
[
all
...]
Completed in 54 milliseconds