HomeSort by relevance Sort by last modified time
    Searched defs:mDeviceInfo (Results 1 - 4 of 4) 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/
Camera2Device.h 205 CameraMetadata mDeviceInfo;
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pWfdInfo.java 32 private int mDeviceInfo;
59 mDeviceInfo = devInfo;
73 return (mDeviceInfo & DEVICE_TYPE);
78 mDeviceInfo |= deviceType;
85 return (mDeviceInfo & COUPLED_SINK_SUPPORT_AT_SINK) != 0;
90 mDeviceInfo |= COUPLED_SINK_SUPPORT_AT_SINK;
92 mDeviceInfo &= ~COUPLED_SINK_SUPPORT_AT_SINK;
97 return (mDeviceInfo & COUPLED_SINK_SUPPORT_AT_SINK) != 0;
102 mDeviceInfo |= COUPLED_SINK_SUPPORT_AT_SINK;
104 mDeviceInfo &= ~COUPLED_SINK_SUPPORT_AT_SINK
    [all...]

Completed in 1237 milliseconds