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

  /frameworks/base/services/common_time/
common_time_server_api.cpp 126 mBindIfaceDirty = true;
154 mBindIfaceDirty = true;
common_time_server.h 250 bool mBindIfaceDirty; // whether or not the bind Iface is valid.
common_time_server.cpp 264 if (mBindIfaceDirty || ((mSocket >= 0) && shouldAutoDisable())) {
266 mBindIfaceDirty = false;
    [all...]

Completed in 43 milliseconds