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

1 2 3 4 5 6 78 9

  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 278 JNIEnv* env, jobject thiz, jint width, jint height)
297 JNIEnv* env, jobject thiz)
365 JNIEnv* env, jobject thiz)
417 JNIEnv* env, jobject thiz, jbyteArray photo_data)
474 JNIEnv* env, jobject thiz, jint type)
480 JNIEnv* env, jobject thiz, jint type)
486 JNIEnv* env, jobject thiz)
501 JNIEnv* env, jobject thiz, jboolean hires, jboolean cancel_computation)
515 JNIEnv* env, jobject thiz, jboolean value)
572 JNIEnv* env, jobject thiz)
    [all...]
  /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 238 static JTvInputHal* createInstance(JNIEnv* env, jobject thiz, const sp<Looper>& looper);
276 JTvInputHal(JNIEnv* env, jobject thiz, tv_input_device_t* dev, const sp<Looper>& looper);
293 JTvInputHal::JTvInputHal(JNIEnv* env, jobject thiz, tv_input_device_t* device,
295 mThiz = env->NewWeakGlobalRef(thiz);
311 JTvInputHal* JTvInputHal::createInstance(JNIEnv* env, jobject thiz, const sp<Looper>& looper) {
332 return new JTvInputHal(env, thiz, device, looper);
450 JTvInputHal* thiz = (JTvInputHal*)data; local
451 thiz->mLooper->sendMessage(new NotifyHandler(thiz, event), event->type);
606 static jlong nativeOpen(JNIEnv* env, jobject thiz, jobject messageQueueObj)
    [all...]
  /packages/apps/Gallery2/jni/
jni_egl_fence.cpp 58 jobject thiz) {
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 166 JNIAudioPortCallback(JNIEnv* env, jobject thiz, jobject weak_thiz);
180 JNIAudioPortCallback::JNIAudioPortCallback(JNIEnv* env, jobject thiz, jobject weak_thiz)
185 jclass clazz = env->GetObjectClass(thiz);
251 android_media_AudioSystem_muteMicrophone(JNIEnv *env, jobject thiz, jboolean on)
257 android_media_AudioSystem_isMicrophoneMuted(JNIEnv *env, jobject thiz)
265 android_media_AudioSystem_isStreamActive(JNIEnv *env, jobject thiz, jint stream, jint inPastMs)
273 android_media_AudioSystem_isStreamActiveRemotely(JNIEnv *env, jobject thiz, jint stream,
282 android_media_AudioSystem_isSourceActive(JNIEnv *env, jobject thiz, jint source)
290 android_media_AudioSystem_newAudioSessionId(JNIEnv *env, jobject thiz)
296 android_media_AudioSystem_setParameters(JNIEnv *env, jobject thiz, jstring keyValuePairs
    [all...]
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 423 static jint LegacyCameraDevice_nativeDetectSurfaceType(JNIEnv* env, jobject thiz, jobject surface) {
440 static jint LegacyCameraDevice_nativeDetectSurfaceDimens(JNIEnv* env, jobject thiz,
476 static jint LegacyCameraDevice_nativeDetectSurfaceUsageFlags(JNIEnv* env, jobject thiz,
496 static jint LegacyCameraDevice_nativeDetectTextureDimens(JNIEnv* env, jobject thiz,
527 static jint LegacyCameraDevice_nativeConfigureSurface(JNIEnv* env, jobject thiz, jobject surface,
543 static jint LegacyCameraDevice_nativeProduceFrame(JNIEnv* env, jobject thiz, jobject surface,
577 static jint LegacyCameraDevice_nativeSetSurfaceFormat(JNIEnv* env, jobject thiz, jobject surface,
593 static jint LegacyCameraDevice_nativeSetSurfaceDimens(JNIEnv* env, jobject thiz, jobject surface,
613 static jlong LegacyCameraDevice_nativeGetSurfaceId(JNIEnv* env, jobject thiz, jobject surface) {
637 static jint LegacyCameraDevice_nativeSetSurfaceOrientation(JNIEnv* env, jobject thiz,
    [all...]
android_hardware_camera2_DngCreator.cpp 778 static NativeContext* DngCreator_getNativeContext(JNIEnv* env, jobject thiz) {
780 return reinterpret_cast<NativeContext*>(env->GetLongField(thiz,
784 static void DngCreator_setNativeContext(JNIEnv* env, jobject thiz, sp<NativeContext> context) {
786 NativeContext* current = DngCreator_getNativeContext(env, thiz);
796 env->SetLongField(thiz, gDngCreatorClassInfo.mNativeContext,
800 static TiffWriter* DngCreator_getCreator(JNIEnv* env, jobject thiz) {
802 NativeContext* current = DngCreator_getNativeContext(env, thiz);
837 static void DngCreator_init(JNIEnv* env, jobject thiz, jobject characteristicsPtr,
    [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);
  /device/asus/fugu/libaudio/
AudioStreamIn.h 110 AudioStreamIn* thiz; member in struct:android::AudioStreamIn::ResamplerBufferProviderWrapper
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 939 jlong add(JNIEnv *env, jobject thiz, jint mode,
995 group = (AudioGroup *)env->GetLongField(thiz, gNative);
997 int mode = env->GetIntField(thiz, gMode);
1014 env->SetLongField(thiz, gNative, (jlong)group);
1022 env->SetLongField(thiz, gNative, 0);
1026 void remove(JNIEnv *env, jobject thiz, jlong stream)
1028 AudioGroup *group = (AudioGroup *)env->GetLongField(thiz, gNative);
1032 env->SetLongField(thiz, gNative, 0);
1037 void setMode(JNIEnv *env, jobject thiz, jint mode)
1039 AudioGroup *group = (AudioGroup *)env->GetLongField(thiz, gNative)
    [all...]
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 476 VCDemoInstance* thiz = static_cast<VCDemoInstance*>(user_data); local
479 thiz->monitor_devices_.clear();
480 thiz->monitor_devices_.reserve(device_count);
482 thiz->monitor_devices_.push_back(pp::DeviceRef_Dev(devices[index]));
483 pp::Var name = thiz->monitor_devices_.back().GetName();
490 thiz->PostMessage(pp::Var(device_names));

Completed in 609 milliseconds

1 2 3 4 5 6 78 9