Home
last modified time | relevance | path

Searched refs:nativeGetPhysicalAddress (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java355 return mNativeWrapperImpl.nativeGetPhysicalAddress(); in getPhysicalAddress()
903 int nativeGetPhysicalAddress(); in nativeGetPhysicalAddress() method
1027 public int nativeGetPhysicalAddress() { in nativeGetPhysicalAddress() method in HdmiCecController.NativeWrapperImplAidl
1261 public int nativeGetPhysicalAddress() { in nativeGetPhysicalAddress() method in HdmiCecController.NativeWrapperImpl11
1458 public int nativeGetPhysicalAddress() { in nativeGetPhysicalAddress() method in HdmiCecController.NativeWrapperImpl
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DFakeNativeWrapper.java97 public int nativeGetPhysicalAddress() { in nativeGetPhysicalAddress() method in FakeNativeWrapper