Home
last modified time | relevance | path

Searched refs:pushBundleToLuaTable (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Car/packages/ScriptExecutor/src/
H A DScriptExecutorJni.cpp110 pushBundleToLuaTable(env, engine->getLuaState(), publishedData); in Java_com_android_car_scriptexecutor_ScriptExecutor_nativeInvokeScript()
114 pushBundleToLuaTable(env, engine->getLuaState(), savedState); in Java_com_android_car_scriptexecutor_ScriptExecutor_nativeInvokeScript()
H A DJniUtils.h37 void pushBundleToLuaTable(JNIEnv* env, lua_State* lua, jobject bundle);
H A DJniUtils.cpp26 void pushBundleToLuaTable(JNIEnv* env, lua_State* lua, jobject bundle) { in pushBundleToLuaTable() function
/aosp12/packages/services/Car/packages/ScriptExecutor/tests/unit/src/com/android/car/scriptexecutor/
H A DJniUtilsTestHelper.cpp87 pushBundleToLuaTable(env, engine->getLuaState(), bundle); in Java_com_android_car_scriptexecutor_JniUtilsTest_nativePushBundleToLuaTableCaller()