HomeSort by relevance Sort by last modified time
    Searched defs:sinks (Results 1 - 11 of 11) sorted by null

  /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) {
  /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
  /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) {
  /external/guava/guava-tests/test/com/google/common/hash/
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/
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) {
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...]
  /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...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.5/
maven-reporting-impl-2.0.5.jar 
  /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 
  /system/media/audio/include/system/
audio.h 51 /* AudioFlinger and AudioPolicy services use I/O handles to identify audio sources and sinks */
1124 struct audio_port_config sinks[AUDIO_PATCH_PORTS_MAX]; member in struct:audio_patch
    [all...]

Completed in 156 milliseconds