HomeSort by relevance Sort by last modified time
    Searched defs:DeviceInfo (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /frameworks/base/vr/java/com/google/vr/platform/
DeviceInfo.java 9 public class DeviceInfo {
  /external/webrtc/webrtc/modules/video_capture/
video_capture.h 23 class DeviceInfo {
75 virtual ~DeviceInfo() {}
134 // DeviceInfo::GetOrientation the captured frames are
  /frameworks/base/libs/hwui/
DeviceInfo.h 27 class DeviceInfo {
28 PREVENT_COPY_AND_ASSIGN(DeviceInfo);
30 // returns nullptr if DeviceInfo is not initialized yet
33 static const DeviceInfo* get();
45 auto di = DeviceInfo::get()->displayInfo();
50 DeviceInfo() {}
51 ~DeviceInfo() {}
  /cts/common/host-side/util/src/com/android/compatibility/common/util/
DeviceInfo.java 27 public abstract class DeviceInfo extends DeviceTestCase {
39 File jsonFile = new File(dir, collectionName + ".deviceinfo.json");
  /device/asus/fugu/libaudio/
AudioHotplugThread.h 27 struct DeviceInfo {
40 virtual void onDeviceFound(const DeviceInfo& devInfo) = 0;
57 DeviceInfo* info);
  /external/autotest/client/site_tests/camera_V4L2/src/
common_types.h 15 struct DeviceInfo {
44 typedef std::vector<DeviceInfo> DeviceInfos;
  /prebuilts/tools/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/
yearclass-1.0.1.jar 
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DeviceInfo.java 16 package com.android.compatibility.common.deviceinfo;
42 public abstract class DeviceInfo extends InstrumentationTestCase {
79 File jsonFile = new File(dir, getClass().getSimpleName() + ".deviceinfo.json");
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
AtapiPeim.h 109 PEI_ATAPI_DEVICE_INFO DeviceInfo[MAX_IDE_DEVICES]; //for max 8 device
  /external/autotest/client/common_lib/cros/network/
interface.py 44 DeviceInfo = collections.namedtuple('DeviceInfo', ['vendor', 'device'])
46 DeviceInfo('0x02df', '0x9129'): NAME_MARVELL_88W8797_SDIO,
47 DeviceInfo('0x02df', '0x912d'): NAME_MARVELL_88W8897_SDIO,
48 DeviceInfo('0x02df', '0x9135'): NAME_MARVELL_88W8887_SDIO,
49 DeviceInfo('0x11ab', '0x2b38'): NAME_MARVELL_88W8897_PCIE,
50 DeviceInfo('0x1b4b', '0x2b42'): NAME_MARVELL_88W8997_PCIE,
51 DeviceInfo('0x168c', '0x002a'): NAME_ATHEROS_AR9280,
52 DeviceInfo('0x168c', '0x0030'): NAME_ATHEROS_AR9382,
53 DeviceInfo('0x168c', '0x0034'): NAME_ATHEROS_AR9462
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
BluetoothDeviceList.java 38 private static class DeviceInfo {
42 public DeviceInfo(String name, String address) {
74 DeviceInfo device = (DeviceInfo) mAdapter.getItem(position);
82 List<DeviceInfo> mmDeviceList;
85 mmDeviceList = new ArrayList<DeviceInfo>();
90 mmDeviceList.add(new DeviceInfo(name, address));
111 final DeviceInfo device = mmDeviceList.get(position);
  /frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.h 282 struct DeviceInfo {
301 DeviceInfo(const std::string& name, const metadata_vendor_id_t tagId,
308 virtual ~DeviceInfo();
315 std::vector<std::unique_ptr<DeviceInfo>> mDevices;
321 struct DeviceInfo1 : public DeviceInfo {
339 struct DeviceInfo3 : public DeviceInfo {
366 // Templated method to instantiate the right kind of DeviceInfo and call the
369 std::unique_ptr<DeviceInfo> initializeDeviceInfo(const std::string &name,
389 // Utility to find a DeviceInfo by ID; pointer is only valid while mInterfaceMutex is held
394 ProviderInfo::DeviceInfo* findDeviceInfoLocked(const std::string& id
    [all...]
CameraProviderManager.cpp 127 for (auto& deviceInfo : provider->mDevices) {
128 if (deviceInfo->mId == id && deviceInfo->mVersion.get_major() == majorVersion) {
139 auto deviceInfo = findDeviceInfoLocked(id);
140 if (deviceInfo == nullptr) return false;
142 return deviceInfo->hasFlashUnit();
149 auto deviceInfo = findDeviceInfoLocked(id);
150 if (deviceInfo == nullptr) return NAME_NOT_FOUND;
152 *cost = deviceInfo->mResourceCost;
160 auto deviceInfo = findDeviceInfoLocked(id)
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
DeviceDiscoveryAction.java 69 private static final class DeviceInfo {
78 private DeviceInfo(int logicalAddress) {
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: " + cecDeviceInfo)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AtaAtapiPassThru.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseSerialPortLib16550/
BaseSerialPortLib16550.c 204 PCI_UART_DEVICE_INFO *DeviceInfo;
209 DeviceInfo = (PCI_UART_DEVICE_INFO *) PcdGetPtr (PcdSerialPciDeviceInfo);
214 if (DeviceInfo->Device == 0xff) {
230 for (BusNumber = 0; (DeviceInfo + 1)->Device != 0xff; DeviceInfo++) {
234 PciLibAddress = PCI_LIB_ADDRESS (BusNumber, DeviceInfo->Device, DeviceInfo->Function, 0);
302 PciLibAddress = PCI_LIB_ADDRESS (BusNumber, DeviceInfo->Device, DeviceInfo->Function, 0);
367 if (DeviceInfo->PowerManagementStatusAndControlRegister != 0x00) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/
FloppyPeim.h 155 PEI_FLOPPY_DEVICE_INFO DeviceInfo[2];
  /packages/services/Car/service/src/com/android/car/
BluetoothDevicesInfo.java 54 private List<DeviceInfo> mDeviceInfoList;
99 public class DeviceInfo {
105 public DeviceInfo(BluetoothDevice device, int state) {
165 DeviceInfo newDeviceInfoWithPriority = findDeviceInfoInListLocked(deviceToTag);
187 DeviceInfo deviceInfo = findDeviceInfoInListLocked(deviceToUntag);
188 deviceInfo.setBluetoothDevicePriority(DEVICE_PRIORITY_UNDEFINED);
215 for (DeviceInfo deviceInfo : mDeviceInfoList) {
216 if (deviceInfo.mDevicePriority == priority)
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h 219 struct DeviceInfo {
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0/
protos-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0-alpha1/
protos-25.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0-beta1/
protos-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0-beta2/
protos-25.3.0-beta2.jar 

Completed in 1150 milliseconds

1 2 3 4