Home
last modified time | relevance | path

Searched refs:chppTimesyncMeasureOffset (Results 1 – 4 of 4) sorted by relevance

/system/chre/chpp/include/chpp/clients/
Dtimesync.h102 bool chppTimesyncMeasureOffset(struct ChppAppState *context);
/system/chre/chpp/clients/
Dtimesync.c155 bool chppTimesyncMeasureOffset(struct ChppAppState *context) { in chppTimesyncMeasureOffset() function
197 chppTimesyncMeasureOffset(context); in chppTimesyncGetOffset()
/system/chre/chpp/test/
Dapp_test.cpp147 EXPECT_TRUE(chppTimesyncMeasureOffset(&mClientAppContext)); in TEST_F()
/system/chre/chpp/
Dclients.c486 chppTimesyncMeasureOffset(clientState->appContext); in chppClientSendOpenRequest()