Home
last modified time | relevance | path

Searched defs:getBluetoothAddress (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DNativeInputManagerService.java221 String getBluetoothAddress(int deviceId); in getBluetoothAddress() method
488 public native String getBluetoothAddress(int deviceId); in getBluetoothAddress() method in NativeInputManagerService.NativeImpl
/aosp14/frameworks/base/core/java/android/view/
H A DInputDevice.java1114 public String getBluetoothAddress() { in getBluetoothAddress() method in InputDevice
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1632 std::optional<std::string> NativeInputManager::getBluetoothAddress(int32_t deviceId) { in getBluetoothAddress() function in android::NativeInputManager