Searched refs:gBoottime (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.cpp324 } gBoottime = { PTHREAD_MUTEX_INITIALIZER, 0, 0 }; // static, so use POD initialization member in namespace:android
916 gBoottime.acquire(mWakeLockToken);
918 gBoottime.getBoottimeOffset();
929 gBoottime.release(mWakeLockToken);

Completed in 172 milliseconds