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.cc110 getHostEndpointManager().postHostEndpointDisconnected(kHostEndpointId); in TEST_F()
137 getHostEndpointManager().postHostEndpointDisconnected(kHostEndpointId); in TEST_F()
139 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.cc169 .postHostEndpointDisconnected(disconnectedMessage->host_endpoint()); in decodeMessageFromHost()