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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPolicyMix.cpp 458 bool deviceMatch = false;
462 deviceMatch = true;
466 if (!deviceMatch && !mix->hasMatchUidRule()) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothFacade.java 163 public static boolean deviceMatch(BluetoothDevice device, String deviceID) {
196 if (deviceMatch(bd, deviceID)) {
213 if (deviceMatch(bd, deviceID)) {
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordingConfigurationTest.java 288 private static boolean deviceMatch(AudioDeviceInfo devJoe, AudioDeviceInfo devJeff) {
316 && deviceMatch(device, configDevice)) {

Completed in 72 milliseconds