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

1 2 3 4 5 67 8 9

  /frameworks/base/core/jni/android/graphics/pdf/
PdfDocument.cpp 127 static jlong nativeCreateDocument(JNIEnv* env, jobject thiz) {
131 static jlong nativeStartPage(JNIEnv* env, jobject thiz, jlong documentPtr,
140 static void nativeFinishPage(JNIEnv* env, jobject thiz, jlong documentPtr) {
145 static void nativeWriteTo(JNIEnv* env, jobject thiz, jlong documentPtr, jobject out,
153 static void nativeClose(JNIEnv* env, jobject thiz, jlong documentPtr) {
PdfRenderer.cpp 73 static jlong nativeCreate(JNIEnv* env, jclass thiz, jint fd, jlong size) {
103 static jlong nativeOpenPageAndGetSize(JNIEnv* env, jclass thiz, jlong documentPtr,
132 static void nativeClosePage(JNIEnv* env, jclass thiz, jlong pagePtr) {
137 static void nativeClose(JNIEnv* env, jclass thiz, jlong documentPtr) {
143 static jint nativeGetPageCount(JNIEnv* env, jclass thiz, jlong documentPtr) {
148 static jboolean nativeScaleForPrinting(JNIEnv* env, jclass thiz, jlong documentPtr) {
236 static void nativeRenderPage(JNIEnv* env, jclass thiz, jlong documentPtr, jlong pagePtr,
  /frameworks/base/services/core/jni/
com_android_server_connectivity_Vpn.cpp 216 static bool modifyAddress(JNIEnv *env, jobject thiz, jstring jName, jstring jAddress,
261 static jint create(JNIEnv *env, jobject thiz, jint mtu)
271 static jstring getName(JNIEnv *env, jobject thiz, jint tun)
281 static jint setAddresses(JNIEnv *env, jobject thiz, jstring jName,
314 static void reset(JNIEnv *env, jobject thiz, jstring jName)
327 static jint check(JNIEnv *env, jobject thiz, jstring jName)
339 static bool addAddress(JNIEnv *env, jobject thiz, jstring jName, jstring jAddress,
342 return modifyAddress(env, thiz, jName, jAddress, jPrefixLength, true);
345 static bool delAddress(JNIEnv *env, jobject thiz, jstring jName, jstring jAddress,
348 return modifyAddress(env, thiz, jName, jAddress, jPrefixLength, false)
    [all...]
com_android_server_UsbDeviceManager.cpp 66 static jobjectArray android_server_UsbDeviceManager_getAccessoryStrings(JNIEnv *env, jobject thiz)
88 static jobject android_server_UsbDeviceManager_openAccessory(JNIEnv *env, jobject thiz)
103 static jboolean android_server_UsbDeviceManager_isStartRequested(JNIEnv *env, jobject thiz)
115 static jint android_server_UsbDeviceManager_getAudioMode(JNIEnv *env, jobject thiz)
  /cts/tests/tests/drm/jni/
android_drm_cts_NativeCodeTest.cpp 28 static jboolean android_drm_cts_InstallDrmEngineTest(JNIEnv* env, jobject thiz)
  /cts/tests/tests/security/jni/
android_security_cts_AudioPolicyBinderTest.cpp 90 jobject thiz __unused)
118 jobject thiz __unused)
146 jobject thiz __unused)
170 jobject thiz __unused)
android_security_cts_CharDeviceTest.cpp 32 jboolean android_security_cts_CharDeviceTest_doExynosWriteTest(JNIEnv* env, jobject thiz)
67 jboolean android_security_cts_CharDeviceTest_doExynosReadTest(JNIEnv* env, jobject thiz)
android_security_cts_LinuxRngTest.cpp 44 jobject thiz, jstring name)
70 jobject thiz, jstring name)
  /frameworks/base/core/jni/
android_hardware_SoundTrigger.cpp 162 JNISoundTriggerCallback(JNIEnv* env, jobject thiz, jobject weak_thiz);
175 JNISoundTriggerCallback::JNISoundTriggerCallback(JNIEnv* env, jobject thiz, jobject weak_thiz)
180 jclass clazz = env->GetObjectClass(thiz);
345 static sp<SoundTrigger> getSoundTrigger(JNIEnv* env, jobject thiz)
348 SoundTrigger* const st = (SoundTrigger*)env->GetLongField(thiz,
353 static sp<SoundTrigger> setSoundTrigger(JNIEnv* env, jobject thiz, const sp<SoundTrigger>& module)
356 sp<SoundTrigger> old = (SoundTrigger*)env->GetLongField(thiz,
364 env->SetLongField(thiz, gModuleFields.mNativeContext, (jlong)module.get());
446 android_hardware_SoundTrigger_setup(JNIEnv *env, jobject thiz, jobject weak_this)
450 sp<JNISoundTriggerCallback> callback = new JNISoundTriggerCallback(env, thiz, weak_this)
    [all...]
android_hardware_camera2_legacy_PerfMeasurement.cpp 231 static jlong PerfMeasurement_nativeCreateContext(JNIEnv* env, jobject thiz,
237 static void PerfMeasurement_nativeDeleteContext(JNIEnv* env, jobject thiz,
243 static jboolean PerfMeasurement_nativeQuerySupport(JNIEnv* env, jobject thiz) {
249 static void PerfMeasurement_nativeStartGlTimer(JNIEnv* env, jobject thiz,
274 static void PerfMeasurement_nativeStopGlTimer(JNIEnv* env, jobject thiz,
295 jobject thiz, jlong contextHandle) {
android_net_NetUtils.cpp 223 static jboolean android_net_utils_bindProcessToNetwork(JNIEnv *env, jobject thiz, jint netId)
228 static jint android_net_utils_getNetworkBoundToProcess(JNIEnv *env, jobject thiz)
233 static jboolean android_net_utils_bindProcessToNetworkForHostResolution(JNIEnv *env, jobject thiz,
239 static jint android_net_utils_bindSocketToNetwork(JNIEnv *env, jobject thiz, jint socket,
245 static jboolean android_net_utils_protectFromVpn(JNIEnv *env, jobject thiz, jint socket)
  /frameworks/base/media/jni/
android_media_MediaCrypto.h 33 JCrypto(JNIEnv *env, jobject thiz,
android_media_MediaCodecList.cpp 45 JNIEnv *env, jobject thiz) {
55 JNIEnv *env, jobject thiz, jint index) {
73 JNIEnv *env, jobject thiz, jstring name) {
98 JNIEnv *env, jobject thiz, jint index) {
115 JNIEnv *env, jobject thiz, jint index) {
147 JNIEnv *env, jobject thiz, jint index, jstring type) {
  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 251 android_media_AudioEffect_native_setup(JNIEnv *env, jobject thiz, jobject weak_this,
391 env->SetLongField(thiz, fields.fidNativeAudioEffect, (jlong)lpAudioEffect);
393 env->SetLongField(thiz, fields.fidJniData, (jlong)lpJniStorage);
407 env->SetLongField(thiz, fields.fidNativeAudioEffect, 0);
412 env->SetLongField(thiz, fields.fidJniData, 0);
427 static void android_media_AudioEffect_native_finalize(JNIEnv *env, jobject thiz) {
428 ALOGV("android_media_AudioEffect_native_finalize jobject: %p\n", thiz);
432 thiz, fields.fidNativeAudioEffect);
440 thiz, fields.fidJniData);
448 static void android_media_AudioEffect_native_release(JNIEnv *env, jobject thiz) {
    [all...]
  /ndk/tests/abcc/jni/device/
main.cpp 31 Java_compiler_abcc_AbccService_genLibs(JNIEnv *env, jobject thiz,
  /cts/tests/tests/os/jni/
android_os_cts_OSFeatures.cpp 31 jint android_os_cts_OSFeatures_getNoNewPrivs(JNIEnv* env, jobject thiz)
36 jint android_os_cts_OSFeatures_prctlCapBsetRead(JNIEnv* env, jobject thiz, jint i)
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
stats_scorer.cpp 25 JNIEnv* env, jobject thiz, jobject imageBuffer, jfloatArray statsArray)
44 JNIEnv* env, jobject thiz, jobject imageBuffer, jint width, jint height,
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 312 com_android_tts_compat_SynthProxy_setLowShelf(JNIEnv *env, jobject thiz, jboolean applyFilter,
335 com_android_tts_compat_SynthProxy_native_setup(JNIEnv *env, jobject thiz,
386 com_android_tts_compat_SynthProxy_native_finalize(JNIEnv *env, jobject thiz, jlong jniData)
399 com_android_tts_compat_SynthProxy_shutdown(JNIEnv *env, jobject thiz, jlong jniData)
401 com_android_tts_compat_SynthProxy_native_finalize(env, thiz, jniData);
405 com_android_tts_compat_SynthProxy_isLanguageAvailable(JNIEnv *env, jobject thiz, jlong jniData,
433 com_android_tts_compat_SynthProxy_setLanguage(JNIEnv *env, jobject thiz, jlong jniData,
464 com_android_tts_compat_SynthProxy_loadLanguage(JNIEnv *env, jobject thiz, jlong jniData,
492 com_android_tts_compat_SynthProxy_setProperty(JNIEnv *env, jobject thiz, jlong jniData,
520 com_android_tts_compat_SynthProxy_speak(JNIEnv *env, jobject thiz, jlong jniData
    [all...]
  /external/opencv/
cvjni.cpp 44 jobject thiz,
78 jobject thiz) {
89 jobject thiz) {
135 jobject thiz)
191 jobject thiz,
216 jobject thiz,
303 jobject thiz,
307 Java_org_siprop_opencv_OpenCV_releaseFaceDetection(env, thiz);
342 jobject thiz) {
462 jobject thiz) {
    [all...]
  /cts/apps/CtsVerifier/jni/verifier/
com_android_cts_verifier_os_FileUtils.cpp 40 jboolean com_android_cts_verifier_os_FileUtils_getFileStatus(JNIEnv* env, jobject thiz,
77 jstring com_android_cts_verifier_os_FileUtils_getUserName(JNIEnv* env, jobject thiz,
84 jstring com_android_cts_verifier_os_FileUtils_getGroupName(JNIEnv* env, jobject thiz,
  /cts/libs/deviceutil/jni/
android_cts_FileUtils.cpp 48 jboolean android_cts_FileUtils_getFileStatus(JNIEnv* env, jobject thiz,
80 jstring android_cts_FileUtils_getUserName(JNIEnv* env, jobject thiz,
87 jstring android_cts_FileUtils_getGroupName(JNIEnv* env, jobject thiz,
  /external/chromium_org/ppapi/shared_impl/
tracked_callback.cc 121 scoped_refptr<TrackedCallback> thiz(this);
234 scoped_refptr<TrackedCallback> thiz = this; local
238 tracker_->Remove(thiz);
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
thread_pool.cc 100 void* ThreadPool::WorkerThreadEntry(void* thiz) {
101 static_cast<ThreadPool*>(thiz)->WorkLoop();
  /external/chromium_org/ppapi/examples/audio/
audio.cc 74 void* thiz) {
75 static_cast<MyInstance*>(thiz)->SineWaveCallback(samples, num_bytes);
  /packages/apps/Camera/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...]

Completed in 1088 milliseconds

1 2 3 4 5 67 8 9