Home
last modified time | relevance | path

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

/frameworks/av/media/libnbaio/
DMonoPipe.cpp37 static pthread_once_t cacheOnceControl = PTHREAD_ONCE_INIT; variable
80 (void) pthread_once(&cacheOnceControl, cacheOnceInit); in MonoPipe()