HomeSort by relevance Sort by last modified time
    Searched full:penv (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/base/media/jni/mediaeditor/
VideoEditorJava.h 62 JNIEnv* pEnv) \
66 pEnv, \
137 JNIEnv* pEnv); \
186 JNIEnv* pEnv) \
190 pEnv, \
197 JNIEnv* pEnv, \
202 pEnv, \
210 JNIEnv* pEnv, \
215 pEnv, \
226 JNIEnv* pEnv); \
    [all...]
VideoEditorMain.cpp 138 JNIEnv* pEnv,
145 JNIEnv* pEnv,
149 JNIEnv* pEnv,
155 JNIEnv* pEnv,
160 JNIEnv* pEnv,
165 JNIEnv* pEnv,
169 JNIEnv* pEnv,
194 JNIEnv* pEnv,
204 JNIEnv* pEnv,
210 static int videoEditor_stopPreview(JNIEnv* pEnv,
    [all...]
VideoEditorClasses.cpp     [all...]
VideoEditorJava.cpp 30 JNIEnv* pEnv,
51 jniThrowException(pEnv, "java/lang/IllegalArgumentException", pMessage);
59 JNIEnv* pEnv,
86 jniThrowException(pEnv, "java/lang/RuntimeException", pMessage);
94 JNIEnv* pEnv,
116 jniThrowException(pEnv, "java/lang/IllegalStateException", pMessage);
124 JNIEnv* pEnv,
136 jclass clazz = pEnv->FindClass(pName);
139 pEnv->ExceptionClear();
157 jniThrowException(pEnv, "java/lang/ClassNotFoundException"
    [all...]
VideoEditorClasses.h 319 JNIEnv* pEnv);
324 * @param pEnv (IN) JVM Interface pointer
330 JNIEnv* pEnv);
335 * @param pEnv (IN) JVM Interface pointer
344 JNIEnv* pEnv,
366 JNIEnv* pEnv,
391 JNIEnv* pEnv,
424 JNIEnv* pEnv,
431 * @param pEnv (IN) Pointer holding media properties
439 JNIEnv* pEnv,
    [all...]
