Searched refs:instantiateDecoder (Results 1 – 2 of 2) sorted by relevance
295 status_t instantiateDecoder(
1037 if (instantiateDecoder(false, &mVideoDecoder) == -EWOULDBLOCK) { in onMessageReceived()1044 if (instantiateDecoder(true, &mAudioDecoder) == -EWOULDBLOCK) { in onMessageReceived()1513 instantiateDecoder(true /* audio */, &mAudioDecoder); in onResume()1538 err = instantiateDecoder(false, &mVideoDecoder); in onInstantiateSecureDecoders()1545 err = instantiateDecoder(true, &mAudioDecoder); in onInstantiateSecureDecoders()1890 instantiateDecoder(true /* audio */, &mAudioDecoder, !forceNonOffload); in restartAudio()1933 status_t NuPlayer::instantiateDecoder( in instantiateDecoder() function in android::NuPlayer