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

  /frameworks/av/media/mtp/
MtpDevice.h 45 MtpDeviceInfo* mDeviceInfo;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java 87 private final ArrayMap<BluetoothDevice, DeviceInfo> mDeviceInfo = new ArrayMap<>();
122 pw.print(" mDeviceInfo.size="); pw.println(mDeviceInfo.size());
123 for (int i = 0; i < mDeviceInfo.size(); i++) {
124 final BluetoothDevice device = mDeviceInfo.keyAt(i);
125 final DeviceInfo info = mDeviceInfo.valueAt(i);
199 for (int i = 0; i < mDeviceInfo.size(); i++) {
200 final BluetoothDevice device = mDeviceInfo.keyAt(i);
201 final DeviceInfo info = mDeviceInfo.valueAt(i);
234 final DeviceInfo info = mDeviceInfo.get(device)
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestResults.java 55 private DeviceInfoResult mDeviceInfo = new DeviceInfoResult();
66 mDeviceInfo.parse(parser);
108 mDeviceInfo.serialize(serializer);
205 mDeviceInfo.populateMetrics(runMetrics);
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.h 89 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 175 CameraMetadata mDeviceInfo;
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecLocalDevice.java 59 protected HdmiDeviceInfo mDeviceInfo;
379 // mDeviceInfo should not be null.
381 mAddress, message.getSource(), mDeviceInfo.getDisplayName());
385 Slog.w(TAG, "Failed to build <Get Osd Name>:" + mDeviceInfo.getDisplayName());
612 return mDeviceInfo;
618 mDeviceInfo = info;
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 223 milliseconds