Searched refs:methodId (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | DistanceMeasurementParams.java | 88 int methodId, in DistanceMeasurementParams() argument 93 mMethodId = methodId; in DistanceMeasurementParams() 289 public @NonNull Builder setMethodId(@DistanceMeasurementMethodId int methodId) { in setMethodId() argument 290 switch (methodId) { in setMethodId() 294 mMethodId = methodId; in setMethodId() 297 throw new IllegalArgumentException("unknown method id " + methodId); in setMethodId()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 1576 jmethodID methodId = 0; in gattClientScanFilterParamAddNative() local 1579 methodId = env->GetMethodID(filtparam.get(), "getClientIf", "()I"); in gattClientScanFilterParamAddNative() 1580 uint8_t client_if = env->CallIntMethod(params, methodId); in gattClientScanFilterParamAddNative() 1582 methodId = env->GetMethodID(filtparam.get(), "getFiltIndex", "()I"); in gattClientScanFilterParamAddNative() 1583 uint8_t filt_index = env->CallIntMethod(params, methodId); in gattClientScanFilterParamAddNative() 1585 methodId = env->GetMethodID(filtparam.get(), "getFeatSeln", "()I"); in gattClientScanFilterParamAddNative() 1586 filt_params->feat_seln = env->CallIntMethod(params, methodId); in gattClientScanFilterParamAddNative() 1588 methodId = env->GetMethodID(filtparam.get(), "getListLogicType", "()I"); in gattClientScanFilterParamAddNative() 1589 filt_params->list_logic_type = env->CallIntMethod(params, methodId); in gattClientScanFilterParamAddNative() 1591 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/modules/Bluetooth/android/ChannelSoundingTestApp/app/src/main/java/com/android/bluetooth/channelsoundingtestapp/ |
D | DistanceMeasurementInitiator.java | 150 private String getDistanceMeasurementMethodName(int methodId) { in getDistanceMeasurementMethodName() argument 152 if (methodMapping.first == methodId) { in getDistanceMeasurementMethodName() 156 throw new IllegalArgumentException("unknown distance measurement method id" + methodId); in getDistanceMeasurementMethodName()
|
/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()
|