Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hid.cpp39 static jmethodID method_onHandshake; variable
180 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onHandshake, addr, (jint) hh_status); in handshake_callback()
206 method_onHandshake = env->GetMethodID(clazz, "onHandshake", "([BI)V"); in classInitNative()