VideoEditorPropertiesMain.cpp 56 JNIEnv* pEnv,
67 getClipProperties( JNIEnv* pEnv,
79 JNIEnv* pEnv,
109 ADD_TEXT_MARKER_FUN(NULL != pEnv)
112 videoEditPropClass_init(&initialized, (JNIEnv*)pEnv);
116 &gotten, pEnv, (NULL == file), "file is null");
120 &gotten, pEnv, file, NULL, M4OSA_NULL);
130 videoEditJava_checkAndThrowIllegalArgumentException(&gotten, pEnv,
162 &gotten, pEnv,
168 &gotten, pEnv,
    [all...]
VideoEditorOsal.h 37 JNIEnv* pEnv,
48 JNIEnv* pEnv,
57 JNIEnv* pEnv,
VideoEditorOsal.cpp 259 JNIEnv* pEnv,
289 jniThrowException(pEnv, "java/lang/OutOfMemoryError", "unable to allocate memory");
  /external/qemu/
cpus.c 468 CPUState *penv = first_cpu;
470 while (penv) {
471 if (!penv->stopped)
473 penv = (CPUState *)penv->next_cpu;
481 CPUState *penv = first_cpu;
483 while (penv) {
484 penv->stop = 1;
485 qemu_thread_signal(penv->thread, SIGUSR1);
486 qemu_cpu_kick(penv);
    [all...]
envlist.c 230 char **env, **penv; local
232 penv = env = malloc((envlist->el_count + 1) * sizeof (char *));
238 *(penv++) = strdup(entry->ev_var);
240 *penv = NULL; /* NULL terminate the list */
  /dalvik/vm/
JniInternal.h 100 INLINE void dvmSetJniEnvThreadId(JNIEnv* pEnv, Thread* self)
102 ((JNIEnvExt*)pEnv)->envThreadId = self->threadId;
103 ((JNIEnvExt*)pEnv)->self = self;
120 void dvmUseCheckedJniEnv(JNIEnvExt* pEnv);
Init.h 27 bool ignoreUnrecognized, JNIEnv* pEnv);
Native.h 52 extern "C" void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo,
  /dalvik/vm/arch/generic/
Call.cpp 54 extern "C" void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo,
75 void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo, int argc,
87 values[0] = &pEnv;
  /dalvik/vm/arch/mips/
CallO32.S 28 void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo, int argc,
33 return_type func(JNIEnv* pEnv, ClassObject* clazz, ...)
35 return_type func(JNIEnv* pEnv, Object* this, ...)
41 Please notice that argc in dvmPlatformInvoke does NOT include pEnv and clazz/this.
170 * t1 :sp+8(first arg position in stack except pEnv and clazz/this)
221 * a0(pEnv)/a1(clazz/this) since they are already there.
  /external/libpng/contrib/visupng/
cexcept.h 198 jmp_buf *penv; \
209 #define init_exception_context(ec) ((void)((ec)->penv = 0))
214 exception__prev = the_exception_context->penv; \
215 the_exception_context->penv = &exception__env; \
226 the_exception_context->penv = exception__prev; \
244 for (;; longjmp(*the_exception_context->penv, 1)) \
  /dalvik/vm/arch/arm/
CallOldABI.S 32 void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo, int argc,
37 return_type func(JNIEnv* pEnv, ClassObject* clazz, ...)
39 return_type func(JNIEnv* pEnv, Object* this, ...)
114 @ (r0=pEnv, r1=this)
  /dalvik/vm/arch/x86/
Call386ABI.S 27 void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo, int argc,
32 return_type func(JNIEnv* pEnv, ClassObject* clazz, ...)
34 return_type func(JNIEnv* pEnv, Object* this, ...)
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 119 int startVm(JavaVM** pJavaVM, JNIEnv** pEnv);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_iw.h 152 iwffff_env_t penv; /* pitch envelope */ member in struct:iwffff_layer
288 iwffff_xenv_t penv; /* pitch envelope */ member in struct:iwffff_xlayer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_iw.h 152 iwffff_env_t penv; /* pitch envelope */ member in struct:iwffff_layer
288 iwffff_xenv_t penv; /* pitch envelope */ member in struct:iwffff_xlayer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_iw.h 155 struct iwffff_env penv; /* pitch envelope */ member in struct:iwffff_layer
291 struct iwffff_xenv penv; /* pitch envelope */ member in struct:iwffff_xlayer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_iw.h 152 iwffff_env_t penv; /* pitch envelope */ member in struct:iwffff_layer
288 iwffff_xenv_t penv; /* pitch envelope */ member in struct:iwffff_xlayer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_iw.h 155 struct iwffff_env penv; /* pitch envelope */ member in struct:iwffff_layer
291 struct iwffff_xenv penv; /* pitch envelope */ member in struct:iwffff_xlayer
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtsynth.c 57 static void WT_UpdateEG1 (S_WT_VOICE *pWTVoice, const S_ENVELOPE *pEnv);
58 static void WT_UpdateEG2 (S_WT_VOICE *pWTVoice, const S_ENVELOPE *pEnv);
774 static void WT_UpdateEG1 (S_WT_VOICE *pWTVoice, const S_ENVELOPE *pEnv)
791 pWTVoice->eg1Increment = pEnv->decayTime;
801 if (temp <= pEnv->sustainLevel)
804 temp = pEnv->sustainLevel;
867 static void WT_UpdateEG2 (S_WT_VOICE *pWTVoice, const S_ENVELOPE *pEnv)
885 pWTVoice->eg2Increment = pEnv->decayTime;
895 if (temp <= pEnv->sustainLevel)
898 temp = pEnv->sustainLevel
    [all...]

Completed in 316 milliseconds

1 2