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 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...]
  /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/
Camera2Device.h 74 CameraMetadata mDeviceInfo;
Camera3Device.h 133 CameraMetadata mDeviceInfo;
Camera2Device.cpp 137 mDeviceInfo = info.static_camera_characteristics;
212 return mDeviceInfo;
    [all...]
Camera3Device.cpp 169 mDeviceInfo = info.static_camera_characteristics;
294 return mDeviceInfo;
    [all...]

Completed in 104 milliseconds