Home
last modified time | relevance | path

Searched refs:scriptexecutor (Results 1 – 15 of 15) sorted by relevance

/packages/services/Car/packages/ScriptExecutor/tests/unit/src/com/android/car/scriptexecutortest/unit/
DJniUtilsTestHelper.cpp37 scriptexecutor::LuaEngine* engine = in hasValidNumberArray()
38 reinterpret_cast<scriptexecutor::LuaEngine*>(static_cast<intptr_t>(luaEnginePtr)); in hasValidNumberArray()
79 scriptexecutor::LuaEngine* engine = in hasValidBooleanArray()
80 reinterpret_cast<scriptexecutor::LuaEngine*>(static_cast<intptr_t>(luaEnginePtr)); in hasValidBooleanArray()
121 return static_cast<jlong>(reinterpret_cast<intptr_t>(new scriptexecutor::LuaEngine())); in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativeCreateLuaEngine()
127 delete reinterpret_cast<scriptexecutor::LuaEngine*>(static_cast<intptr_t>(luaEnginePtr)); in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativeDestroyLuaEngine()
133 scriptexecutor::LuaEngine* engine = in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativePushBundleToLuaTableCaller()
134 reinterpret_cast<scriptexecutor::LuaEngine*>(static_cast<intptr_t>(luaEnginePtr)); in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativePushBundleToLuaTableCaller()
135 scriptexecutor::pushBundleToLuaTable(env, engine->getLuaState(), bundle); in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativePushBundleToLuaTableCaller()
141 scriptexecutor::LuaEngine* engine = in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativePushBundleListToLuaTableCaller()
[all …]
/packages/services/Car/packages/ScriptExecutor/src/
DJniUtils.h32 namespace scriptexecutor {
DLuaEngine.h31 namespace scriptexecutor {
DScriptExecutorListener.h27 namespace scriptexecutor {
DBundleWrapper.h30 namespace scriptexecutor {
DScriptExecutorJni.cpp27 namespace scriptexecutor { namespace
DScriptExecutorListener.cpp27 namespace scriptexecutor { namespace
DLuaEngine.cpp39 namespace scriptexecutor { namespace
DBundleWrapper.cpp26 namespace scriptexecutor { namespace
DJniUtils.cpp24 namespace scriptexecutor { namespace
/packages/services/Car/packages/ScriptExecutor/tests/functional/
DAndroid.bp37 "scriptexecutor-test-lib",
/packages/services/Car/packages/ScriptExecutor/tests/nonsystemuser/
DAndroid.bp37 "scriptexecutor-test-lib",
/packages/services/Car/packages/ScriptExecutor/tests/unit/
DAndroid.bp37 "scriptexecutor-test-lib",
/packages/services/Car/packages/ScriptExecutor/
DAndroid.bp98 name: "scriptexecutor-test-lib",
/packages/services/Car/packages/ScriptExecutor/src/com/android/car/scriptexecutor/
DScriptExecutor.java17 package com.android.car.scriptexecutor;