Home
last modified time | relevance | path

Searched refs:postHostEndpointDisconnected (Results 1 – 4 of 4) sorted by relevance

/system/chre/test/simulation/
Dhost_endpoint_notification_test.cc111 getHostEndpointManager().postHostEndpointDisconnected(kHostEndpointId); in TEST_F()
138 getHostEndpointManager().postHostEndpointDisconnected(kHostEndpointId); in TEST_F()
140 getHostEndpointManager().postHostEndpointDisconnected(kHostEndpointId); in TEST_F()
/system/chre/core/include/chre/core/
Dhost_endpoint_manager.h45 void postHostEndpointDisconnected(uint16_t hostEndpointId);
/system/chre/core/
Dhost_endpoint_manager.cc116 void HostEndpointManager::postHostEndpointDisconnected( in postHostEndpointDisconnected() function in chre::HostEndpointManager
/system/chre/platform/shared/
Dhost_protocol_chre.cc178 .postHostEndpointDisconnected(disconnectedMessage->host_endpoint()); in decodeMessageFromHost()