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

  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 204 if (mAvailableInputDevices & device) {
208 mAvailableInputDevices = mAvailableInputDevices | (device & ~AUDIO_DEVICE_BIT_IN);
214 if (!(mAvailableInputDevices & device)) {
218 mAvailableInputDevices = (audio_devices_t) (mAvailableInputDevices & ~device);
273 if (device & mAvailableInputDevices) {
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 529 audio_devices_t mAvailableInputDevices; // bit field of all available input devices

Completed in 156 milliseconds