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

  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java 793 ArrayList<AudioDevicePort> devicePorts = new ArrayList<>();
794 if (mAudioManager.listAudioDevicePorts(devicePorts) != AudioManager.SUCCESS) {
798 for (AudioDevicePort port : devicePorts) {
810 ArrayList<AudioDevicePort> devicePorts = new ArrayList<>();
811 if (mAudioManager.listAudioDevicePorts(devicePorts) != AudioManager.SUCCESS) {
814 for (AudioDevicePort port : devicePorts) {
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
Serializer.cpp 281 const char *const DevicePortTraits::collectionTag = "devicePorts";
450 DevicePortTraits::Collection devicePorts;
451 deserializeCollection<DevicePortTraits>(doc, root, devicePorts, NULL);
452 module->setDeclaredDevices(devicePorts);

Completed in 81 milliseconds