HomeSort by relevance Sort by last modified time
    Searched refs:thiz (Results 176 - 200 of 215) sorted by null

1 2 3 4 5 6 78 9

  /cts/tests/tests/os/jni/
android_os_cts_TaggedPointer.cpp 35 jboolean android_os_cts_TaggedPointer_hasTaggedPointer(JNIEnv* env, jobject thiz)
  /cts/tests/tests/security/jni/
android_security_cts_LoadEffectLibraryTest.cpp 34 jboolean android_security_cts_LoadEffectLibraryTest_doLoadLibraryTest(JNIEnv* env, jobject thiz)
android_security_cts_NativeCodeTest.cpp 49 static jboolean android_security_cts_NativeCodeTest_doPerfEventTest(JNIEnv* env, jobject thiz)
75 static jboolean android_security_cts_NativeCodeTest_doPerfEventTest2(JNIEnv* env, jobject thiz)
96 static jint android_security_cts_NativeCodeTest_doSockDiagTest(JNIEnv* env, jobject thiz)
  /cts/tools/signature-tools/src/signature/model/impl/
SigClassDefinition.java 201 public static boolean equals(IClassDefinition thiz, Object obj) {
202 if (thiz == obj) return true;
205 return thiz.getName().equals(that.getName())
206 && thiz.getPackageName().equals(that.getPackageName());
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-android.c 56 Java_com_example_SanAngeles_DemoRenderer_nativeResize( JNIEnv* env, jobject thiz, jint w, jint h )
  /development/samples/SimpleJNI/jni/
native.cpp 25 add(JNIEnv *env, jobject thiz, jint a, jint b) {
  /external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/jni/
helloskia.cpp 15 * @param thiz
21 jobject thiz, jobject dstBitmap, jlong elapsedTime)
  /external/skia/platform_tools/android/examples/hello_skia_app/jni/
helloskia.cpp 15 * @param thiz
21 jobject thiz, jobject dstBitmap, jlong elapsedTime)
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
native.cpp 25 add(JNIEnv *env, jobject thiz, jint a, jint b) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
native.cpp 25 add(JNIEnv *env, jobject thiz, jint a, jint b) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
native.cpp 25 add(JNIEnv *env, jobject thiz, jint a, jint b) {
  /frameworks/base/media/jni/
android_media_MediaDrm.h 42 JDrm(JNIEnv *env, jobject thiz, const uint8_t uuid[16]);
android_media_MediaExtractor.h 37 JMediaExtractor(JNIEnv *env, jobject thiz);
  /frameworks/base/services/core/jni/
com_android_server_SerialService.cpp 37 static jobject android_server_SerialService_open(JNIEnv *env, jobject thiz, jstring path)
com_android_server_tv_TvInputHal.cpp 236 static JTvInputHal* createInstance(JNIEnv* env, jobject thiz);
257 JTvInputHal(JNIEnv* env, jobject thiz, tv_input_device_t* dev);
275 JTvInputHal::JTvInputHal(JNIEnv* env, jobject thiz, tv_input_device_t* device) {
276 mThiz = env->NewWeakGlobalRef(thiz);
291 JTvInputHal* JTvInputHal::createInstance(JNIEnv* env, jobject thiz) {
312 return new JTvInputHal(env, thiz, device);
430 JTvInputHal* thiz = (JTvInputHal*)data; local
433 thiz->onDeviceAvailable(event->device_info);
436 thiz->onDeviceUnavailable(event->device_info.device_id);
439 thiz->onStreamConfigurationsChanged(event->device_info.device_id)
    [all...]
  /packages/apps/Gallery2/jni/
jni_egl_fence.cpp 58 jobject thiz) {
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 128 JNIAudioPortCallback(JNIEnv* env, jobject thiz, jobject weak_thiz);
142 JNIAudioPortCallback::JNIAudioPortCallback(JNIEnv* env, jobject thiz, jobject weak_thiz)
147 jclass clazz = env->GetObjectClass(thiz);
208 android_media_AudioSystem_muteMicrophone(JNIEnv *env, jobject thiz, jboolean on)
214 android_media_AudioSystem_isMicrophoneMuted(JNIEnv *env, jobject thiz)
222 android_media_AudioSystem_isStreamActive(JNIEnv *env, jobject thiz, jint stream, jint inPastMs)
230 android_media_AudioSystem_isStreamActiveRemotely(JNIEnv *env, jobject thiz, jint stream,
239 android_media_AudioSystem_isSourceActive(JNIEnv *env, jobject thiz, jint source)
247 android_media_AudioSystem_newAudioSessionId(JNIEnv *env, jobject thiz)
253 android_media_AudioSystem_setParameters(JNIEnv *env, jobject thiz, jstring keyValuePairs
    [all...]
android_hardware_camera2_DngCreator.cpp 772 static NativeContext* DngCreator_getNativeContext(JNIEnv* env, jobject thiz) {
774 return reinterpret_cast<NativeContext*>(env->GetLongField(thiz,
778 static void DngCreator_setNativeContext(JNIEnv* env, jobject thiz, sp<NativeContext> context) {
780 NativeContext* current = DngCreator_getNativeContext(env, thiz);
790 env->SetLongField(thiz, gDngCreatorClassInfo.mNativeContext,
794 static TiffWriter* DngCreator_getCreator(JNIEnv* env, jobject thiz) {
796 NativeContext* current = DngCreator_getNativeContext(env, thiz);
831 static void DngCreator_init(JNIEnv* env, jobject thiz, jobject characteristicsPtr,
    [all...]
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 420 static jint LegacyCameraDevice_nativeDetectSurfaceType(JNIEnv* env, jobject thiz, jobject surface) {
437 static jint LegacyCameraDevice_nativeDetectSurfaceDimens(JNIEnv* env, jobject thiz,
473 static jint LegacyCameraDevice_nativeDetectTextureDimens(JNIEnv* env, jobject thiz,
504 static jint LegacyCameraDevice_nativeConfigureSurface(JNIEnv* env, jobject thiz, jobject surface,
520 static jint LegacyCameraDevice_nativeProduceFrame(JNIEnv* env, jobject thiz, jobject surface,
554 static jint LegacyCameraDevice_nativeSetSurfaceFormat(JNIEnv* env, jobject thiz, jobject surface,
570 static jint LegacyCameraDevice_nativeSetSurfaceDimens(JNIEnv* env, jobject thiz, jobject surface,
595 static jlong LegacyCameraDevice_nativeGetSurfaceId(JNIEnv* env, jobject thiz, jobject surface) {
619 static jint LegacyCameraDevice_nativeSetSurfaceOrientation(JNIEnv* env, jobject thiz,
655 static jint LegacyCameraDevice_nativeSetNextTimestamp(JNIEnv* env, jobject thiz, jobject surface
    [all...]
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp 71 jobject thiz,
97 jobject thiz,
231 jobject thiz,
251 jobject thiz,
370 jobject thiz,
387 jobject thiz) {
393 jobject thiz,
402 jobject thiz,
441 jobject thiz,
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 78 static jint PlatformLibrary_getJniInt(JNIEnv* env, jobject thiz, jboolean bad) {
84 env->SetIntField(thiz, gCachedState.jniInt, 42);