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

  /frameworks/av/media/mtp/
MtpDevice.h 45 MtpDeviceInfo* mDeviceInfo;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestResults.java 54 private DeviceInfoResult mDeviceInfo = new DeviceInfoResult();
65 mDeviceInfo.parse(parser);
108 mDeviceInfo.serialize(serializer);
207 mDeviceInfo.populateMetrics(runMetrics);
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.h 80 CameraMetadata mDeviceInfo;
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pWfdInfo.java 34 private int mDeviceInfo;
61 mDeviceInfo = devInfo;
75 return (mDeviceInfo & DEVICE_TYPE);
80 mDeviceInfo |= deviceType;
87 return (mDeviceInfo & COUPLED_SINK_SUPPORT_AT_SINK) != 0;
92 mDeviceInfo |= COUPLED_SINK_SUPPORT_AT_SINK;
94 mDeviceInfo &= ~COUPLED_SINK_SUPPORT_AT_SINK;
99 return (mDeviceInfo & COUPLED_SINK_SUPPORT_AT_SINK) != 0;
104 mDeviceInfo |= COUPLED_SINK_SUPPORT_AT_SINK;
106 mDeviceInfo &= ~COUPLED_SINK_SUPPORT_AT_SINK
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 159 CameraMetadata mDeviceInfo;

Completed in 93 milliseconds