Searched refs:getDeviceInfo (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DActiveSourceHandler.java65 HdmiDeviceInfo device = mService.getDeviceInfo(newActive.logicalAddress);
94 return mSource.getDeviceInfo().getLogicalAddress();
H A DHdmiCecFeatureAction.java260 return mSource.getDeviceInfo().getLogicalAddress();
264 return mSource.getDeviceInfo().getPhysicalAddress();
H A DHdmiCecLocalDeviceTv.java220 addresses.add(device.getDeviceInfo().getLogicalAddress());
389 ? mService.portIdToPath(getActivePortId()) : getDeviceInfo().getPhysicalAddress();
778 addCecDevice(device.getDeviceInfo());
H A DHdmiControlService.java615 int address = device.getDeviceInfo().getLogicalAddress();
750 HdmiDeviceInfo getDeviceInfo(int logicalAddress) { method in class:HdmiControlService
1491 device.getDeviceInfo().getLogicalAddress(), targetAddress,
1495 device.getDeviceInfo().getLogicalAddress(), targetAddress, params));
H A DHdmiCecLocalDevice.java610 HdmiDeviceInfo getDeviceInfo() { method in class:HdmiCecLocalDevice
/frameworks/av/media/mtp/
H A DMtpDevice.h80 MtpDeviceInfo* getDeviceInfo();
H A DMtpDevice.cpp208 mDeviceInfo = getDeviceInfo();
305 MtpDeviceInfo* MtpDevice::getDeviceInfo() { function in class:android::MtpDevice
/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java114 public MtpDeviceInfo getDeviceInfo() { method in class:MtpDevice
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DCameraBrowser.java84 MtpDeviceInfo info = device.getDeviceInfo();
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDevice.cpp139 MtpDeviceInfo* deviceInfo = device->getDeviceInfo();
/frameworks/native/services/inputflinger/
H A DInputReader.h567 void getDeviceInfo(InputDeviceInfo* outDeviceInfo);
H A DInputReader.cpp586 device->getDeviceInfo(&outInputDevices.editTop());
874 getDeviceInfo(& deviceInfo);
1009 void InputDevice::getDeviceInfo(InputDeviceInfo* outDeviceInfo) { function in class:android::InputDevice
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1260 mDevice->getDeviceInfo(&info);
1330 mDevice->getDeviceInfo(&info);

Completed in 239 milliseconds