Searched defs:ChppAppState (Results 1 – 1 of 1) sorted by relevance
518 struct ChppAppState { struct519 struct ChppTransportState *transportContext; // Pointing to transport context521 const struct chrePalSystemApi *systemApi; // Pointing to the PAL system APIs523 uint8_t registeredServiceCount; // Number of services currently registered525 const struct ChppService *registeredServices[CHPP_MAX_REGISTERED_SERVICES];528 *registeredServiceStates[CHPP_MAX_REGISTERED_SERVICES];530 uint8_t registeredClientCount; // Number of clients currently registered532 const struct ChppClient *registeredClients[CHPP_MAX_REGISTERED_CLIENTS];534 struct ChppEndpointState *registeredClientStates[CHPP_MAX_REGISTERED_CLIENTS];537 uint64_t nextClientRequestTimeoutNs;[all …]