Searched defs:DeviceInfo (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDeviceDiscoveryAction.java69 private static final class DeviceInfo { class in class:DeviceDiscoveryAction
78 private DeviceInfo(int logicalAddress) { method in class:DeviceDiscoveryAction.DeviceInfo
88 private final ArrayList<DeviceInfo> mDevices = new ArrayList<>();
128 DeviceInfo info = new DeviceInfo(i);
249 DeviceInfo current = mDevices.get(mProcessedDeviceCount);
275 DeviceInfo current = mDevices.get(mProcessedDeviceCount);
298 DeviceInfo current = mDevices.get(mProcessedDeviceCount);
324 for (DeviceInfo info : mDevices) {
326 Slog.v(TAG, " DeviceInfo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java87 private final ArrayMap<BluetoothDevice, DeviceInfo> mDeviceInfo = new ArrayMap<>();
125 final DeviceInfo info = mDeviceInfo.valueAt(i);
132 private static String infoToString(DeviceInfo info) {
201 final DeviceInfo info = mDeviceInfo.valueAt(i);
234 final DeviceInfo info = mDeviceInfo.get(device);
302 for (DeviceInfo info : mDeviceInfo.values()) {
328 DeviceInfo info = updateInfo(device);
344 DeviceInfo info = updateInfo(device);
380 DeviceInfo info = mDeviceInfo.valueAt(i);
525 private DeviceInfo updateInf
566 private static class DeviceInfo { class in class:BluetoothControllerImpl
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h200 struct DeviceInfo { struct in struct:android::camera2::Parameters

Completed in 972 milliseconds