Searched defs:ChppAppState (Results 1 – 1 of 1) sorted by relevance
531 struct ChppAppState { struct532 struct ChppTransportState *transportContext; // Pointing to transport context534 const struct chrePalSystemApi *systemApi; // Pointing to the PAL system APIs536 uint8_t registeredServiceCount; // Number of services currently registered538 const struct ChppService *registeredServices[CHPP_MAX_REGISTERED_SERVICES];541 *registeredServiceStates[CHPP_MAX_REGISTERED_SERVICES];543 uint8_t registeredClientCount; // Number of clients currently registered545 const struct ChppClient *registeredClients[CHPP_MAX_REGISTERED_CLIENTS];547 struct ChppEndpointState *registeredClientStates[CHPP_MAX_REGISTERED_CLIENTS];550 uint64_t nextClientRequestTimeoutNs;[all …]