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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 84 List<BluetoothDevice> sinks = getConnectedDevices(); local
85 if (sinks != null) {
86 for (BluetoothDevice sink : sinks) {
120 List<BluetoothDevice> sinks = mService.getConnectedDevices(); local
121 if (!sinks.isEmpty()) {
122 if (mService.isA2dpPlaying(sinks.get(0))) {
PanProfile.java 74 List<BluetoothDevice> sinks = mService.getConnectedDevices(); local
75 if (sinks != null) {
76 for (BluetoothDevice sink : sinks) {
HeadsetProfile.java 111 List<BluetoothDevice> sinks = mService.getConnectedDevices(); local
112 if (sinks != null) {
113 for (BluetoothDevice sink : sinks) {
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 96 List<BluetoothDevice> sinks = getConnectedDevices();
98 if (sinks.size() != 0 && isPhoneDocked(sinks.get(0))) {
99 String address = sinks.get(0).getAddress();
285 // ignore if there are any active sinks
402 List<BluetoothDevice> sinks = getDevicesMatchingConnectionStates( local
404 return sinks;
409 ArrayList<BluetoothDevice> sinks = new ArrayList<BluetoothDevice>(); local
414 sinks.add(device);
419 return sinks;
    [all...]
  /external/bluetooth/bluez/audio/
a2dp.c 109 GSList *sinks; member in struct:a2dp_server
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 299 I = nodeBuilder.sinks().begin(), E = nodeBuilder.sinks().end();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 529 const SmallVectorImpl<ExplodedNode*> &sinks() const { function in class:clang::ento::GenericNodeBuilderImpl

Completed in 100 milliseconds