Home
last modified time | relevance | path

Searched refs:stopVideoStream (Results 1 – 18 of 18) sorted by relevance

/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/
DIEvsCamera.aidl240 void stopVideoStream(); in stopVideoStream() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/
DIEvsCamera.aidl53 void stopVideoStream(); in stopVideoStream() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/
DIEvsCamera.aidl53 void stopVideoStream(); in stopVideoStream() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/1/android/hardware/automotive/evs/
DIEvsCamera.aidl53 void stopVideoStream(); in stopVideoStream() method
/hardware/interfaces/automotive/evs/1.0/default/
DEvsCamera.h46 Return<void> stopVideoStream() override;
DEvsCamera.cpp83 stopVideoStream(); in forceShutdown()
212 Return<void> EvsCamera::stopVideoStream() { in stopVideoStream() function in android::hardware::automotive::evs::V1_0::implementation::EvsCamera
/hardware/interfaces/automotive/evs/1.0/
DIEvsCamera.hal55 * including new image frame ready until stopVideoStream() is called.
83 stopVideoStream();
DIEvsCameraStream.hal29 * to IEvsCamera::stopVideoStream(), this callback may continue to happen for
/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DEvsCamera.h52 ndk::ScopedAStatus stopVideoStream() override;
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsCamera.cpp196 ndk::ScopedAStatus EvsCamera::stopVideoStream() { in stopVideoStream() function in aidl::android::hardware::automotive::evs::implementation::EvsCamera
277 stopVideoStream(); in shutdown()
/hardware/interfaces/automotive/evs/1.1/
DIEvsCameraStream.hal32 * to IEvsCamera::stopVideoStream(), this callback may continue to happen for
DIEvsCamera.hal56 * Like stopVideoStream(), events may continue to arrive for some time
/hardware/interfaces/automotive/evs/1.1/default/
DEvsCamera.h41 Return<void> stopVideoStream() override;
DEvsCamera.cpp76 stopVideoStream(); in forceShutdown()
178 Return<void> EvsCamera::stopVideoStream() { in stopVideoStream() function in android::hardware::automotive::evs::V1_1::implementation::EvsCamera
/hardware/interfaces/automotive/evs/1.0/vts/functional/
DFrameHandler.cpp72 mCamera->stopVideoStream(); in asyncStopStream()
/hardware/interfaces/automotive/evs/aidl/impl/default/tests/
DEvsCameraStateTest.cpp188 evsCam->stopVideoStream(); in TEST()
/hardware/interfaces/automotive/evs/1.1/vts/functional/
DFrameHandler.cpp74 mCamera->stopVideoStream(); in asyncStopStream()
/hardware/interfaces/automotive/evs/aidl/vts/
DFrameHandler.cpp123 mCamera->stopVideoStream(); in asyncStopStream()