Home
last modified time | relevance | path

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

/system/chre/chpp/
Dclients.c170 const struct ChppClient *newClient) { in chppRegisterClient() argument
171 CHPP_NOT_NULL(newClient); in chppRegisterClient()
187 newClient; in chppRegisterClient()
190 chppUuidToStr(newClient->descriptor.uuid, uuidText); in chppRegisterClient()
194 newClient->descriptor.version.major, in chppRegisterClient()
195 newClient->descriptor.version.minor, in chppRegisterClient()
196 newClient->descriptor.version.patch, newClient->minLength); in chppRegisterClient()
/system/chre/chpp/include/chpp/
Dclients.h164 const struct ChppClient *newClient);