Home
last modified time | relevance | path

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

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