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

/frameworks/base/libs/hwui/
H A DDeviceInfo.h25 class DeviceInfo { class in namespace:android::uirenderer
26 PREVENT_COPY_AND_ASSIGN(DeviceInfo);
28 // returns nullptr if DeviceInfo is not initialized yet
31 static const DeviceInfo* get();
42 DeviceInfo() {} function in class:android::uirenderer::DeviceInfo
43 ~DeviceInfo() {}
/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/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h203 struct DeviceInfo { struct in struct:android::camera2::Parameters

Completed in 5687 milliseconds