HomeSort by relevance Sort by last modified time
    Searched refs:mCommonClockHasClients (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/common_time/
common_time_server_api.cpp 268 (commonClockHasClients != mCommonClockHasClients));
270 mCommonClockHasClients = commonClockHasClients;
274 " clients", mCommonClockHasClients ? "" : " no");
common_time_server.h 169 return (mAutoDisable && !mCommonClockHasClients);
239 bool mCommonClockHasClients;
common_time_server.cpp 109 , mCommonClockHasClients(false)
    [all...]

Completed in 214 milliseconds