/frameworks/wilhelm/src/itf/ |
IAudioEncoderCapabilities.c | 68 IAudioEncoderCapabilities *thiz = (IAudioEncoderCapabilities *) self; local 69 thiz->mItf = &IAudioEncoderCapabilities_Itf;
|
IVideoDecoderCapabilities.cpp | 115 IVideoDecoderCapabilities *thiz = (IVideoDecoderCapabilities *) self; local 116 thiz->mItf = &IVideoDecoderCapabilities_Itf;
|
/frameworks/base/media/jni/ |
android_media_MediaMetadataRetriever.cpp | 70 static MediaMetadataRetriever* getRetriever(JNIEnv* env, jobject thiz) 73 MediaMetadataRetriever* retriever = (MediaMetadataRetriever*) env->GetLongField(thiz, fields.context); 77 static void setRetriever(JNIEnv* env, jobject thiz, MediaMetadataRetriever* retriever) 80 MediaMetadataRetriever *old = (MediaMetadataRetriever*) env->GetLongField(thiz, fields.context); 81 env->SetLongField(thiz, fields.context, (jlong) retriever); 86 JNIEnv *env, jobject thiz, jobject httpServiceBinderObj, jstring path, 90 MediaMetadataRetriever* retriever = getRetriever(env, thiz); 146 static void android_media_MediaMetadataRetriever_setDataSourceFD(JNIEnv *env, jobject thiz, jobject fileDescriptor, jlong offset, jlong length) 149 MediaMetadataRetriever* retriever = getRetriever(env, thiz); 230 static jobject android_media_MediaMetadataRetriever_getFrameAtTime(JNIEnv *env, jobject thiz, jlong timeUs, jint option [all...] |
android_media_MediaHTTPConnection.h | 35 JMediaHTTPConnection(JNIEnv *env, jobject thiz);
|
android_media_MediaProfiles.cpp | 48 android_media_MediaProfiles_native_get_num_file_formats(JNIEnv *env, jobject thiz) 55 android_media_MediaProfiles_native_get_file_format(JNIEnv *env, jobject thiz, jint index) 68 android_media_MediaProfiles_native_get_num_video_encoders(JNIEnv *env, jobject thiz) 75 android_media_MediaProfiles_native_get_video_encoder_cap(JNIEnv *env, jobject thiz, jint index) 119 android_media_MediaProfiles_native_get_num_audio_encoders(JNIEnv *env, jobject thiz) 126 android_media_MediaProfiles_native_get_audio_encoder_cap(JNIEnv *env, jobject thiz, jint index) 175 android_media_MediaProfiles_native_get_camcorder_profile(JNIEnv *env, jobject thiz, jint id, jint quality) 224 android_media_MediaProfiles_native_has_camcorder_profile(JNIEnv *env, jobject thiz, jint id, jint quality) 236 android_media_MediaProfiles_native_get_num_video_decoders(JNIEnv *env, jobject thiz) 243 android_media_MediaProfiles_native_get_video_decoder_type(JNIEnv *env, jobject thiz, jint index [all...] |
android_mtp_MtpDevice.cpp | 105 android_mtp_MtpDevice_open(JNIEnv *env, jobject thiz, jstring deviceName, jint fd) 116 env->SetLongField(thiz, field_context, (jlong)device); 121 android_mtp_MtpDevice_close(JNIEnv *env, jobject thiz) 123 MtpDevice* device = get_device_from_object(env, thiz); 127 env->SetLongField(thiz, field_context, 0); 132 android_mtp_MtpDevice_get_device_info(JNIEnv *env, jobject thiz) 134 MtpDevice* device = get_device_from_object(env, thiz); 169 android_mtp_MtpDevice_get_storage_ids(JNIEnv *env, jobject thiz) 171 MtpDevice* device = get_device_from_object(env, thiz); 188 android_mtp_MtpDevice_get_storage_info(JNIEnv *env, jobject thiz, jint storageID [all...] |
android_media_MediaDrm.cpp | 143 JNIDrmListener(JNIEnv* env, jobject thiz, jobject weak_thiz); 152 JNIDrmListener::JNIDrmListener(JNIEnv* env, jobject thiz, jobject weak_thiz) 156 jclass clazz = env->GetObjectClass(thiz); 298 static sp<IDrm> GetDrm(JNIEnv *env, jobject thiz) { 299 JDrm *jdrm = (JDrm *)env->GetLongField(thiz, gFields.context); 304 JNIEnv *env, jobject thiz, const uint8_t uuid[16]) { 305 mObject = env->NewWeakGlobalRef(thiz); 517 JNIEnv *env, jobject thiz, const sp<JDrm> &drm) { 518 sp<JDrm> old = (JDrm *)env->GetLongField(thiz, gFields.context); 520 drm->incStrong(thiz); [all...] |
android_media_MediaCodec.cpp | 89 JNIEnv *env, jobject thiz, 93 jclass clazz = env->GetObjectClass(thiz); 97 mObject = env->NewWeakGlobalRef(thiz); 706 JNIEnv *env, jobject thiz, const sp<JMediaCodec> &codec) { 707 sp<JMediaCodec> old = (JMediaCodec *)env->GetLongField(thiz, gFields.context); 709 codec->incStrong(thiz); 718 old->decStrong(thiz); 720 env->SetLongField(thiz, gFields.context, (jlong)codec.get()); 725 static sp<JMediaCodec> getMediaCodec(JNIEnv *env, jobject thiz) { 726 return (JMediaCodec *)env->GetLongField(thiz, gFields.context) [all...] |
/cts/tests/tests/security/jni/ |
android_security_cts_KernelSettingsTest.cpp | 23 static jboolean android_security_cts_KernelSettingsTest_supportsXattr(JNIEnv* env, jobject thiz)
|
/development/ndk/samples/hello-jni/jni/ |
hello-jni.c | 28 jobject thiz )
|
/cts/apps/CtsVerifier/jni/cameraanalyzer/ |
com_android_cts_verifier_camera_analyzer_AutoLockTest.cpp | 33 jobject thiz) { 42 jobject thiz, 71 jobject thiz,
|
com_android_cts_verifier_camera_analyzer_ExposureCompensationTest.cpp | 32 jobject thiz, 45 jobject thiz, 76 jobject thiz,
|
com_android_cts_verifier_camera_analyzer_WhiteBalanceTest.cpp | 33 jobject thiz) { 42 jobject thiz, 79 jobject thiz,
|
com_android_cts_verifier_camera_analyzer_CameraTests.cpp | 29 jobject thiz, 44 jclass thizCls = env->GetObjectClass(thiz); 124 jobject thiz, 136 jobject thiz, 145 jobject thiz, 148 jclass thizCls = env->GetObjectClass(thiz); 215 env->SetObjectField(thiz, outputId, outputBitmap);
|
com_android_cts_verifier_camera_analyzer_MeteringTest.cpp | 34 jobject thiz) { 43 jobject thiz, 71 jobject thiz, 102 jobject thiz,
|
/frameworks/base/services/core/jni/ |
com_android_server_UsbHostManager.cpp | 69 jobject thiz = (jobject)client_data; local 81 jboolean result = env->CallBooleanMethod(thiz, method_beginUsbDeviceAdded, 104 env->CallVoidMethod(thiz, method_addUsbConfiguration, 115 env->CallVoidMethod(thiz, method_addUsbInterface, 125 env->CallVoidMethod(thiz, method_addUsbEndpoint, 131 env->CallVoidMethod(thiz, method_endUsbDeviceAdded); 142 jobject thiz = (jobject)client_data; local 145 env->CallVoidMethod(thiz, method_usbDeviceRemoved, deviceName); 151 static void android_server_UsbHostManager_monitorUsbHostBus(JNIEnv *env, jobject thiz) 158 // this will never return so it is safe to pass thiz directl [all...] |
/external/chromium_org/ppapi/examples/audio_input/ |
audio_input.cc | 275 MyInstance* thiz = static_cast<MyInstance*>(ctx); 276 pp::AutoLock auto_lock(thiz->lock_); 277 thiz->latency_ = latency; 279 thiz->sample_count_ * thiz->channel_count_ * sizeof(int16_t); 281 PP_DCHECK(num_bytes % (thiz->channel_count_ * sizeof(int16_t)) == 0); 282 memcpy(thiz->samples_, samples, num_bytes); 283 memset(reinterpret_cast<char*>(thiz->samples_) + num_bytes, 0, 290 MyInstance* thiz = static_cast<MyInstance*>(user_data); local 293 thiz->monitor_devices_.clear() [all...] |
/frameworks/wilhelm/src/ |
sles_allinclusive.h | 305 extern void IObject_Publish(IObject *thiz); 312 #define InterfaceToObjectID(thiz) IObjectToObjectID((thiz)->mThis) 318 #define InterfaceToIObject(thiz) ((thiz)->mThis) 320 #define InterfaceToCAudioPlayer(thiz) (((CAudioPlayer*)InterfaceToIObject(thiz))) 322 #define InterfaceToCAudioRecorder(thiz) (((CAudioRecorder*)InterfaceToIObject(thiz))) 324 #define InterfaceToCAudioRecorder(thiz) (((CAudioRecorder*)InterfaceToIObject(thiz)) [all...] |
sles.c | 30 bool IsInterfaceInitialized(IObject *thiz, unsigned MPH) 32 assert(NULL != thiz); 34 const ClassTable *clazz = thiz->mClass; 42 switch (thiz->mInterfaceStates[index]) { 54 SLuint32 IObjectToObjectID(IObject *thiz) 56 assert(NULL != thiz); 58 const ClassTable *clazz = thiz->mClass; 505 IObject *thiz; local 507 thiz = (IObject *) calloc(1, clazz->mSize); 508 if (NULL != thiz) { [all...] |
/frameworks/ml/bordeaux/learning/multiclass_pa/jni/ |
jni_multiclass_pa.cpp | 37 jobject thiz, 49 jobject thiz, 57 jobject thiz, 90 jobject thiz,
|
/external/opencv/ |
cvjni.h | 68 jobject thiz,
78 jobject thiz);
84 jobject thiz);
90 jobject thiz);
96 jobject thiz,
105 jobject thiz,
113 jobject thiz,
120 jobject thiz);
126 jobject thiz);
132 jobject thiz);
[all...] |
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/ |
com_android_cts_splitapp_Native.cpp | 28 static jint add(JNIEnv *env, jobject thiz, jint a, jint b) { 34 static jstring arch(JNIEnv *env, jobject thiz) {
|
/external/chromium_org/ppapi/shared_impl/ |
thread_aware_callback_unittest.cc | 81 static void MainThreadCallbackBody(ThreadAwareCallbackMultiThreadTest* thiz) { 82 thiz->CheckOnThread(MAIN_THREAD); 83 thiz->main_thread_callback_called_ = true; 90 thiz->main_thread_callback_.reset(NULL); 134 static void MainThreadCallbackBody(ThreadAwareCallbackAbortTest* thiz) {
|
/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) {
|
PdfEditor.cpp | 63 static jlong nativeOpen(JNIEnv* env, jclass thiz, jint fd, jlong size) { 84 static void nativeClose(JNIEnv* env, jclass thiz, jlong documentPtr) { 90 static jint nativeGetPageCount(JNIEnv* env, jclass thiz, jlong documentPtr) { 95 static jint nativeRemovePage(JNIEnv* env, jclass thiz, jlong documentPtr, jint pageIndex) { 134 static void nativeWrite(JNIEnv* env, jclass thiz, jlong documentPtr, jint fd) {
|