Searched refs:prepareRes (Results 1 – 2 of 2) sorted by relevance
117 void notifyPrepared(status_t prepareRes);
597 void AudioSfDecoder::notifyPrepared(status_t prepareRes) { in notifyPrepared() argument599 if (NO_ERROR == prepareRes) { in notifyPrepared()609 notify(PLAYEREVENT_PREPARED, (int32_t)prepareRes, true /*async*/); in notifyPrepared()