Searched refs:pushBundleToLuaTable (Results 1 – 4 of 4) sorted by relevance
| /packages/services/Car/packages/ScriptExecutor/src/ |
| D | ScriptExecutorJni.cpp | 114 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()
|
| D | JniUtils.cpp | 29 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()
|
| D | JniUtils.h | 42 void pushBundleToLuaTable(JNIEnv* env, lua_State* lua, jobject bundle);
|
| /packages/services/Car/packages/ScriptExecutor/tests/unit/src/com/android/car/scriptexecutortest/unit/ |
| D | JniUtilsTestHelper.cpp | 135 scriptexecutor::pushBundleToLuaTable(env, engine->getLuaState(), bundle); in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativePushBundleToLuaTableCaller()
|