Home
last modified time | relevance | path

Searched defs:get_int_value (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Djni_conversion.cc163 static jmethodID get_int_value = env->GetMethodID(integer_class, "intValue", "()I"); in ToNativeInteger() local
/aosp_15_r20/device/generic/car/emulator/audio/driver/
Daudio_hw.c216 static int get_int_value(const struct str_parms *str_parms, const char *key, int *return_value) { in get_int_value() function