Searched refs:getBluetoothAddress (Results 1 – 5 of 5) sorted by relevance
221 String getBluetoothAddress(int deviceId); in getBluetoothAddress() method488 public native String getBluetoothAddress(int deviceId); in getBluetoothAddress() method in NativeInputManagerService.NativeImpl
245 InputDevice::getBluetoothAddress)); in getBluetoothDevice()
2116 final String address = mNative.getBluetoothAddress(deviceId); in getInputDeviceBluetoothAddress()
1114 public String getBluetoothAddress() { in getBluetoothAddress() method in InputDevice
308 std::optional<std::string> getBluetoothAddress(int32_t deviceId);1632 std::optional<std::string> NativeInputManager::getBluetoothAddress(int32_t deviceId) { in getBluetoothAddress() function in android::NativeInputManager1633 return mInputManager->getReader().getBluetoothAddress(deviceId); in getBluetoothAddress()2565 const auto address = im->getBluetoothAddress(deviceId); in nativeGetBluetoothAddress()