Home
last modified time | relevance | path

Searched defs:env (Results 1 – 7 of 7) sorted by relevance

/device/sample/frameworks/PlatformLibrary/jni/
DPlatformLibrary.cpp50 static void throwException(JNIEnv* env, const char* ex, const char* fmt, in throwException()
78 static jint PlatformLibrary_getJniInt(JNIEnv* env, jobject thiz, jboolean bad) { in PlatformLibrary_getJniInt()
99 static jstring PlatformLibrary_reverseString(JNIEnv* env, jclass clazz, in PlatformLibrary_reverseString()
185 static int cacheIds(JNIEnv* env, jclass clazz) { in cacheIds()
224 static int registerMethods(JNIEnv* env) { in registerMethods()
254 JNIEnv* env = NULL; in JNI_OnLoad() local
/device/generic/goldfish/MultiDisplayProvider/jni/
Dcom_android_emulator_multidisplay.cpp93 static jobject nativeCreateSurface(JNIEnv *env, jobject obj, jint id, jint width, jint height) in nativeCreateSurface()
108 static jint nativeOpen(JNIEnv* env, jobject obj) { in nativeOpen()
122 static bool nativeReadPipe(JNIEnv* env, jobject obj, jintArray arr) { in nativeReadPipe()
161 static bool nativeReleaseListener(JNIEnv* env, jobject obj, jint id) { in nativeReleaseListener()
170 static bool nativeResizeListener(JNIEnv* env, jobject obj, jint id, jint w, jint h) { in nativeResizeListener()
191 JNIEnv *env; in JNI_OnLoad() local
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_config.cc54 std::ostream& env) { in WritePausedEntrypoint()
65 std::ostream& env, in WriteAndroidEnvironment()
77 std::ostream& env) { in WriteEFIEnvironment()
95 std::ostringstream env; in WriteEnvironment() local
/device/google/cuttlefish/.vscode/
Dlaunch.json13 "env": { object
32 "env": { object
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.h209 Command& SetEnvironment(std::vector<std::string> env) & { in SetEnvironment()
213 Command SetEnvironment(std::vector<std::string> env) && { in SetEnvironment()
Dsubprocess.cpp315 for (char** env = environ; *env; env++) { in Command() local
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c6425 const RIL_RadioFunctions *RIL_Init(const struct RIL_Env *env, int argc, char **argv)