Searched defs:getBluetoothAddress (Results 1 – 6 of 6) sorted by relevance
164 std::optional<std::string> getBluetoothAddress(int32_t deviceId) const { in getBluetoothAddress() function in android::FuzzInputReader
221 String getBluetoothAddress(int deviceId); in getBluetoothAddress() method488 public native String getBluetoothAddress(int deviceId); in getBluetoothAddress() method in NativeInputManagerService.NativeImpl
54 inline std::optional<std::string> getBluetoothAddress() const { in getBluetoothAddress() function
1114 public String getBluetoothAddress() { in getBluetoothAddress() method in InputDevice
881 std::optional<std::string> InputReader::getBluetoothAddress(int32_t deviceId) const { in getBluetoothAddress() function in android::InputReader
1632 std::optional<std::string> NativeInputManager::getBluetoothAddress(int32_t deviceId) { in getBluetoothAddress() function in android::NativeInputManager