Home
last modified time | relevance | path

Searched refs:createFakeSharedMemoryData (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVisualQueryDetectionServiceBasicTest.java220 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_testCameraOpen()
251 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_noQuery()
280 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_attentionQueryFinishedLeave()
316 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_audioVisualAttentionQueryStream()
351 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_AccessibilityAttentionQueryStream()
391 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_enableA11ySettingStreamSuccess()
431 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_disableA11ySettingStreamFailure()
464 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_attentionQueryRejectedLeave()
498 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_attentionDoubleQueryFinishedLeave()
534 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_multipleQueryStreamFinish()
[all …]
DHotwordDetectionServiceMultipleDetectorTest.java206 finalVisualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testHotwordDetectionServiceMultipleDetectors_detectHotwordDSPThenVisualQuery()
209 Helper.createFakeSharedMemoryData()); in testHotwordDetectionServiceMultipleDetectors_detectHotwordDSPThenVisualQuery()
257 Helper.createFakeSharedMemoryData()); in testHotwordDetectionServiceMultipleDetectors_detectVisualQueryThenHotwordDSP()
258 finalVisualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testHotwordDetectionServiceMultipleDetectors_detectVisualQueryThenHotwordDSP()
310 Helper.createFakeSharedMemoryData()); in testHotwordDetectionServiceMultipleDetectors_restart_detectVisualQueryThenHotword()
311 finalVisualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testHotwordDetectionServiceMultipleDetectors_restart_detectVisualQueryThenHotword()
DHotwordDetectionServiceBasicTest.java504 Helper.createFakeSharedMemoryData()); in testHotwordDetectionService_processDied_triggerOnError()
535 Helper.createFakeSharedMemoryData()); in testHotwordDetectionService_processDied_triggerOnFailure()
571 Helper.createFakeSharedMemoryData()); in testHotwordDetectionService_softwareDetector_processDied_triggerOnFailure()
603 Helper.createFakeSharedMemoryData()); in testHotwordDetectionService_onDetectFromDspTimeout_triggerOnFailure()
831 Helper.createFakeSharedMemoryData()); in testHotwordDetectionService_createDetectorTwiceQuickly_triggerSuccess()
864 Helper.createFakeSharedMemoryData()); in testHotwordDetectionServiceDspWithAudioEgress()
912 Helper.createFakeSharedMemoryData()); in testHotwordDetectionService_softwareDetectorWithAudioEgress()
950 Helper.createFakeSharedMemoryData()); in testHotwordDetectionService_onDetectFromExternalSourceWithAudioEgress()
1184 persistableBundle, Helper.createFakeSharedMemoryData()); in testHotwordDetectionService_closePipeInWearableHotwordResult_notifiesWearable()
1221 Helper.createFakeSharedMemoryData()); in testHotwordDetectionServiceDspWithAudioEgressWrongCopyBufferSize()
[all …]
DAlwaysOnHotwordDetectorNoDspTest.java188 Helper.createFakeSharedMemoryData(), in testCreateAlwaysOnHotwordDetector_noSTModule_throwsExceptionWhenChangeIdEnabled()
214 Helper.createFakeSharedMemoryData(), in testCreateAlwaysOnHotwordDetector_noSTModule_stateUnavailableWhenChangeIdDisabled()
DHotwordDetectionServiceStressTest.java278 Helper.createFakeSharedMemoryData()); in testHotwordDetectionService_onDetectFromMic_success()
318 Helper.createFakeSharedMemoryData()); in testMultipleDetectors_onDetectFromDspAndMic_success()
DVoiceInteractionServiceTest.java642 Helper.createFakeSharedMemoryData()); in verifyDetectFromDspError()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DBaseVoiceInteractionService.java613 Helper.createFakeSharedMemoryData(), in callCreateAlwaysOnHotwordDetector()
620 Helper.createFakeSharedMemoryData(), in callCreateAlwaysOnHotwordDetector()
653 Helper.createFakeSharedMemoryData(), getDetectorCallbackExecutor(), in callCreateSoftwareHotwordDetector()
658 Helper.createFakeSharedMemoryData(), callback); in callCreateSoftwareHotwordDetector()
678 Helper.createFakeSharedMemoryData(), Executors.newSingleThreadExecutor(), in callCreateVisualQueryDetector()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DHelper.java146 public static SharedMemory createFakeSharedMemoryData() { in createFakeSharedMemoryData() method in Helper