Home
last modified time | relevance | path

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

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