Home
last modified time | relevance | path

Searched refs:sendTestResultToHost (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/chre/apps/test/common/chre_audio_concurrency_test/src/
H A Dchre_audio_concurrency_test_manager.cc31 using test_shared::sendTestResultToHost;
80 sendTestResultToHost(hostEndpointId, kTestResultMessageType, in handleTestCommandMessage()
136 sendTestResultToHost(hostData->hostEndpoint, kTestResultMessageType, in handleMessageFromHost()
164 sendTestResultToHost(mTestSession->hostEndpointId, kTestResultMessageType, in handleTimer()
215 sendTestResultToHost(mTestSession->hostEndpointId, kTestResultMessageType, in handleAudioDataEvent()
234 sendTestResultToHost(mTestSession->hostEndpointId, in handleAudioDataEvent()
/aosp12/system/chre/apps/test/common/chre_settings_test/inc/
H A Dchre_settings_test_util.h26 void sendTestResultToHost(uint16_t hostEndpointId, bool success);
/aosp12/system/chre/apps/test/common/shared/inc/
H A Dsend_message.h30 void sendTestResultToHost(uint16_t hostEndpointId, uint32_t messageType,
/aosp12/system/chre/apps/test/common/chre_settings_test/src/
H A Dchre_settings_test_util.cc33 void sendTestResultToHost(uint16_t hostEndpointId, bool success) { in sendTestResultToHost() function
H A Dchre_settings_test_manager.cc219 sendTestResultToHost(hostData->hostEndpoint, false /* success */); in handleMessageFromHost()
574 sendTestResultToHost(hostEndpointId, success); in sendTestResult()
/aosp12/system/chre/apps/test/common/ping_test/src/
H A Dping_test.cc62 test_shared::sendTestResultToHost( in handleMessageFromHost()
/aosp12/system/chre/apps/test/common/shared/src/
H A Dsend_message.cc89 void sendTestResultToHost(uint16_t hostEndpointId, uint32_t messageType, in sendTestResultToHost() function