HomeSort by relevance Sort by last modified time
    Searched refs:lsep (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluez/audio/
avdtp.h 138 struct avdtp_local_sep *lsep,
143 struct avdtp_local_sep *lsep,
147 void (*open) (struct avdtp *session, struct avdtp_local_sep *lsep,
150 void (*start) (struct avdtp *session, struct avdtp_local_sep *lsep,
153 void (*suspend) (struct avdtp *session, struct avdtp_local_sep *lsep,
156 void (*close) (struct avdtp *session, struct avdtp_local_sep *lsep,
159 void (*abort) (struct avdtp *session, struct avdtp_local_sep *lsep,
163 struct avdtp_local_sep *lsep,
166 void (*delay_report) (struct avdtp *session, struct avdtp_local_sep *lsep,
180 struct avdtp_local_sep *lsep,
    [all...]
avdtp.c 363 struct avdtp_local_sep *lsep; member in struct:avdtp_stream
781 stream->lsep->info.inuse = 0;
782 stream->lsep->stream = NULL;
823 struct avdtp_local_sep *sep = stream->lsep;
878 struct avdtp_local_sep *sep = stream->lsep;
976 struct avdtp_local_sep *lsep; local
991 lsep = stream->lsep;
996 if (lsep && lsep->cfm && lsep->cfm->reconfigure
2549 struct avdtp_local_sep *lsep; local
    [all...]
a2dp.c 69 struct avdtp_local_sep *lsep; member in struct:a2dp_sep
1090 setup->rsep = avdtp_find_remote_sep(setup->session, sep->lsep);
1093 sep->lsep,
    [all...]

Completed in 3838 milliseconds