Home
last modified time | relevance | path

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

/aosp12/system/chre/chpp/include/chpp/
H A Dclients.h70 struct ChppClientState { struct
71 struct ChppAppState *appContext; // Pointer to app layer context
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
83 bool responseReady : 1; // For sync. request/responses
84 struct ChppMutex responseMutex;
[all …]