/aosp12/libnativehelper/include_platform_header_only/nativehelper/ |
H A D | jni_macros.h | 206 #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 D | IScriptExecutor.aidl | 39 String functionName, in invokeScript() 58 String functionName, in invokeScriptForLargeInput()
|
/aosp12/packages/services/Car/packages/ScriptExecutor/src/com/android/car/scriptexecutor/ |
H A D | ScriptExecutor.java | 54 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 D | VibratorHalController.h | 74 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 D | VibratorHalWrapper.h | 72 bool checkAndLogFailure(const char* functionName) const { in checkAndLogFailure() 110 bool checkAndLogFailure(const char* functionName) const { in checkAndLogFailure()
|
/aosp12/system/netd/libnetdutils/ |
H A D | LogTest.cpp | 34 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 D | ParameterChecker.java | 45 public String[] getChecks(String functionName) { in getChecks()
|
/aosp12/system/chre/core/ |
H A D | event_loop_manager.cc | 29 Nanoapp *EventLoopManager::validateChreApiCall(const char *functionName) { in validateChreApiCall()
|
/aosp12/frameworks/native/services/vibratorservice/ |
H A D | VibratorManagerHalController.cpp | 46 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 D | com_android_networkstack_tethering_BpfMap.cpp | 34 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 D | ScriptExecutorJni.cpp | 69 JNIEnv* env, jobject object, jlong luaEnginePtr, jstring scriptBody, jstring functionName, in Java_com_android_car_scriptexecutor_ScriptExecutor_nativeInvokeScript()
|
H A D | LuaEngine.cpp | 246 int LuaEngine::pushFunction(const char* functionName) { in pushFunction()
|
/aosp12/frameworks/compile/libbcc/lib/ |
H A D | RSScriptGroupFusion.cpp | 43 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 D | DataBrokerTest.java | 532 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 D | JniHelpTest.java | 116 final String functionName = "execve"; in testErrnoException() local
|
/aosp12/libnativehelper/tests_mts/jni/ |
H A D | jni_helper_jni.cpp | 65 static void throwErrnoException(JNIEnv* env, jclass /*clazz*/, jstring functionName, jint cause) { in throwErrnoException()
|
/aosp12/frameworks/native/libs/gui/ |
H A D | LayerState.cpp | 649 const char* functionName = inFunctionName != nullptr ? inFunctionName : "call"; in ValidateFrameRate() local
|
/aosp12/system/chre/platform/shared/nanoapp/ |
H A D | nanoapp_support_lib_dso.cc | 169 #define CHRE_NSL_LAZY_LOOKUP(functionName) \ argument
|
/aosp12/frameworks/av/media/libaaudio/src/utility/ |
H A D | AAudioUtilities.cpp | 628 static int32_t AAudioProperty_getMMapOffsetMicros(const char *functionName, in AAudioProperty_getMMapOffsetMicros()
|
/aosp12/frameworks/rs/script_api/ |
H A D | GenerateRSFunctionsList.cpp | 329 const string& functionName = permutation.getName(); in addFunctionManglingToSet() local
|
/aosp12/system/tools/hidl/ |
H A D | generateCpp.cpp | 90 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 D | JNIHelp.c | 382 int jniThrowErrnoException(JNIEnv* env, const char* functionName, int errno_value) { in jniThrowErrnoException()
|
/aosp12/art/benchmark/micro-native/ |
H A D | micro_native.cc | 21 #define NATIVE_METHOD(className, functionName, signature) \ argument
|
/aosp12/frameworks/native/services/inputflinger/ |
H A D | InputListener.cpp | 308 static inline void traceEvent(const char* functionName, int32_t id) { in traceEvent()
|
/aosp12/libnativehelper/include/nativehelper/ |
H A D | JNIHelp.h | 418 [[maybe_unused]] static int jniThrowErrnoException(JNIEnv* env, const char* functionName, in jniThrowErrnoException()
|