Home
last modified time | relevance | path

Searched refs:prepareRes (Results 1 – 2 of 2) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.h109 void notifyPrepared(status_t prepareRes);
Dandroid_AudioSfDecoder.cpp604 void AudioSfDecoder::notifyPrepared(status_t prepareRes) { in notifyPrepared() argument
606 if (NO_ERROR == prepareRes) { in notifyPrepared()
616 notify(PLAYEREVENT_PREPARED, (int32_t)prepareRes, true /*async*/); in notifyPrepared()