HomeSort by relevance Sort by last modified time
    Searched full:thiz (Results 126 - 150 of 190) sorted by null

1 2 3 4 56 7 8

  /frameworks/wilhelm/src/itf/
IAudioDecoderCapabilities.c 67 IAudioDecoderCapabilities *thiz = (IAudioDecoderCapabilities *) self; local
68 thiz->mItf = &IAudioDecoderCapabilities_Itf;
IAudioEncoderCapabilities.c 68 IAudioEncoderCapabilities *thiz = (IAudioEncoderCapabilities *) self; local
69 thiz->mItf = &IAudioEncoderCapabilities_Itf;
  /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...]
  /external/chromium_org/ppapi/shared_impl/
thread_aware_callback_unittest.cc 91 static void MainThreadCallbackBody(ThreadAwareCallbackMultiThreadTest* thiz) {
92 thiz->CheckOnThread(MAIN_THREAD);
93 thiz->main_thread_callback_called_ = true;
100 thiz->main_thread_callback_.reset(NULL);
146 static void MainThreadCallbackBody(ThreadAwareCallbackAbortTest* thiz) {
  /frameworks/base/core/jni/android/graphics/pdf/
PdfDocument.cpp 116 static jint nativeCreateDocument(JNIEnv* env, jobject thiz) {
120 static jint nativeStartPage(JNIEnv* env, jobject thiz, jint documentPtr,
128 static void nativeFinishPage(JNIEnv* env, jobject thiz, jint documentPtr) {
133 static void nativeWriteTo(JNIEnv* env, jobject thiz, jint documentPtr, jobject out,
141 static void nativeClose(JNIEnv* env, jobject thiz, jint documentPtr) {
  /frameworks/base/core/jni/
android_media_JetPlayer.cpp 79 android_media_JetPlayer_setup(JNIEnv *env, jobject thiz, jobject weak_this,
90 env->SetIntField(thiz, javaJetPlayerFields.nativePlayerInJavaObj, (int)lpJet);
103 android_media_JetPlayer_finalize(JNIEnv *env, jobject thiz)
107 thiz, javaJetPlayerFields.nativePlayerInJavaObj);
119 android_media_JetPlayer_release(JNIEnv *env, jobject thiz)
121 android_media_JetPlayer_finalize(env, thiz);
122 env->SetIntField(thiz, javaJetPlayerFields.nativePlayerInJavaObj, 0);
129 android_media_JetPlayer_loadFromFile(JNIEnv *env, jobject thiz, jstring path)
132 thiz, javaJetPlayerFields.nativePlayerInJavaObj);
165 android_media_JetPlayer_loadFromFileD(JNIEnv *env, jobject thiz,
    [all...]
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 206 static JNIImageReaderContext* ImageReader_getContext(JNIEnv* env, jobject thiz)
210 (env->GetLongField(thiz, gImageReaderClassInfo.mNativeContext));
214 static CpuConsumer* ImageReader_getCpuConsumer(JNIEnv* env, jobject thiz)
217 JNIImageReaderContext* const ctx = ImageReader_getContext(env, thiz);
225 static BufferQueue* ImageReader_getBufferQueue(JNIEnv* env, jobject thiz)
228 JNIImageReaderContext* const ctx = ImageReader_getContext(env, thiz);
237 jobject thiz, sp<JNIImageReaderContext> ctx)
240 JNIImageReaderContext* const p = ImageReader_getContext(env, thiz);
247 env->SetLongField(thiz, gImageReaderClassInfo.mNativeContext,
257 static void Image_setBuffer(JNIEnv* env, jobject thiz,
    [all...]
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)
173 android_media_MediaProfiles_native_get_camcorder_profile(JNIEnv *env, jobject thiz, jint id, jint quality)
222 android_media_MediaProfiles_native_has_camcorder_profile(JNIEnv *env, jobject thiz, jint id, jint quality)
234 android_media_MediaProfiles_native_get_num_video_decoders(JNIEnv *env, jobject thiz)
241 android_media_MediaProfiles_native_get_video_decoder_type(JNIEnv *env, jobject thiz, jint index
    [all...]
android_media_MediaCodecList.cpp 31 JNIEnv *env, jobject thiz) {
36 JNIEnv *env, jobject thiz, jint index) {
48 JNIEnv *env, jobject thiz, jstring name) {
67 JNIEnv *env, jobject thiz, jint index) {
72 JNIEnv *env, jobject thiz, jint index) {
98 JNIEnv *env, jobject thiz, jint index, jstring type) {
  /cts/apps/CtsVerifier/jni/cameraanalyzer/
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_AutoLockTest.cpp 33 jobject thiz) {
42 jobject thiz,
71 jobject thiz,
com_android_cts_verifier_camera_analyzer_MeteringTest.cpp 34 jobject thiz) {
43 jobject thiz,
71 jobject thiz,
102 jobject thiz,
  /development/ndk/samples/hello-jni/jni/
hello-jni.c 28 jobject thiz )
  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 251 android_media_AudioEffect_native_setup(JNIEnv *env, jobject thiz, jobject weak_this,
391 env->SetIntField(thiz, fields.fidNativeAudioEffect, (int)lpAudioEffect);
393 env->SetIntField(thiz, fields.fidJniData, (int)lpJniStorage);
407 env->SetIntField(thiz, fields.fidNativeAudioEffect, 0);
412 env->SetIntField(thiz, fields.fidJniData, 0);
427 static void android_media_AudioEffect_native_finalize(JNIEnv *env, jobject thiz) {
428 ALOGV("android_media_AudioEffect_native_finalize jobject: %x\n", (int)thiz);
432 thiz, fields.fidNativeAudioEffect);
440 thiz, fields.fidJniData);
448 static void android_media_AudioEffect_native_release(JNIEnv *env, jobject thiz) {
    [all...]
  /frameworks/base/services/jni/
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)
  /packages/apps/Gallery2/jni/
jni_egl_fence.h 28 jobject thiz);
  /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...]
  /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/tests/jni/
android_os_cts_FileUtils.cpp 47 jboolean android_os_cts_FileUtils_getFileStatus(JNIEnv* env, jobject thiz,
79 jstring android_os_cts_FileUtils_getUserName(JNIEnv* env, jobject thiz,
86 jstring android_os_cts_FileUtils_getGroupName(JNIEnv* env, jobject thiz,
  /cts/tests/tests/security/jni/
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/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,
  /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...]
  /packages/apps/Camera2/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...]
  /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...]

Completed in 505 milliseconds

1 2 3 4 56 7 8