Home
last modified time | relevance | path

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

/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/src/
DScriptExecutorJni.cpp114 pushBundleToLuaTable(env, engine->getLuaState(), publishedData); in Java_com_android_car_scriptexecutor_ScriptExecutor_nativeInvokeScript()
119 pushBundleToLuaTable(env, engine->getLuaState(), savedState); in Java_com_android_car_scriptexecutor_ScriptExecutor_nativeInvokeScript()
DJniUtils.cpp29 void pushBundleToLuaTable(JNIEnv* env, lua_State* lua, jobject bundle) { in pushBundleToLuaTable() function
193 pushBundleToLuaTable(env, lua, bundle); in pushBundleToLuaTable()
222 pushBundleToLuaTable(env, lua, env->CallObjectMethod(bundleList, getMethod, i)); in pushBundleListToLuaTable()
DJniUtils.h42 void pushBundleToLuaTable(JNIEnv* env, lua_State* lua, jobject bundle);
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/tests/unit/src/com/android/car/scriptexecutortest/unit/
DJniUtilsTestHelper.cpp135 scriptexecutor::pushBundleToLuaTable(env, engine->getLuaState(), bundle); in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativePushBundleToLuaTableCaller()