Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/fuzzers/
DInputReaderFuzzer.cpp164 std::optional<std::string> getBluetoothAddress(int32_t deviceId) const { in getBluetoothAddress() function in android::FuzzInputReader
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java221 String getBluetoothAddress(int deviceId); in getBluetoothAddress() method
488 public native String getBluetoothAddress(int deviceId); in getBluetoothAddress() method in NativeInputManagerService.NativeImpl
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h54 inline std::optional<std::string> getBluetoothAddress() const { in getBluetoothAddress() function
/frameworks/base/core/java/android/view/
DInputDevice.java1114 public String getBluetoothAddress() { in getBluetoothAddress() method in InputDevice
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp881 std::optional<std::string> InputReader::getBluetoothAddress(int32_t deviceId) const { in getBluetoothAddress() function in android::InputReader
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1632 std::optional<std::string> NativeInputManager::getBluetoothAddress(int32_t deviceId) { in getBluetoothAddress() function in android::NativeInputManager