Home
last modified time | relevance | path

Searched refs:ChppTimesyncResponse (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/chre/chpp/services/
H A Dtimesync.c45 struct ChppTimesyncResponse *response = in chppTimesyncGetTime()
46 chppAllocServiceResponseFixed(requestHeader, struct ChppTimesyncResponse); in chppTimesyncGetTime()
/aosp12/system/chre/chpp/clients/
H A Dtimesync.c97 if (len < sizeof(struct ChppTimesyncResponse)) { in chppDispatchTimesyncServiceResponse()
104 const struct ChppTimesyncResponse *response = in chppDispatchTimesyncServiceResponse()
105 (const struct ChppTimesyncResponse *)buf; in chppDispatchTimesyncServiceResponse()
/aosp12/system/chre/chpp/include/chpp/common/
H A Dtimesync.h35 struct ChppTimesyncResponse { struct