Searched refs:mDeviceInfo (Results 1 - 5 of 5) sorted by relevance

/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...]
/frameworks/av/media/mtp/
H A DMtpDevice.cpp185 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
[all...]
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
H A DCamera2Device.cpp133 mDeviceInfo = info.static_camera_characteristics;
208 return mDeviceInfo;

Completed in 91 milliseconds