Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
Daudioplay.h29 bool create(const uint8_t* exampleClipBuf, int exampleClipBufSize);
Daudioplay.cpp383 bool create(const uint8_t* exampleClipBuf, int exampleClipBufSize) { in create() argument
392 if (!parseClipBuf(exampleClipBuf, exampleClipBufSize, &chunkFormat, &soundBuf, &soundBufSize)) { in create()