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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioInputDescriptor.cpp 232 sp<AudioInputDescriptor> inputDesc = NULL;
234 inputDesc = valueAt(i);
235 if (inputDesc->getId() == id) {
239 return inputDesc;
273 sp<AudioInputDescriptor> inputDesc = valueFor(handle);
274 audio_devices_t devices = inputDesc->mProfile->getSupportedDevicesType();
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]

Completed in 201 milliseconds