Home
last modified time | relevance | path

Searched defs:clientState (Results 1 – 7 of 7) sorted by relevance

/system/chre/chpp/
Dclients.c70 static bool chppIsClientApiReady(struct ChppEndpointState *clientState) { in chppIsClientApiReady()
176 struct ChppEndpointState *clientState, in chppRegisterClient()
232 void chppClientInit(struct ChppEndpointState *clientState, uint8_t handle) { in chppClientInit()
247 void chppClientDeinit(struct ChppEndpointState *clientState) { in chppClientDeinit()
301 struct ChppEndpointState *clientState, size_t len) { in chppAllocClientRequest()
307 struct ChppEndpointState *clientState, uint16_t command) { in chppAllocClientRequestCommand()
318 struct ChppEndpointState *clientState, in chppClientSendTimestampedRequestOrFail()
335 struct ChppEndpointState *clientState, in chppClientSendTimestampedRequestAndWait()
342 struct ChppEndpointState *clientState, in chppClientSendTimestampedRequestAndWaitTimeout()
356 void chppClientPseudoOpen(struct ChppEndpointState *clientState) { in chppClientPseudoOpen()
[all …]
Dapp.c293 struct ChppEndpointState *clientState = in chppGetDispatchFunction() local
/system/chre/chpp/include/chpp/
Dclients.h46 #define chppAllocClientRequestFixed(clientState, type) \ argument
59 #define chppAllocClientRequestTypedArray(clientState, type, count, arrayField) \ argument
/system/chre/chpp/test/
Dapp_discovery_test.cpp91 void clientNotifyReset(void *clientState) { in clientNotifyReset()
96 void clientNotifyMatch(void *clientState) { in clientNotifyMatch()
101 bool clientInit(void *clientState, uint8_t handle, in clientInit()
110 void clientDeinit(void *clientState) { in clientDeinit()
Dapp_notification_test.cpp99 enum ChppAppErrorCode clientDispatchNotification(void *clientState, in clientDispatchNotification()
122 bool clientInit(void *clientState, uint8_t handle, in clientInit()
131 void clientDeinit(void *clientState) { in clientDeinit()
Dapp_req_resp_test.cpp202 enum ChppAppErrorCode clientDispatchResponse(void *clientState, uint8_t *buf, in clientDispatchResponse()
214 enum ChppAppErrorCode clientDispatchRequest(void *clientState, uint8_t *buf, in clientDispatchRequest()
223 bool clientInit(void *clientState, uint8_t handle, in clientInit()
232 void clientDeinit(void *clientState) { in clientDeinit()
Dapp_timeout_test.cpp79 void ValidateClientStateAndReqState(struct ChppEndpointState *clientState, in ValidateClientStateAndReqState()