/system/chre/chpp/include/chpp/clients/ |
D | timesync.h | 66 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);
|
D | discovery.h | 40 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);
|
D | loopback.h | 60 void chppLoopbackClientInit(struct ChppAppState *appState); 67 void chppLoopbackClientDeinit(struct ChppAppState *appState); 77 bool chppDispatchLoopbackServiceResponse(struct ChppAppState *appState, 86 struct ChppLoopbackTestResult chppRunLoopbackTest(struct ChppAppState *appState,
|
D | gnss.h | 43 void chppRegisterGnssClient(struct ChppAppState *appContext); 50 void chppDeregisterGnssClient(struct ChppAppState *appContext);
|
D | wifi.h | 43 void chppRegisterWifiClient(struct ChppAppState *appContext); 50 void chppDeregisterWifiClient(struct ChppAppState *appContext);
|
D | wwan.h | 43 void chppRegisterWwanClient(struct ChppAppState *appContext); 50 void chppDeregisterWwanClient(struct ChppAppState *appContext);
|
/system/chre/chpp/ |
D | app.c | 49 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 …]
|
D | clients.c | 55 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()
|
D | services.c | 43 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/ |
D | clients.h | 71 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);
|
D | services.h | 101 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,
|
D | app.h | 369 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);
|
D | pal_api.h | 31 void chppPalSystemApiInit(struct ChppAppState *context); 38 void chppPalSystemApiDeinit(struct ChppAppState *context);
|
/system/chre/chpp/clients/ |
D | discovery.c | 39 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 …]
|
D | timesync.c | 53 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()
|
D | loopback.c | 56 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/ |
D | discovery.c | 34 static void chppDiscoveryDiscoverAll(struct ChppAppState *context, 48 struct ChppAppState *context, const struct ChppAppHeader *requestHeader) { in chppDiscoveryDiscoverAll() 82 bool chppDispatchDiscoveryClientRequest(struct ChppAppState *context, in chppDispatchDiscoveryClientRequest()
|
D | timesync.c | 39 static void chppTimesyncGetTime(struct ChppAppState *context, in chppTimesyncGetTime() 63 bool chppDispatchTimesyncClientRequest(struct ChppAppState *context, in chppDispatchTimesyncClientRequest()
|
/system/chre/chpp/include/chpp/services/ |
D | wifi.h | 39 void chppRegisterWifiService(struct ChppAppState *appContext); 46 void chppDeregisterWifiService(struct ChppAppState *appContext);
|
D | gnss.h | 39 void chppRegisterGnssService(struct ChppAppState *appContext); 46 void chppDeregisterGnssService(struct ChppAppState *appContext);
|
D | wwan.h | 39 void chppRegisterWwanService(struct ChppAppState *appContext); 46 void chppDeregisterWwanService(struct ChppAppState *appContext);
|
D | nonhandle.h | 46 void chppDispatchNonHandle(struct ChppAppState *context, uint8_t *buf,
|
D | timesync.h | 42 bool chppDispatchTimesyncClientRequest(struct ChppAppState *context,
|
/system/chre/chpp/test/ |
D | app_test_base.h | 44 ChppAppState mClientAppContext = {}; 48 ChppAppState mServiceAppContext = {};
|
/system/chre/chpp/platform/ |
D | pal_api.c | 70 void chppPalSystemApiInit(struct ChppAppState *context) { in chppPalSystemApiInit() 84 void chppPalSystemApiDeinit(struct ChppAppState *context) { in chppPalSystemApiDeinit()
|