Searched refs:sendTestResult (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/chre/apps/test/common/chre_settings_test/src/ |
H A D | chre_settings_test_manager.cc | 229 sendTestResult(hostEndpointId, true /* success */); in handleStartTestMessage() 244 sendTestResult(hostEndpointId, false /* success */); in handleStartTestMessage() 406 sendTestResult(mTestSession->hostEndpointId, success); in handleWifiAsyncResult() 414 sendTestResult(mTestSession->hostEndpointId, false /* success */); in handleWifiScanResult() 468 sendTestResult(mTestSession->hostEndpointId, success); in handleGnssAsyncResult() 490 sendTestResult(mTestSession->hostEndpointId, success); in handleWwanCellInfoResult() 543 sendTestResult(mTestSession->hostEndpointId, success); in handleAudioSourceStatusEvent() 562 sendTestResult(mTestSession->hostEndpointId, success); in handleAudioDataEvent() 570 sendTestResult(mTestSession->hostEndpointId, true /*success*/); in handleTimeout() 573 void Manager::sendTestResult(uint16_t hostEndpointId, bool success) { in sendTestResult() function in chre::settings_test::Manager
|
/aosp12/system/chre/apps/test/pts/audio_enable_disable_test/src/ |
H A D | audio_enable_disable_test.cc | 65 void sendTestResult(uint16_t hostEndpointId, bool success) { in sendTestResult() function 125 sendTestResult(gHostEndpointId, success); in handleMessageFromHost() 152 sendTestResult(gHostEndpointId, success); in handleAudioDataEvent() 166 sendTestResult(gHostEndpointId, success); in handleTimer()
|
/aosp12/system/chre/apps/test/common/chre_settings_test/inc/ |
H A D | chre_settings_test_manager.h | 166 void sendTestResult(uint16_t hostEndpointId, bool success);
|