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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPolicyConfig.h 46 mAvailableInputDevices(availableInputDevices),
69 mAvailableInputDevices.add(availableDevice);
75 mAvailableInputDevices.add(availableInputDevices);
92 return mAvailableInputDevices;
113 mAvailableInputDevices.add(defaultInputDevice);
140 DeviceVector &mAvailableInputDevices;
  /device/asus/fugu/libaudio/
ATVAudioPolicyManager.cpp 129 const audio_devices_t availableDeviceTypes = mAvailableInputDevices.types() &
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 227 ssize_t index = mAvailableInputDevices.indexOf(devDesc);
253 index = mAvailableInputDevices.add(devDesc);
255 mAvailableInputDevices[index]->attach(module);
277 mAvailableInputDevices.remove(devDesc);
328 deviceVector = &mAvailableInputDevices;
427 deviceList = mAvailableInputDevices.getDevicesFromType(AUDIO_DEVICE_IN_TELEPHONY_RX);
466 deviceList = mAvailableInputDevices.getDevicesFromType(txDevice);
    [all...]
AudioPolicyManager.h 269 return mAvailableInputDevices;
478 return mAvailableInputDevices.getDevicesFromHwModule(mPrimaryOutput->getModuleHandle());
530 DeviceVector mAvailableInputDevices; // all available input devices
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 542 audio_devices_t mAvailableInputDevices; // bit field of all available input devices

Completed in 1402 milliseconds