HomeSort by relevance Sort by last modified time
    Searched refs:fieldContentType (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/jni/soundpool/
android_media_SoundPool.cpp 41 jfieldID fieldContentType; // AudioAttributes.mContentType
191 (audio_content_type_t) env->GetIntField(jaa, javaAudioAttrFields.fieldContentType);
343 javaAudioAttrFields.fieldContentType
349 if (javaAudioAttrFields.fieldUsage == NULL || javaAudioAttrFields.fieldContentType == NULL
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 58 jfieldID fieldContentType; // AudioAttributes.mContentType
308 (audio_content_type_t) env->GetIntField(jaa, javaAudioAttrFields.fieldContentType);
    [all...]

Completed in 168 milliseconds