Searched refs:getBluetoothAddress (Results 1 – 11 of 11) sorted by relevance
162 std::optional<std::string> getBluetoothAddress(int32_t deviceId) const { in getBluetoothAddress() function in android::FuzzInputReader163 return reader->getBluetoothAddress(deviceId); in getBluetoothAddress()290 [&]() -> void { reader->getBluetoothAddress(fdp->ConsumeIntegral<int32_t>()); }, in LLVMFuzzerTestOneInput()
230 String getBluetoothAddress(int deviceId); in getBluetoothAddress() method526 public native String getBluetoothAddress(int deviceId); in getBluetoothAddress() method in NativeInputManagerService.NativeImpl
245 InputDevice::getBluetoothAddress)); in getBluetoothDevice()
2020 final String address = mNative.getBluetoothAddress(deviceId); in getInputDeviceBluetoothAddress()
390 virtual std::optional<std::string> getBluetoothAddress(int32_t deviceId) const = 0;
115 std::optional<std::string> getBluetoothAddress(int32_t deviceId) const override;
54 inline std::optional<std::string> getBluetoothAddress() const { in getBluetoothAddress() function
868 std::optional<std::string> InputReader::getBluetoothAddress(int32_t deviceId) const { in getBluetoothAddress() function in android::InputReader873 return device->getBluetoothAddress(); in getBluetoothAddress()
1220 public String getBluetoothAddress() { in getBluetoothAddress() method in InputDevice
307 std::optional<std::string> getBluetoothAddress(int32_t deviceId);1702 std::optional<std::string> NativeInputManager::getBluetoothAddress(int32_t deviceId) { in getBluetoothAddress() function in android::NativeInputManager1703 return mInputManager->getReader().getBluetoothAddress(deviceId); in getBluetoothAddress()2664 const auto address = im->getBluetoothAddress(deviceId); in nativeGetBluetoothAddress()
3001 const auto& address = mReader->getBluetoothAddress(DEVICE_ID); in TEST_F()