HomeSort by relevance Sort by last modified time
    Searched refs:sinks (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/media/java/android/media/
AudioPatch.java 21 * An AudioPatch describes a connection between audio sources and audio sinks.
36 AudioPatch(AudioHandle patchHandle, AudioPortConfig[] sources, AudioPortConfig[] sinks) {
39 mSinks = sinks;
50 * Retreive the list of sinks of this audio patch.
52 public AudioPortConfig[] sinks() { method in class:AudioPatch
AudioManager.java     [all...]
AudioSystem.java 708 AudioPortConfig[] sources, AudioPortConfig[] sinks);
    [all...]
  /external/guava/guava-tests/test/com/google/common/hash/
HashTestUtils.java 92 @Override void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) {
94 for (PrimitiveSink sink : sinks) {
100 @Override void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) {
102 for (PrimitiveSink sink : sinks) {
108 @Override void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) {
110 for (PrimitiveSink sink : sinks) {
116 @Override void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) {
118 for (PrimitiveSink sink : sinks) {
124 @Override void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) {
126 for (PrimitiveSink sink : sinks) {
    [all...]
AbstractStreamingHasherTest.java 137 * sinks process it; all should produce the same answer, the only difference should be the
144 List<Sink> sinks = Lists.newArrayList(); local
147 // yes, that's a lot of sinks!
148 sinks.add(new Sink(chunkSize, bufferSize));
159 Iterables.concat(sinks, Collections.singleton(controlSink));
169 for (Sink sink : sinks) {
174 for (Sink sink : sinks) {
  /frameworks/base/location/lib/java/com/android/location/provider/
FusedLocationHardware.java 313 HashMap<FusedLocationHardwareSink, DispatcherHandler> sinks; local
315 sinks = mSinkList;
318 for(Map.Entry<FusedLocationHardwareSink, DispatcherHandler> entry : sinks.entrySet()) {
328 HashMap<FusedLocationHardwareSink, DispatcherHandler> sinks; local
330 sinks = mSinkList;
333 for(Map.Entry<FusedLocationHardwareSink, DispatcherHandler> entry : sinks.entrySet()) {
343 HashMap<FusedLocationHardwareSink, DispatcherHandler> sinks; local
345 sinks = mSinkList;
348 for(Map.Entry<FusedLocationHardwareSink, DispatcherHandler> entry : sinks.entrySet()) {
358 HashMap<FusedLocationHardwareSink, DispatcherHandler> sinks; local
    [all...]
ActivityRecognitionProvider.java 83 // and in the service) of all sinks while failing to disable all events
107 Collection<Sink> sinks; local
112 sinks = new ArrayList<>(mSinkSet);
127 for (Sink sink : sinks) {
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 198 if ((patch->sinks[i].type == AUDIO_PORT_TYPE_MIX ||
199 patch->sinks[i].ext.mix.hw_module != srcModule) &&
205 if (patch->sinks[i].type != patch->sinks[0].type) {
218 ((patch->sinks[0].type == AUDIO_PORT_TYPE_DEVICE) &&
219 ((patch->sinks[0].ext.device.hw_module != srcModule) ||
223 (patch->num_sinks != 0 && patch->sinks[0].ext.device.hw_module !=
240 audio_devices_t device = patch->sinks[0].ext.device.type;
241 String8 address = String8(patch->sinks[0].ext.device.address);
244 patch->sinks[0].ext.device.hw_module
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
A2dpProfile.java 116 List<BluetoothDevice> sinks = getConnectedDevices();
117 if (sinks != null) {
118 for (BluetoothDevice sink : sinks) {
163 List<BluetoothDevice> sinks = mService.getConnectedDevices();
164 if (!sinks.isEmpty()) {
165 if (mService.isA2dpPlaying(sinks.get(0))) {
PanProfile.java 87 List<BluetoothDevice> sinks = mService.getConnectedDevices();
88 if (sinks != null) {
89 for (BluetoothDevice sink : sinks) {
HeadsetProfile.java 115 List<BluetoothDevice> sinks = mService.getConnectedDevices();
116 if (sinks != null) {
117 for (BluetoothDevice sink : sinks) {
SapProfile.java 114 List<BluetoothDevice> sinks = mService.getConnectedDevices();
115 if (sinks != null) {
116 for (BluetoothDevice sink : sinks) {
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPatch.cpp 67 snprintf(buffer, SIZE, "%*s- %d sinks:\n", spaces, "", mPatch.num_sinks);
70 if (mPatch.sinks[i].type == AUDIO_PORT_TYPE_DEVICE) {
72 DeviceConverter::toString(mPatch.sinks[i].ext.device.type, device);
74 mPatch.sinks[i].id,
78 mPatch.sinks[i].id, mPatch.sinks[i].ext.mix.handle);
100 patch->mPatch.sources[0].id, patch->mPatch.sinks[0].id);
144 if (patch->mPatch.sinks[sinkIndex].type == AUDIO_PORT_TYPE_DEVICE &&
145 patch->mPatch.sinks[sinkIndex].ext.device.type == AUDIO_DEVICE_OUT_STUB) {
  /external/ceres-solver/internal/ceres/
graph.h 76 const HashSet<Vertex>& sinks = edges_[vertex]; local
77 for (typename HashSet<Vertex>::const_iterator it = sinks.begin();
78 it != sinks.end(); ++it) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothA2dpFacade.java 67 List<BluetoothDevice> sinks = sA2dpProfile.getConnectedDevices(); local
68 if (sinks != null) {
69 for (BluetoothDevice sink : sinks) {
  /frameworks/av/include/media/
AudioIoDescriptor.h 50 return mPatch.sinks[0].id;
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 369 rxSinkDeviceDesc->toAudioPortConfig(&patch.sinks[0]);
411 txSinkDeviceDesc->toAudioPortConfig(&patch.sinks[0]);
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 289 const struct audio_port_config *sinks,
  /prebuilts/tools/common/m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.5/
maven-reporting-impl-2.0.5.jar 
  /hardware/libhardware/include/hardware/
audio.h 652 const struct audio_port_config *sinks,
  /build/tools/releasetools/
blockimgdiff.py     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-site-plugin/3.3/
maven-site-plugin-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-site-plugin/3.3/
maven-site-plugin-3.3.jar 
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java 777 private void findAudioSinkFromAudioPolicy(List<AudioDevicePort> sinks) {
778 sinks.clear();
787 sinks.add(port);
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp     [all...]

Completed in 415 milliseconds

1 2