Searched refs:ChppClientState (Results 1 – 13 of 13) sorted by relevance
/aosp12/system/chre/chpp/include/chpp/ |
H A D | clients.h | 70 struct ChppClientState { struct 162 struct ChppClientState *clientState, 187 void chppClientDeinit(struct ChppClientState *clientState); 221 struct ChppClientState *clientState, size_t len); 233 struct ChppClientState *clientState, uint16_t command); 250 void chppClientTimestampRequest(struct ChppClientState *clientState, 273 bool chppClientTimestampResponse(struct ChppClientState *clientState, 327 struct ChppClientState *clientState, 337 void chppClientPseudoOpen(struct ChppClientState *clientState); 352 bool chppClientSendOpenRequest(struct ChppClientState *clientState, [all …]
|
H A D | app.h | 387 const struct ChppClientState
|
/aosp12/system/chre/chpp/ |
H A D | clients.c | 53 static bool chppIsClientApiReady(struct ChppClientState *clientState); 70 static bool chppIsClientApiReady(struct ChppClientState *clientState) { in chppIsClientApiReady() 168 struct ChppClientState *clientState, in chppRegisterClient() 235 void chppClientDeinit(struct ChppClientState *clientState) { in chppClientDeinit() 284 struct ChppClientState *clientState, size_t len) { in chppAllocClientRequest() 301 struct ChppClientState *clientState, uint16_t command) { in chppAllocClientRequestCommand() 311 void chppClientTimestampRequest(struct ChppClientState *clientState, in chppClientTimestampRequest() 347 bool chppClientTimestampResponse(struct ChppClientState *clientState, in chppClientTimestampResponse() 448 struct ChppClientState *clientState, in chppSendTimestampedRequestAndWaitTimeout() 475 void chppClientPseudoOpen(struct ChppClientState *clientState) { in chppClientPseudoOpen() [all …]
|
H A D | app.c | 338 struct ChppClientState *clientState = in chppGetDispatchFunction() 339 (struct ChppClientState *)chppClientServiceContextOfHandle( in chppGetDispatchFunction() 354 struct ChppClientState *clientState = in chppGetDispatchFunction() 355 (struct ChppClientState *)chppClientServiceContextOfHandle( in chppGetDispatchFunction() 614 struct ChppClientState *clientState = in chppProcessNegotiatedHandleDatagram() 615 (struct ChppClientState *)clientServiceContext; in chppProcessNegotiatedHandleDatagram()
|
/aosp12/system/chre/chpp/test/ |
H A D | clients_test.cpp | 44 (struct ChppClientState *)mAppContext.registeredClientContexts[0]; in SetUp() 60 struct ChppClientState *mClientState; 64 void getClientRRStateInputCheck(struct ChppClientState *clientState, in getClientRRStateInputCheck() 81 struct ChppClientState *clientState, struct ChppAppHeader *header) { in getClientRRState() 100 void registerAndValidateRequestForTimeout(struct ChppClientState *clientState, in registerAndValidateRequestForTimeout() 112 void registerAndValidateResponseForTimeout(struct ChppClientState *clientState, in registerAndValidateResponseForTimeout()
|
/aosp12/system/chre/chpp/include/chpp/clients/ |
H A D | gnss.h | 55 struct ChppClientState *getChppGnssClientState(void);
|
H A D | wifi.h | 55 struct ChppClientState *getChppWifiClientState(void);
|
H A D | wwan.h | 55 struct ChppClientState *getChppWwanClientState(void);
|
/aosp12/system/chre/chpp/clients/ |
H A D | wwan.c | 66 struct ChppClientState client; // WWAN client state 545 struct ChppClientState *getChppWwanClientState(void) { in getChppWwanClientState()
|
H A D | gnss.c | 65 struct ChppClientState client; // GNSS client state 834 struct ChppClientState *getChppGnssClientState(void) { in getChppGnssClientState()
|
H A D | timesync.c | 43 struct ChppClientState client; // Timesync client state
|
H A D | loopback.c | 45 struct ChppClientState client; // Loopback client state
|
H A D | wifi.c | 73 struct ChppClientState client; // WiFi client state 875 struct ChppClientState *getChppWifiClientState(void) { in getChppWifiClientState()
|