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