Home
last modified time | relevance | path

Searched defs:streamCallback (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/
DCarEvsServiceUnitTest.java494 EvsStreamCallbackImpl streamCallback = new EvsStreamCallbackImpl(); in testTransitionFromUnavailableToActive() local
510 EvsStreamCallbackImpl streamCallback = new EvsStreamCallbackImpl(); in testTransitionFromInactiveToActive() local
545 EvsStreamCallbackImpl streamCallback = new EvsStreamCallbackImpl(); in testTransitionFromRequestedToActive() local
574 EvsStreamCallbackImpl streamCallback = new EvsStreamCallbackImpl(); in testTransitionFromActiveToActive() local
639 EvsStreamCallbackImpl streamCallback = new EvsStreamCallbackImpl(); in testTransitionFromActiveToRequested() local
842 EvsStreamCallbackImpl streamCallback = new EvsStreamCallbackImpl(); in testStartActivityFromActiveState() local
858 EvsStreamCallbackImpl streamCallback = new EvsStreamCallbackImpl(); in testStartActivityFromRequestedState() local
874 EvsStreamCallbackImpl streamCallback = new EvsStreamCallbackImpl(); in testRequestDifferentServiceInRequestedState() local
1049 EvsStreamCallbackImpl streamCallback = new EvsStreamCallbackImpl(); in testRequestSurroundView() local
1060 EvsStreamCallbackImpl streamCallback = new EvsStreamCallbackImpl(); in testRequestRearviewButNoHal() local
/aosp_15_r20/external/oboe/include/oboe/
H A DAudioStreamBuilder.h517 AudioStreamBuilder *setCallback(AudioStreamCallback *streamCallback) { in setCallback()