| /system/chre/platform/shared/ |
| D | chre_api_msg.cc | 31 DLL_EXPORT bool chreMsgGetEndpointInfo(uint64_t hubId, uint64_t endpointId, in chreMsgGetEndpointInfo() 45 DLL_EXPORT bool chreMsgConfigureEndpointReadyEvents(uint64_t hubId, in chreMsgConfigureEndpointReadyEvents() 64 uint64_t hubId, const char *serviceDescriptor, bool enable) { in chreMsgConfigureServiceReadyEvents() 110 DLL_EXPORT bool chreMsgSessionOpenAsync(uint64_t hubId, uint64_t endpointId, in chreMsgSessionOpenAsync()
|
| /system/chre/host/hal_generic/common/ |
| D | generic_context_hub_base.h | 151 Return<Result> registerCallback(uint32_t hubId, in registerCallback() 162 uint32_t hubId, const sp<IContextHubCallbackWrapperBase> &cb) { in registerCallbackCommon() 190 Return<Result> sendMessageToHub(uint32_t hubId, in sendMessageToHub() 206 Return<Result> loadNanoApp(uint32_t hubId, const NanoAppBinary &appBinary, in loadNanoApp() 230 Return<Result> unloadNanoApp(uint32_t hubId, uint64_t appId, in unloadNanoApp() 264 Return<Result> queryApps(uint32_t hubId) override { in queryApps() 386 uint32_t hubId = static_cast<uint32_t>(cookie); in serviceDied() local 406 void handleServiceDeath(uint32_t hubId) { in handleServiceDeath()
|
| D | context_hub_v4_impl.cc | 425 int64_t hubId = 0; in onOpenEndpointSessionRequest() local 456 int64_t hubId = 0; in onEndpointSessionOpened() local 475 int64_t hubId = 0; in onEndpointSessionClosed() local 492 int64_t hubId = 0; in onEndpointSessionMessage() local 509 int64_t hubId = 0; in onEndpointSessionMessageDeliveryStatus() local
|
| D | host_protocol_host_v4.cc | 201 const ::chre::fbs::OpenEndpointSessionRequestT &msg, int64_t &hubId, in decodeOpenEndpointSessionRequest() 215 const ::chre::fbs::EndpointSessionOpenedT &msg, int64_t &hubId, in decodeEndpointSessionOpened() 222 const ::chre::fbs::EndpointSessionClosedT &msg, int64_t &hubId, in decodeEndpointSessionClosed() 230 const ::chre::fbs::EndpointSessionMessageT &msg, int64_t &hubId, in decodeEndpointSessionMessage() 243 int64_t &hubId, uint16_t &sessionId, AidlMessageDeliveryStatus &status) { in decodeEndpointSessionMessageDeliveryStatus()
|
| D | message_hub_manager.h | 212 int64_t hubId; member
|
| D | multi_client_context_hub_base.cc | 63 bool isValidContextHubId(uint32_t hubId) { in isValidContextHubId()
|
| /system/chre/chre_api/include/chre_api/chre/ |
| D | msg.h | 256 uint64_t hubId; member 324 uint64_t hubId; member 399 uint64_t hubId; member 410 uint64_t hubId; member
|
| /system/chre/core/ |
| D | host_message_hub_manager.cc | 121 MessageHubId hubId, const EndpointInfo &info, in registerEndpoint() 132 void HostMessageHubManager::unregisterEndpoint(MessageHubId hubId, in unregisterEndpoint() 144 void HostMessageHubManager::openSession(MessageHubId hubId, in openSession() 164 void HostMessageHubManager::ackSession(MessageHubId hubId, in ackSession() 176 void HostMessageHubManager::closeSession(MessageHubId hubId, in closeSession() 187 void HostMessageHubManager::sendMessage(MessageHubId hubId, SessionId sessionId, in sendMessage()
|
| D | chre_message_hub_manager.cc | 148 bool ChreMessageHubManager::getEndpointInfo(MessageHubId hubId, in getEndpointInfo() 170 uint16_t nanoappInstanceId, EndpointId fromEndpointId, MessageHubId hubId, in configureReadyEvents() 775 MessageHubId hubId, in disableReadyEvents()
|
| /system/chre/host/hal_generic/V1_2/ |
| D | generic_context_hub_v1_2.cc | 71 uint32_t hubId, const sp<IContexthubCallback> &cb) { in registerCallback_1_2()
|
| /system/chre/platform/shared/nanoapp/ |
| D | nanoapp_support_lib_dso.cc | 633 bool chreMsgGetEndpointInfo(uint64_t hubId, uint64_t endpointId, in chreMsgGetEndpointInfo() 640 bool chreMsgConfigureEndpointReadyEvents(uint64_t hubId, uint64_t endpointId, in chreMsgConfigureEndpointReadyEvents() 647 bool chreMsgConfigureServiceReadyEvents(uint64_t hubId, in chreMsgConfigureServiceReadyEvents() 669 bool chreMsgSessionOpenAsync(uint64_t hubId, uint64_t endpointId, in chreMsgSessionOpenAsync()
|