Searched defs:method_get (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_avrcp_target.cpp | 603 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/ |
D | descrobject.c | 119 method_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in method_get() function
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | descrobject.c | 149 method_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in method_get() function
|