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

  /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...]
  /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/media/mtp/
MtpDevice.cpp 185 mDeviceInfo(NULL),
208 mDeviceInfo = getDeviceInfo();
209 if (mDeviceInfo) {
210 if (mDeviceInfo->mDeviceProperties) {
211 int count = mDeviceInfo->mDeviceProperties->size();
213 MtpDeviceProperty propCode = (*mDeviceInfo->mDeviceProperties)[i];
231 if (mDeviceInfo) {
232 mDeviceInfo->print();
234 if (mDeviceInfo->mDeviceProperties) {
236 int count = mDeviceInfo->mDeviceProperties->size()
    [all...]
MtpDevice.h 45 MtpDeviceInfo* mDeviceInfo;
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.h 80 CameraMetadata mDeviceInfo;
Camera2Device.cpp 137 mDeviceInfo = info.static_camera_characteristics;
212 return mDeviceInfo;
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 159 CameraMetadata mDeviceInfo;
Camera3Device.cpp 190 mDeviceInfo = info.static_camera_characteristics;
201 mDeviceInfo.find(ANDROID_QUIRKS_USE_PARTIAL_RESULT);
384 return mDeviceInfo;
    [all...]

Completed in 1598 milliseconds