Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1193 ScopedLocalRef<jclass> filtparam(env, env->GetObjectClass(params)); in gattClientScanFilterParamAddNative() local
1195 methodId = env->GetMethodID(filtparam.get(), "getClientIf", "()I"); in gattClientScanFilterParamAddNative()
1198 methodId = env->GetMethodID(filtparam.get(), "getFiltIndex", "()I"); in gattClientScanFilterParamAddNative()
1201 methodId = env->GetMethodID(filtparam.get(), "getFeatSeln", "()I"); in gattClientScanFilterParamAddNative()
1204 methodId = env->GetMethodID(filtparam.get(), "getListLogicType", "()I"); in gattClientScanFilterParamAddNative()
1207 methodId = env->GetMethodID(filtparam.get(), "getFiltLogicType", "()I"); in gattClientScanFilterParamAddNative()
1210 methodId = env->GetMethodID(filtparam.get(), "getDelyMode", "()I"); in gattClientScanFilterParamAddNative()
1213 methodId = env->GetMethodID(filtparam.get(), "getFoundTimeout", "()I"); in gattClientScanFilterParamAddNative()
1216 methodId = env->GetMethodID(filtparam.get(), "getLostTimeout", "()I"); in gattClientScanFilterParamAddNative()
1219 methodId = env->GetMethodID(filtparam.get(), "getFoundTimeOutCnt", "()I"); in gattClientScanFilterParamAddNative()
[all …]