Home
last modified time | relevance | path

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

/system/chre/chpp/
Dservices.c91 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/
Dservices.h50 #define chppAllocServiceRequestFixed(serviceState, type) \ argument
63 #define chppAllocServiceRequestTypedArray(serviceState, type, count, \ argument
/system/chre/chpp/test/
Dapp_req_resp_test.cpp248 enum ChppAppErrorCode serviceDispatchRequest(void *serviceState, uint8_t *buf, in serviceDispatchRequest()
258 enum ChppAppErrorCode serviceDispatchResponse(void *serviceState, uint8_t *buf, in serviceDispatchResponse()
Dapp_discovery_test.cpp123 void serviceNotifyReset(void *serviceState) { in serviceNotifyReset()
Dapp_notification_test.cpp146 enum ChppAppErrorCode serviceDispatchNotification(void *serviceState, in serviceDispatchNotification()
Dapp_timeout_test.cpp98 void ValidateServiceStateAndReqState(struct ChppEndpointState *serviceState, in ValidateServiceStateAndReqState()