Lines Matching refs:sep
233 struct a2dp_sep *sep = media_endpoint_get_sep(transport->endpoint);
244 stream = a2dp_sep_get_stream(sep);
281 struct a2dp_sep *sep = media_endpoint_get_sep(endpoint);
292 transport->in_use = a2dp_sep_lock(sep, transport->session);
297 return a2dp_resume(transport->session, sep, a2dp_resume_complete,
306 struct a2dp_sep *sep = media_endpoint_get_sep(transport->endpoint);
315 a2dp_sep_unlock(sep, transport->session);
324 struct a2dp_sep *sep = media_endpoint_get_sep(endpoint);
327 a2dp_sep_unlock(sep, transport->session);
332 return a2dp_suspend(transport->session, sep, a2dp_suspend_complete,