Searched defs:sink (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/daemon/
H A Dusb.cpp66 struct usb_endpoint_descriptor_no_audio sink; member in struct:func_desc
73 struct usb_endpoint_descriptor_no_audio sink; member in struct:ss_func_desc
118 .sink = {
119 .bLength = sizeof(fs_descriptors.sink),
145 .sink = {
146 .bLength = sizeof(hs_descriptors.sink),
177 .sink = {
178 .bLength = sizeof(ss_descriptors.sink),
483 D("[ kick: sink (fd=%d) clear halt failed (%d) ]", h->bulk_out, errno);
/system/bt/btif/co/
H A Dbta_av_co.cc149 const BtaAvCoSep* p_sink; // Currently selected sink
226 * @param p_codec_info the peer sink capability filled-in by the caller.
229 * sink capability filled-in by the caller. On success, it will contain
434 * Report the sink codec state for a peer
708 BtaAvCoSep& sink = sinks[i]; local
709 sink.Reset();
1466 // Use the current sink codec
1547 // Use the current sink codec
1859 APPL_TRACE_DEBUG("%s: cannot set sink codec %s", __func__,

Completed in 55 milliseconds