Home
last modified time | relevance | path

Searched refs:throwExceptionAsNecessary (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaSync.cpp146 static void throwExceptionAsNecessary( in throwExceptionAsNecessary() function
176 throwExceptionAsNecessary(env, INVALID_OPERATION); in android_media_MediaSync_native_setSurface()
194 throwExceptionAsNecessary( in android_media_MediaSync_native_setSurface()
209 throwExceptionAsNecessary(env, INVALID_OPERATION); in android_media_MediaSync_native_setAudioTrack()
225 throwExceptionAsNecessary( in android_media_MediaSync_native_setAudioTrack()
240 throwExceptionAsNecessary(env, INVALID_OPERATION); in android_media_MediaSync_createInputSurface()
248 throwExceptionAsNecessary(env, INVALID_OPERATION); in android_media_MediaSync_createInputSurface()
267 throwExceptionAsNecessary(env, err); in android_media_MediaSync_native_updateQueuedAudioData()
310 throwExceptionAsNecessary(env, err); in android_media_MediaSync_native_getPlayTimeForPendingAudioFrames()
353 throwExceptionAsNecessary(env, err); in android_media_MediaSync_setPlaybackParams()
[all …]
H A Dandroid_media_MediaCodec.cpp1789 throwExceptionAsNecessary( in android_media_MediaCodec_setInputSurface()
1911 throwExceptionAsNecessary( in android_media_MediaCodec_queueInputBuffer()
2105 throwExceptionAsNecessary( in android_media_MediaCodec_queueSecureInputBuffer()
2225 throwExceptionAsNecessary( in android_media_MediaCodec_queueSecureInputBuffer()
2576 throwExceptionAsNecessary( in android_media_MediaCodec_native_queueLinearBlock()
2598 throwExceptionAsNecessary( in android_media_MediaCodec_native_queueLinearBlock()
2651 throwExceptionAsNecessary( in android_media_MediaCodec_native_queueLinearBlock()
2671 throwExceptionAsNecessary( in android_media_MediaCodec_native_queueHardwareBuffer()
2698 throwExceptionAsNecessary( in android_media_MediaCodec_native_queueHardwareBuffer()
2709 throwExceptionAsNecessary( in android_media_MediaCodec_native_queueHardwareBuffer()
[all …]
H A Dandroid_media_MediaDrm.cpp464 static bool throwExceptionAsNecessary( in throwExceptionAsNecessary() function
1130 throwExceptionAsNecessary(env, drm, err, "Failed to close session"); in android_media_MediaDrm_closeSession()
1277 throwExceptionAsNecessary(env, drm, err, "Failed to remove keys"); in android_media_MediaDrm_removeKeys()
1300 throwExceptionAsNecessary(env, drm, err, "Failed to restore keys"); in android_media_MediaDrm_restoreKeys()
1769 throwExceptionAsNecessary(env, drm, err, "Failed to set property"); in android_media_MediaDrm_setPropertyString()
1797 throwExceptionAsNecessary(env, drm, err, "Failed to set property"); in android_media_MediaDrm_setPropertyByteArray()
1873 if (throwExceptionAsNecessary(env, drm, err, "Failed to encrypt")) { in android_media_MediaDrm_encryptNative()
1903 if (throwExceptionAsNecessary(env, drm, err, "Failed to decrypt")) { in android_media_MediaDrm_decryptNative()
1933 if (throwExceptionAsNecessary(env, drm, err, "Failed to sign")) { in android_media_MediaDrm_signNative()
1964 throwExceptionAsNecessary(env, drm, err, "Failed to verify"); in android_media_MediaDrm_verifyNative()
[all …]