Searched defs:serviceState (Results 1 – 6 of 6) sorted by relevance
| /system/chre/chpp/ |
| D | services.c | 91 struct ChppEndpointState *serviceState, in chppRegisterService() 140 struct ChppEndpointState *serviceState, size_t len) { in chppAllocServiceRequest() 146 struct ChppEndpointState *serviceState, uint16_t command) { in chppAllocServiceRequestCommand() 157 struct ChppEndpointState *serviceState, in chppServiceSendTimestampedRequestOrFail() 165 struct ChppEndpointState *serviceState, in chppServiceSendTimestampedRequestAndWait() 172 struct ChppEndpointState *serviceState, in chppServiceSendTimestampedRequestAndWaitTimeout() 188 void chppServiceCloseOpenRequests(struct ChppEndpointState *serviceState, in chppServiceCloseOpenRequests()
|
| /system/chre/chpp/include/chpp/ |
| D | services.h | 50 #define chppAllocServiceRequestFixed(serviceState, type) \ argument 63 #define chppAllocServiceRequestTypedArray(serviceState, type, count, \ argument
|
| /system/chre/chpp/test/ |
| D | app_req_resp_test.cpp | 248 enum ChppAppErrorCode serviceDispatchRequest(void *serviceState, uint8_t *buf, in serviceDispatchRequest() 258 enum ChppAppErrorCode serviceDispatchResponse(void *serviceState, uint8_t *buf, in serviceDispatchResponse()
|
| D | app_discovery_test.cpp | 123 void serviceNotifyReset(void *serviceState) { in serviceNotifyReset()
|
| D | app_notification_test.cpp | 146 enum ChppAppErrorCode serviceDispatchNotification(void *serviceState, in serviceDispatchNotification()
|
| D | app_timeout_test.cpp | 98 void ValidateServiceStateAndReqState(struct ChppEndpointState *serviceState, in ValidateServiceStateAndReqState()
|