Searched refs:methodId (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 1393 jmethodID methodId = 0; in gattClientScanFilterParamAddNative() local 1396 methodId = env->GetMethodID(filtparam.get(), "getClientIf", "()I"); in gattClientScanFilterParamAddNative() 1397 uint8_t client_if = env->CallIntMethod(params, methodId); in gattClientScanFilterParamAddNative() 1399 methodId = env->GetMethodID(filtparam.get(), "getFiltIndex", "()I"); in gattClientScanFilterParamAddNative() 1400 uint8_t filt_index = env->CallIntMethod(params, methodId); in gattClientScanFilterParamAddNative() 1402 methodId = env->GetMethodID(filtparam.get(), "getFeatSeln", "()I"); in gattClientScanFilterParamAddNative() 1403 filt_params->feat_seln = env->CallIntMethod(params, methodId); in gattClientScanFilterParamAddNative() 1405 methodId = env->GetMethodID(filtparam.get(), "getListLogicType", "()I"); in gattClientScanFilterParamAddNative() 1406 filt_params->list_logic_type = env->CallIntMethod(params, methodId); in gattClientScanFilterParamAddNative() 1408 methodId = env->GetMethodID(filtparam.get(), "getFiltLogicType", "()I"); in gattClientScanFilterParamAddNative() [all …]
|
/packages/apps/Dialer/java/com/android/voicemail/impl/ |
D | VoicemailTranscriptionServiceGrpc.java | 407 private final int methodId; field in VoicemailTranscriptionServiceGrpc.MethodHandlers 409 public MethodHandlers(VoicemailTranscriptionServiceImplBase serviceImpl, int methodId) { in MethodHandlers() argument 411 this.methodId = methodId; in MethodHandlers() 417 switch (methodId) { in invoke() 443 switch (methodId) { in invoke()
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | pdf_render.c | 161 jmethodID methodId = (*self->env)->GetStaticMethodID(self->env, gPdfRenderClass, "getInstance", in create_pdf_render_ifc() local 163 jobject instance = (*self->env)->CallStaticObjectMethod(self->env, gPdfRenderClass, methodId, in create_pdf_render_ifc()
|