Home
last modified time | relevance | path

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

/system/chre/test/simulation/
Dhost_endpoint_notification_test.cc101 ASSERT_TRUE(getHostEndpointManager().getHostEndpointInfo(kHostEndpointId, in TEST_F()
121 .getHostEndpointInfo(kHostEndpointId, &retrievedInfo)); in TEST_F()
126 ASSERT_FALSE(getHostEndpointManager().getHostEndpointInfo(kHostEndpointId, in TEST_F()
/system/chre/core/include/chre/core/
Dhost_endpoint_manager.h55 bool getHostEndpointInfo(uint16_t hostEndpointId,
/system/chre/core/
Dhost_endpoint_manager.cc88 bool HostEndpointManager::getHostEndpointInfo( in getHostEndpointInfo() function in chre::HostEndpointManager
/system/chre/platform/shared/
Dchre_api_core.cc223 .getHostEndpointInfo(hostEndpointId, info); in chreGetHostEndpointInfo()