Home | History | Annotate | Download | only in soundpool

Lines Matching full:writepos

543             uint8_t* writePos = static_cast<uint8_t*>(heap->getBase());
602 memcpy(writePos, buf + info.offset, dataSize);
603 writePos += dataSize;