Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DBufLog.h94 #define BUFLOG_EXISTS BufLogSingleton::instanceExists()
98 #define BUFLOG_RESET do { if (BufLogSingleton::instanceExists()) { \
192 static bool instanceExists();
DBufLog.cpp51 bool BufLogSingleton::instanceExists() { in instanceExists() function in BufLogSingleton