Searched defs:mDeviceInfo (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/mtp/
H A DMtpDevice.h45 MtpDeviceInfo* mDeviceInfo; member in class:android::MtpDevice
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.h205 CameraMetadata mDeviceInfo; member in class:android::Camera2Device
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pWfdInfo.java32 private int mDeviceInfo; field in class:WifiP2pWfdInfo
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
[all...]

Completed in 844 milliseconds