Searched defs:env (Results 1 – 7 of 7) sorted by relevance
/device/sample/frameworks/PlatformLibrary/jni/ |
D | PlatformLibrary.cpp | 50 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/ |
D | com_android_emulator_multidisplay.cpp | 93 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/ |
D | boot_config.cc | 54 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/ |
D | launch.json | 13 "env": { object 32 "env": { object
|
/device/google/cuttlefish/common/libs/utils/ |
D | subprocess.h | 209 Command& SetEnvironment(std::vector<std::string> env) & { in SetEnvironment() 213 Command SetEnvironment(std::vector<std::string> env) && { in SetEnvironment()
|
D | subprocess.cpp | 315 for (char** env = environ; *env; env++) { in Command() local
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 6425 const RIL_RadioFunctions *RIL_Init(const struct RIL_Env *env, int argc, char **argv)
|