Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h472 virtual status_t threadloop_getHalTimestamp_l( in threadloop_getHalTimestamp_l() function
1239 status_t threadloop_getHalTimestamp_l( in threadloop_getHalTimestamp_l() function
1325 status_t threadloop_getHalTimestamp_l(ExtendedTimestamp *timestamp) const override { in threadloop_getHalTimestamp_l() function
1447 status_t threadloop_getHalTimestamp_l( in threadloop_getHalTimestamp_l() function
DThreads.cpp3350 } else if (threadloop_getHalTimestamp_l(&timestamp) == OK) { in threadLoop()