Home
last modified time | relevance | path

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

/system/chre/chpp/
Dapp.c69 static inline const struct ChppClient *chppClientOfHandle(
290 const struct ChppClient *client = chppClientOfHandle(context, handle); in chppDatagramLenIsOk()
344 return chppClientOfHandle(context, handle)->responseDispatchFunctionPtr; in chppGetDispatchFunction()
360 return chppClientOfHandle(context, handle) in chppGetDispatchFunction()
428 static inline const struct ChppClient *chppClientOfHandle( in chppClientOfHandle() function