Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/
Dclients.h70 struct ChppClientState { struct
71 struct ChppAppState *appContext; // Pointer to app layer context
73 *rRStates; // Pointer to array of request-response states, if any
74 uint8_t index; // Index of this client
75 uint8_t handle; // Handle number for this client
76 uint8_t transaction; // Next Transaction ID to be used
78 uint8_t openState; // As defined in enum ChppOpenState
79 bool pseudoOpen : 1; // Client to be opened upon a reset
80 bool initialized : 1; // Is initialized
81 bool everInitialized : 1; // Synchronization primitives initialized
[all …]