/frameworks/base/tools/layoutlib/bridge/src/android/animation/ |
D | PropertyValuesHolder_Delegate.java | 102 private static void callMethod(Object target, long methodID, Object... args) { in callMethod() method in PropertyValuesHolder_Delegate 140 callMethod(target, methodID, arg); in nCallIntMethod() 145 callMethod(target, methodID, arg); in nCallFloatMethod() 151 callMethod(target, methodID, arg1, arg2); in nCallTwoIntMethod() 157 callMethod(target, methodID, arg1, arg2, arg3, arg4); in nCallFourIntMethod() 170 callMethod(target, methodID, params); in nCallMultipleIntMethod() 176 callMethod(target, methodID, arg1, arg2); in nCallTwoFloatMethod() 182 callMethod(target, methodID, arg1, arg2, arg3, arg4); in nCallFourFloatMethod() 195 callMethod(target, methodID, params); in nCallMultipleFloatMethod()
|
/frameworks/opt/net/wifi/tests/wifitests/jni/ |
D | wifi_nan_hal_mock.cpp | 121 helper.callMethod(mock_mObj, "enableHalMockNative", "(SLjava/lang/String;)V", in wifi_nan_enable_request_mock() 132 helper.callMethod(mock_mObj, "disableHalMockNative", "(S)V", (short) id); in wifi_nan_disable_request_mock() 168 helper.callMethod(mock_mObj, "publishHalMockNative", "(SLjava/lang/String;)V", in wifi_nan_publish_request_mock() 185 helper.callMethod(mock_mObj, "publishCancelHalMockNative", in wifi_nan_publish_cancel_request_mock() 229 helper.callMethod(mock_mObj, "subscribeHalMockNative", in wifi_nan_subscribe_request_mock() 247 helper.callMethod(mock_mObj, "subscribeCancelHalMockNative", in wifi_nan_subscribe_cancel_request_mock() 273 helper.callMethod(mock_mObj, "transmitFollowupHalMockNative", in wifi_nan_transmit_followup_request_mock() 325 helper.callMethod(mock_mObj, "getCapabilitiesHalMockNative", "(S)V", in wifi_nan_get_capabilities_mock()
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
D | DelegateClassAdapterTest.java | 259 callMethod(o2, "privateMethod", false /*makePublic*/); in testDelegateInner() 271 callMethod(o2, "privateMethod_Original", false /*makePublic*/)); in testDelegateInner() 442 … public <T> T callMethod(Object instance, String methodName, boolean makePublic) throws Exception { in callMethod() method in DelegateClassAdapterTest.ClassLoader2
|
/frameworks/opt/net/wifi/service/jni/ |
D | jni_helper.h | 102 void callMethod(jobject obj, const char *method, const char *signature, ...);
|
D | jni_helper.cpp | 529 void JNIHelper::callMethod(jobject obj, const char *method, const char *signature, ...) in callMethod() function in android::JNIHelper
|