Home
last modified time | relevance | path

Searched defs:stopStreaming (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/
DCameraSharedCaptureSession.java179 public abstract void stopStreaming() throws CameraAccessException; in stopStreaming() method in CameraSharedCaptureSession
/frameworks/base/telephony/java/android/telephony/mbms/vendor/
DIMbmsStreamingService.aidl42 void stopStreaming(int subId, String serviceId); in stopStreaming() method
DMbmsStreamingServiceBase.java269 public void stopStreaming(int subscriptionId, String serviceId) in stopStreaming() method in MbmsStreamingServiceBase
/frameworks/av/camera/ndk/impl/
DACameraCaptureSession.cpp110 camera_status_t ACameraCaptureSession::stopStreaming() { in stopStreaming() function in ACameraCaptureSession
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraSharedCaptureSessionImpl.java85 public void stopStreaming() throws CameraAccessException { in stopStreaming() method in CameraSharedCaptureSessionImpl