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