HomeSort by relevance Sort by last modified time
    Searched refs:sink (Results 26 - 50 of 71) sorted by null

12 3

  /external/bluetooth/bluez/audio/
device.c 60 #include "sink.h"
234 if (dev->sink) {
240 sink_setup_stream(dev->sink, session);
251 if (!dev->sink)
319 if (!dev->sink || !dev->control)
337 if (!dev->sink)
432 dev->sink && priv->dc_req) {
433 sink_shutdown(dev->sink);
454 if (!dev->sink)
491 if (priv->state != AUDIO_STATE_CONNECTING && dev->sink) {
    [all...]
gsta2dpsink.h 51 GstAvdtpSink *sink; member in struct:_GstA2dpSink
64 /* Store the tags received before the a2dpsender sink is created
gstavdtpsink.c 85 GST_ELEMENT_DETAILS("Bluetooth AVDTP sink",
86 "Sink/Audio",
91 GST_STATIC_PAD_TEMPLATE("sink", GST_PAD_SINK, GST_PAD_ALWAYS,
189 GstAvdtpSink *sink = GST_AVDTP_SINK(object); local
193 if (sink->device)
194 g_free(sink->device);
195 sink->device = g_value_dup_string(value);
199 sink->autoconnect = g_value_get_boolean(value);
210 GstAvdtpSink *sink = GST_AVDTP_SINK(object); local
214 g_value_set_string(value, sink->device)
1133 GstAvdtpSink *sink = GST_AVDTP_SINK(basesink); local
    [all...]
manager.c 67 #include "sink.h"
77 SINK = 1 << 2,
113 .sink = TRUE,
145 return enabled.sink;
204 DBG("Found Audio Sink");
205 if (device->sink == NULL)
206 device->sink = sink_init(device);
221 if (device->sink && sink_is_active(device))
1071 else if (g_str_equal(list[i], "Sink"))
1072 enabled.sink = TRUE
    [all...]
a2dp.c 43 #include "sink.h"
293 DBG("Sink %p: Set_Configuration_Ind", sep);
356 DBG("Sink %p: Get_Capability_Ind", sep);
424 DBG("Sink %p: Set_Configuration_Ind", sep);
465 DBG("Sink %p: Get_Capability_Ind", sep);
522 DBG("Sink %p: Set_Configuration_Cfm", sep);
564 DBG("Sink %p: Get_Configuration_Ind", sep);
577 DBG("Sink %p: Set_Configuration_Cfm", sep);
589 DBG("Sink %p: Open_Ind", sep);
603 DBG("Sink %p: Open_Cfm", sep)
1128 gboolean source = TRUE, sink = FALSE, delay_reporting; local
    [all...]
unix.c 49 #include "sink.h"
178 if (dev->sink && avdtp_is_connected(&dev->src, &dev->dst))
185 else if (dev->sink)
193 else if (!strcmp(interface, AUDIO_SINK_INTERFACE) && dev->sink)
1375 /* FIXME: are we treating a sink or a source? */
    [all...]
  /external/v8/src/
serialize.h 371 explicit Serializer(SnapshotByteSink* sink);
411 SnapshotByteSink* sink,
415 sink_(sink),
487 SnapshotByteSink* sink)
488 : Serializer(sink),
517 explicit StartupSerializer(SnapshotByteSink* sink) : Serializer(sink) {
mksnapshot.cc 234 CppByteSink sink(argv[1]);
237 i::StartupSerializer ser(&sink);
240 i::PartialSerializer partial_ser(&ser, sink.partial_sink());
245 sink.WritePartialSnapshot();
247 sink.WriteSpaceUsed(
  /external/skia/src/animator/
SkDisplayPost.cpp 40 SK_MEMBER(sink, String),
99 // !!! could enhance this to search through make hierarchy to show name of sink
100 if (sink.size() > 0) {
101 SkDebugf("sink=\"%s\" sinkID=\"%d\" ", sink.c_str(), fSinkID);
186 if (sink.size() > 0)
251 const char* ch = sink.c_str();
  /external/skia/include/animator/
SkAnimator.h 217 Use this to access a movie's event sink, to send events to movies.
461 /** The event sink events generated by the animation are posted to.
462 Screenplay also posts an inval event to this event sink after processing an
464 @param target the event sink id
470 void setHostEventSink(SkEventSink* sink) {
471 this->setHostEventSinkID(sink ? sink->getSinkID() : 0);
  /bootable/recovery/applypatch/
bspatch.c 102 SinkFn sink, void* token, SHA_CTX* ctx) {
111 if (sink(new_data, new_size, token) < new_size) {
applypatch.c 775 SinkFn sink = NULL; local
790 sink = MemorySink;
804 sink = FileSink;
818 patch, 0, sink, token, &ctx);
822 patch, sink, token, &ctx);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothManager.java 189 for (BluetoothDevice sink : sinks) {
190 if (mBluetoothA2dp.getSinkState(sink) == BluetoothA2dp.STATE_PLAYING) {
LocalBluetoothProfileManager.java 227 for (BluetoothDevice sink : sinks) {
228 mService.disconnectSink(sink);
236 // Downgrade priority as user is disconnecting the sink.
  /external/srec/srec/include/
frontapi.h 683 CA_Wave *sink,
689 * sink Handle to valid Wave structure for destination
693 * Returns Nothing, the wave segment in 'source' is copied to 'sink'
702 * the 'source' and 'sink' wave objects.
823 * to the sink for file storage. The wave objects should have been
842 * Returns true if the Wave is setup as a sink of data
    [all...]
  /external/wpa_supplicant/
ndis_events.c 31 IWbemObjectSink sink; member in struct:ndis_events_data
447 IWbemServices_CancelAsyncCall(events->pSvc, &events->sink);
448 IWbemObjectSink_Release(&events->sink);
717 wpa_printf(MSG_ERROR, "Could not allocate sink for events.");
786 pSink = &events->sink;
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
ndis_events.c 31 IWbemObjectSink sink; member in struct:ndis_events_data
447 IWbemServices_CancelAsyncCall(events->pSvc, &events->sink);
448 IWbemObjectSink_Release(&events->sink);
717 wpa_printf(MSG_ERROR, "Could not allocate sink for events.");
787 pSink = &events->sink;
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
SelectorImpl.java 139 wakeupPipe.sink().close();
377 wakeupPipe.sink().write(ByteBuffer.allocate(WAKEUP_WRITE_SIZE));
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SelectionKeyTest.java 347 pipe.sink().configureBlocking(false);
348 SelectionKey key = pipe.sink().register(selector, SelectionKey.OP_WRITE);
SelectorTest.java 494 pipe.sink().write(ByteBuffer.allocate(4)); // unblock select()
  /external/dropbear/
scp.c 288 void sink(int, char *[]);
408 sink(argc, argv);
585 sink(1, argv + argc - 1);
822 sink(int argc, char **argv) function
870 fprintf(stderr, "Sink: %s", buf);
976 sink(1, vect);
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.cpp 1623 sp<MediaPlayerBase::AudioSink> sink = mSink.promote(); local
    [all...]
  /external/chromium/third_party/icu/source/common/
unistr.cpp 825 UnicodeString::toUTF8(ByteSink &sink) const {
831 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity,
857 sink.Append(utf8, length8);
    [all...]
  /external/icu4c/common/
unistr.cpp 837 UnicodeString::toUTF8(ByteSink &sink) const {
843 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity,
869 sink.Append(utf8, length8);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
ustrtest.cpp     [all...]

Completed in 693 milliseconds

12 3