Searched defs:clientState (Results 1 – 7 of 7) sorted by relevance
/system/chre/chpp/ |
D | clients.c | 70 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 …]
|
D | app.c | 293 struct ChppEndpointState *clientState = in chppGetDispatchFunction() local
|
/system/chre/chpp/include/chpp/ |
D | clients.h | 46 #define chppAllocClientRequestFixed(clientState, type) \ argument 59 #define chppAllocClientRequestTypedArray(clientState, type, count, arrayField) \ argument
|
/system/chre/chpp/test/ |
D | app_discovery_test.cpp | 91 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()
|
D | app_notification_test.cpp | 99 enum ChppAppErrorCode clientDispatchNotification(void *clientState, in clientDispatchNotification() 122 bool clientInit(void *clientState, uint8_t handle, in clientInit() 131 void clientDeinit(void *clientState) { in clientDeinit()
|
D | app_req_resp_test.cpp | 202 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()
|
D | app_timeout_test.cpp | 79 void ValidateClientStateAndReqState(struct ChppEndpointState *clientState, in ValidateClientStateAndReqState()
|