Searched refs:getIdleTimeNative (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidHostNativeInterface.java | 111 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/ |
D | com_android_bluetooth_hid_host.cpp | 497 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
|