Home
last modified time | relevance | path

Searched refs:getBluetoothAddress (Results 1 – 5 of 5) 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
H A DBatteryController.java245 InputDevice::getBluetoothAddress)); in getBluetoothDevice()
H A DInputManagerService.java2116 final String address = mNative.getBluetoothAddress(deviceId); in getInputDeviceBluetoothAddress()
/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.cpp308 std::optional<std::string> getBluetoothAddress(int32_t deviceId);
1632 std::optional<std::string> NativeInputManager::getBluetoothAddress(int32_t deviceId) { in getBluetoothAddress() function in android::NativeInputManager
1633 return mInputManager->getReader().getBluetoothAddress(deviceId); in getBluetoothAddress()
2565 const auto address = im->getBluetoothAddress(deviceId); in nativeGetBluetoothAddress()