Home
last modified time | relevance | path

Searched refs:getIdleTimeNative (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostNativeInterface.java111 return getIdleTimeNative(address, addressType, transport); in getIdleTime()
214 private native boolean getIdleTimeNative(byte[] btAddress, int addressType, int transport); in getIdleTimeNative() method in HidHostNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_host.cpp497 static jboolean getIdleTimeNative(JNIEnv* env, jobject /* object */, jbyteArray address, in getIdleTimeNative() function
553 {"getIdleTimeNative", "([BII)Z", (void*)getIdleTimeNative}, in register_com_android_bluetooth_hid_host() method