Home
last modified time | relevance | path

Searched refs:ChppAppState (Results 1 – 25 of 42) sorted by relevance

12

/system/chre/chpp/include/chpp/clients/
Dtimesync.h66 void chppTimesyncClientInit(struct ChppAppState *appState);
73 void chppTimesyncClientDeinit(struct ChppAppState *appState);
80 void chppTimesyncClientReset(struct ChppAppState *appState);
92 bool chppDispatchTimesyncServiceResponse(struct ChppAppState *appState,
102 bool chppTimesyncMeasureOffset(struct ChppAppState *appState);
114 int64_t chppTimesyncGetOffset(struct ChppAppState *appState,
125 struct ChppAppState *appState);
Ddiscovery.h40 void chppDiscoveryInit(struct ChppAppState *appState);
47 void chppDiscoveryDeinit(struct ChppAppState *appState);
59 bool chppWaitForDiscoveryComplete(struct ChppAppState *appState,
70 bool chppDispatchDiscoveryServiceResponse(struct ChppAppState *appState,
81 void chppInitiateDiscovery(struct ChppAppState *appState);
91 bool chppAreAllClientsMatched(struct ChppAppState *appState);
Dloopback.h60 void chppLoopbackClientInit(struct ChppAppState *appState);
67 void chppLoopbackClientDeinit(struct ChppAppState *appState);
77 bool chppDispatchLoopbackServiceResponse(struct ChppAppState *appState,
86 struct ChppLoopbackTestResult chppRunLoopbackTest(struct ChppAppState *appState,
Dgnss.h43 void chppRegisterGnssClient(struct ChppAppState *appContext);
50 void chppDeregisterGnssClient(struct ChppAppState *appContext);
Dwifi.h43 void chppRegisterWifiClient(struct ChppAppState *appContext);
50 void chppDeregisterWifiClient(struct ChppAppState *appContext);
Dwwan.h43 void chppRegisterWwanClient(struct ChppAppState *appContext);
50 void chppDeregisterWwanClient(struct ChppAppState *appContext);
/system/chre/chpp/
Dapp.c49 static bool chppProcessPredefinedClientRequest(struct ChppAppState *context,
51 static bool chppProcessPredefinedServiceResponse(struct ChppAppState *context,
54 struct ChppAppState *context, uint8_t *buf, size_t len);
56 struct ChppAppState *context, uint8_t *buf, size_t len);
58 static bool chppDatagramLenIsOk(struct ChppAppState *context,
60 ChppDispatchFunction *chppGetDispatchFunction(struct ChppAppState *context,
64 struct ChppAppState *context, uint8_t index);
66 struct ChppAppState *context, uint8_t index);
68 struct ChppAppState *appContext, uint8_t handle);
70 struct ChppAppState *appContext, uint8_t handle);
[all …]
Dclients.c55 struct ChppAppState *context, uint8_t index);
113 struct ChppAppState *context, uint8_t index) { in chppGetClientDeinitFunction()
121 void chppRegisterCommonClients(struct ChppAppState *context) { in chppRegisterCommonClients()
144 void chppDeregisterCommonClients(struct ChppAppState *context) { in chppDeregisterCommonClients()
167 void chppRegisterClient(struct ChppAppState *appContext, void *clientContext, in chppRegisterClient()
200 void chppInitBasicClients(struct ChppAppState *context) { in chppInitBasicClients()
241 void chppDeinitBasicClients(struct ChppAppState *context) { in chppDeinitBasicClients()
260 void chppDeinitMatchedClients(struct ChppAppState *context) { in chppDeinitMatchedClients()
537 void chppClientRecalculateNextTimeout(struct ChppAppState *context) { in chppClientRecalculateNextTimeout()
Dservices.c43 void chppRegisterCommonServices(struct ChppAppState *context) { in chppRegisterCommonServices()
65 void chppDeregisterCommonServices(struct ChppAppState *context) { in chppDeregisterCommonServices()
87 void chppRegisterService(struct ChppAppState *appContext, void *serviceContext, in chppRegisterService()
/system/chre/chpp/include/chpp/
Dclients.h71 struct ChppAppState *appContext; // Pointer to app layer context
130 void chppRegisterCommonClients(struct ChppAppState *context);
139 void chppDeregisterCommonClients(struct ChppAppState *context);
162 void chppRegisterClient(struct ChppAppState *appContext, void *clientContext,
172 void chppInitBasicClients(struct ChppAppState *context);
195 void chppDeinitBasicClients(struct ChppAppState *context);
202 void chppDeinitMatchedClients(struct ChppAppState *context);
370 void chppClientRecalculateNextTimeout(struct ChppAppState *context);
Dservices.h101 struct ChppAppState *appContext; // Pointer to app layer context
118 void chppRegisterCommonServices(struct ChppAppState *context);
127 void chppDeregisterCommonServices(struct ChppAppState *context);
144 void chppRegisterService(struct ChppAppState *appContext, void *serviceContext,
Dapp.h369 struct ChppAppState { struct
435 void chppAppInit(struct ChppAppState *appContext, argument
449 struct ChppAppState *appContext,
459 void chppAppDeinit(struct ChppAppState *appContext);
468 void chppAppProcessRxDatagram(struct ChppAppState *context, uint8_t *buf,
480 void chppAppProcessReset(struct ChppAppState *context);
Dpal_api.h31 void chppPalSystemApiInit(struct ChppAppState *context);
38 void chppPalSystemApiDeinit(struct ChppAppState *context);
/system/chre/chpp/clients/
Ddiscovery.c39 struct ChppAppState *appState, const struct ChppServiceDescriptor *service);
41 struct ChppAppState *appState, const struct ChppDiscoveryResponse *response,
44 struct ChppAppState *appState, uint8_t index);
79 struct ChppAppState *appState, in chppFindMatchingClientIndex()
104 struct ChppAppState *appState, const struct ChppDiscoveryResponse *response, in chppProcessDiscoverAllResponse()
219 struct ChppAppState *appState, uint8_t index) { in chppGetClientMatchNotifierFunction()
227 void chppDiscoveryInit(struct ChppAppState *appState) { in chppDiscoveryInit()
244 void chppDiscoveryDeinit(struct ChppAppState *appState) { in chppDiscoveryDeinit()
252 bool chppWaitForDiscoveryComplete(struct ChppAppState *appState, in chppWaitForDiscoveryComplete()
280 bool chppDispatchDiscoveryServiceResponse(struct ChppAppState *appState, in chppDispatchDiscoveryServiceResponse()
[all …]
Dtimesync.c53 void chppTimesyncClientInit(struct ChppAppState *appState) { in chppTimesyncClientInit()
71 void chppTimesyncClientDeinit(struct ChppAppState *appState) { in chppTimesyncClientDeinit()
79 void chppTimesyncClientReset(struct ChppAppState *appState) { in chppTimesyncClientReset()
91 bool chppDispatchTimesyncServiceResponse(struct ChppAppState *appState, in chppDispatchTimesyncServiceResponse()
148 bool chppTimesyncMeasureOffset(struct ChppAppState *appState) { in chppTimesyncMeasureOffset()
179 int64_t chppTimesyncGetOffset(struct ChppAppState *appState, in chppTimesyncGetOffset()
202 struct ChppAppState *appState) { in chppTimesyncGetResult()
Dloopback.c56 void chppLoopbackClientInit(struct ChppAppState *appState) { in chppLoopbackClientInit()
72 void chppLoopbackClientDeinit(struct ChppAppState *appState) { in chppLoopbackClientDeinit()
81 bool chppDispatchLoopbackServiceResponse(struct ChppAppState *appState, in chppDispatchLoopbackServiceResponse()
134 struct ChppLoopbackTestResult chppRunLoopbackTest(struct ChppAppState *appState, in chppRunLoopbackTest()
/system/chre/chpp/services/
Ddiscovery.c34 static void chppDiscoveryDiscoverAll(struct ChppAppState *context,
48 struct ChppAppState *context, const struct ChppAppHeader *requestHeader) { in chppDiscoveryDiscoverAll()
82 bool chppDispatchDiscoveryClientRequest(struct ChppAppState *context, in chppDispatchDiscoveryClientRequest()
Dtimesync.c39 static void chppTimesyncGetTime(struct ChppAppState *context, in chppTimesyncGetTime()
63 bool chppDispatchTimesyncClientRequest(struct ChppAppState *context, in chppDispatchTimesyncClientRequest()
/system/chre/chpp/include/chpp/services/
Dwifi.h39 void chppRegisterWifiService(struct ChppAppState *appContext);
46 void chppDeregisterWifiService(struct ChppAppState *appContext);
Dgnss.h39 void chppRegisterGnssService(struct ChppAppState *appContext);
46 void chppDeregisterGnssService(struct ChppAppState *appContext);
Dwwan.h39 void chppRegisterWwanService(struct ChppAppState *appContext);
46 void chppDeregisterWwanService(struct ChppAppState *appContext);
Dnonhandle.h46 void chppDispatchNonHandle(struct ChppAppState *context, uint8_t *buf,
Dtimesync.h42 bool chppDispatchTimesyncClientRequest(struct ChppAppState *context,
/system/chre/chpp/test/
Dapp_test_base.h44 ChppAppState mClientAppContext = {};
48 ChppAppState mServiceAppContext = {};
/system/chre/chpp/platform/
Dpal_api.c70 void chppPalSystemApiInit(struct ChppAppState *context) { in chppPalSystemApiInit()
84 void chppPalSystemApiDeinit(struct ChppAppState *context) { in chppPalSystemApiDeinit()

12