Home
last modified time | relevance | path

Searched defs:functionName (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/libnativehelper/include_platform_header_only/nativehelper/
H A Djni_macros.h206 #define NATIVE_METHOD(className, functionName, signature) \ argument
209 #define OVERLOADED_NATIVE_METHOD(className, functionName, signature, identifier) \ argument
212 #define NATIVE_METHOD_AUTOSIG(className, functionName) \ argument
215 #define FAST_NATIVE_METHOD(className, functionName, signature) \ argument
218 #define OVERLOADED_FAST_NATIVE_METHOD(className, functionName, signature, identifier) \ argument
221 #define FAST_NATIVE_METHOD_AUTOSIG(className, functionName) \ argument
224 #define CRITICAL_NATIVE_METHOD(className, functionName, signature) \ argument
227 #define OVERLOADED_CRITICAL_NATIVE_METHOD(className, functionName, signature, identifier) \ argument
230 #define CRITICAL_NATIVE_METHOD_AUTOSIG(className, functionName) \ argument
/aosp12/packages/services/Car/service/src/com/android/car/telemetry/scriptexecutorinterface/
H A DIScriptExecutor.aidl39 String functionName, in invokeScript()
58 String functionName, in invokeScriptForLargeInput()
/aosp12/packages/services/Car/packages/ScriptExecutor/src/com/android/car/scriptexecutor/
H A DScriptExecutor.java54 public void invokeScript(String scriptBody, String functionName, in invokeScript()
63 public void invokeScriptForLargeInput(String scriptBody, String functionName, in invokeScriptForLargeInput()
146 String functionName, PersistableBundle publishedData, PersistableBundle savedState, in nativeInvokeScript()
/aosp12/frameworks/native/services/vibratorservice/include/vibratorservice/
H A DVibratorHalController.h74 HalResult<T> doWithRetry(const HalFunction<HalResult<T>>& halFn, const char* functionName) { in doWithRetry()
93 T apply(const HalFunction<T>& halFn, T defaultValue, const char* functionName) { in apply()
H A DVibratorHalWrapper.h72 bool checkAndLogFailure(const char* functionName) const { in checkAndLogFailure()
110 bool checkAndLogFailure(const char* functionName) const { in checkAndLogFailure()
/aosp12/system/netd/libnetdutils/
H A DLogTest.cpp34 LogEntry functionName() { in functionName() function
48 LogEntry functionName() { in functionName() function in android::netdutils::AAA
60 LogEntry functionName() { in functionName() function in android::netdutils::AAA::BBB
/aosp12/frameworks/native/opengl/tools/glgen/src/
H A DParameterChecker.java45 public String[] getChecks(String functionName) { in getChecks()
/aosp12/system/chre/core/
H A Devent_loop_manager.cc29 Nanoapp *EventLoopManager::validateChreApiCall(const char *functionName) { in validateChreApiCall()
/aosp12/frameworks/native/services/vibratorservice/
H A DVibratorManagerHalController.cpp46 HalResult<T> ManagerHalController::processHalResult(HalResult<T> result, const char* functionName) { in processHalResult()
57 const char* functionName) { in apply()
/aosp12/packages/modules/Connectivity/Tethering/jni/
H A Dcom_android_networkstack_tethering_BpfMap.cpp34 static void throwErrnoException(JNIEnv* env, const char* functionName, int error) { in throwErrnoException()
88 static jboolean throwIfNotEnoent(JNIEnv *env, const char* functionName, int ret, int err) { in throwIfNotEnoent()
/aosp12/packages/services/Car/packages/ScriptExecutor/src/
H A DScriptExecutorJni.cpp69 JNIEnv* env, jobject object, jlong luaEnginePtr, jstring scriptBody, jstring functionName, in Java_com_android_car_scriptexecutor_ScriptExecutor_nativeInvokeScript()
H A DLuaEngine.cpp246 int LuaEngine::pushFunction(const char* functionName) { in pushFunction()
/aosp12/frameworks/compile/libbcc/lib/
H A DRSScriptGroupFusion.cpp43 const char* functionName = metadata.getExportFuncNameList()[slot]; in getInvokeFunction() local
56 const char* functionName = metadata.getExportForEachNameList()[slot]; in getFunction() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/databroker/
H A DDataBrokerTest.java532 public void invokeScript(String scriptBody, String functionName, in invokeScript()
546 public void invokeScriptForLargeInput(String scriptBody, String functionName, in invokeScriptForLargeInput()
/aosp12/libnativehelper/tests_mts/src/com/android/art/libnativehelper/
H A DJniHelpTest.java116 final String functionName = "execve"; in testErrnoException() local
/aosp12/libnativehelper/tests_mts/jni/
H A Djni_helper_jni.cpp65 static void throwErrnoException(JNIEnv* env, jclass /*clazz*/, jstring functionName, jint cause) { in throwErrnoException()
/aosp12/frameworks/native/libs/gui/
H A DLayerState.cpp649 const char* functionName = inFunctionName != nullptr ? inFunctionName : "call"; in ValidateFrameRate() local
/aosp12/system/chre/platform/shared/nanoapp/
H A Dnanoapp_support_lib_dso.cc169 #define CHRE_NSL_LAZY_LOOKUP(functionName) \ argument
/aosp12/frameworks/av/media/libaaudio/src/utility/
H A DAAudioUtilities.cpp628 static int32_t AAudioProperty_getMMapOffsetMicros(const char *functionName, in AAudioProperty_getMMapOffsetMicros()
/aosp12/frameworks/rs/script_api/
H A DGenerateRSFunctionsList.cpp329 const string& functionName = permutation.getName(); in addFunctionManglingToSet() local
/aosp12/system/tools/hidl/
H A DgenerateCpp.cpp90 const std::string functionName = isTry ? "tryGetService" : "getService"; in declareGetService() local
166 const std::string functionName = isTry ? "tryGetService" : "getService"; in implementGetService() local
/aosp12/libnativehelper/
H A DJNIHelp.c382 int jniThrowErrnoException(JNIEnv* env, const char* functionName, int errno_value) { in jniThrowErrnoException()
/aosp12/art/benchmark/micro-native/
H A Dmicro_native.cc21 #define NATIVE_METHOD(className, functionName, signature) \ argument
/aosp12/frameworks/native/services/inputflinger/
H A DInputListener.cpp308 static inline void traceEvent(const char* functionName, int32_t id) { in traceEvent()
/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h418 [[maybe_unused]] static int jniThrowErrnoException(JNIEnv* env, const char* functionName, in jniThrowErrnoException()

12