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

  /device/asus/fugu/libaudio/
AudioHardwareInput.cpp 52 mDeviceInfos[i].valid = false;
177 if (mDeviceInfos[i].valid) {
179 DUMP("\tcapture card: %d\n", mDeviceInfos[i].pcmCard);
180 DUMP("\tcapture device: %d\n", mDeviceInfos[i].pcmDevice);
209 if (mDeviceInfos[i].valid) {
210 if ((mDeviceInfos[i].pcmCard == devInfo.pcmCard)
211 && (mDeviceInfos[i].pcmDevice == devInfo.pcmDevice)) {
221 if (!mDeviceInfos[i].valid) {
223 mDeviceInfos[i] = devInfo;
224 mDeviceInfos[i].valid = true
    [all...]
AudioHardwareInput.h 78 AudioHotplugThread::DeviceInfo mDeviceInfos[kMaxDevices];
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecLocalDeviceTv.java 103 // Copy of mDeviceInfos to guarantee thread-safety.
113 private final SparseArray<HdmiDeviceInfo> mDeviceInfos = new SparseArray<>();
254 HdmiDeviceInfo targetDevice = mDeviceInfos.get(id);
814 mDeviceInfos.clear();
    [all...]

Completed in 1072 milliseconds