Home
last modified time | relevance | path

Searched defs:method_get (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp603 jmethodID method_get = sCallbackEnv->GetMethodID(class_list, "get", "(I)Ljava/lang/Object;"); in getNowPlayingList() local
653 jmethodID method_get = sCallbackEnv->GetMethodID(class_list, "get", "(I)Ljava/lang/Object;"); in getMediaPlayerList() local
765 jmethodID method_get = env->GetMethodID(class_list, "get", "(I)Ljava/lang/Object;"); in getFolderItemsResponseNative() local
/aosp_15_r20/external/python/cpython2/Objects/
Ddescrobject.c119 method_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in method_get() function
/aosp_15_r20/external/python/cpython3/Objects/
Ddescrobject.c149 method_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in method_get() function