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

/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.h115 void notifyPrepared(status_t prepareRes);
H A Dandroid_AudioSfDecoder.cpp596 void AudioSfDecoder::notifyPrepared(status_t prepareRes) { argument
598 if (NO_ERROR == prepareRes) {
608 notify(PLAYEREVENT_PREPARED, (int32_t)prepareRes, true /*async*/);

Completed in 338 milliseconds