Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/devicesettings/
DDeviceInfo.java125 public String getBluetoothAddress() { in getBluetoothAddress() method in DeviceInfo
/frameworks/native/services/inputflinger/tests/fuzzers/
DInputReaderFuzzer.cpp164 std::optional<std::string> getBluetoothAddress(int32_t deviceId) const { in getBluetoothAddress() function in android::FuzzInputReader
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h54 inline std::optional<std::string> getBluetoothAddress() const { in getBluetoothAddress() function
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java256 String getBluetoothAddress(int deviceId); in getBluetoothAddress() method
613 public native String getBluetoothAddress(int deviceId); in getBluetoothAddress() method in NativeInputManagerService.NativeImpl
/frameworks/base/core/java/android/view/
DInputDevice.java1220 public String getBluetoothAddress() { in getBluetoothAddress() method in InputDevice
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp887 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.cpp2152 std::optional<std::string> NativeInputManager::getBluetoothAddress(int32_t deviceId) { in getBluetoothAddress() function in android::NativeInputManager
3426 {"getBluetoothAddress", "(I)Ljava/lang/String;", (void*)nativeGetBluetoothAddress}, in getBluetoothAddress() method