Home
last modified time | relevance | path

Searched refs:stopStream (Results 1 – 25 of 52) sorted by relevance

123

/aosp12/hardware/interfaces/automotive/sv/1.0/vts/functional/
H A DVtsHalSurroundViewV1_0TargetTest.cpp103 surroundView2dSession->stopStream(); in TEST_P()
135 surroundView2dSession->stopStream(); in TEST_P()
163 surroundView2dSession->stopStream(); in TEST_P()
180 surroundView2dSession->stopStream(); in TEST_P()
224 surroundView2dSession->stopStream(); in TEST_P()
291 surroundView2dSession->stopStream(); in TEST_P()
343 surroundView2dSession->stopStream(); in TEST_P()
415 surroundView2dSession->stopStream(); in TEST_P()
458 surroundView2dSession->stopStream(); in TEST_P()
508 surroundView3dSession->stopStream(); in TEST_P()
[all …]
/aosp12/frameworks/av/services/oboeservice/fuzzer/
H A Doboeservice_fuzzer.cpp161 aaudio_result_t stopStream(aaudio_handle_t streamHandle) override;
298 aaudio_result_t FuzzAAudioClient::stopStream(aaudio_handle_t streamHandle) { in stopStream() function in FuzzAAudioClient
303 return service->stopStream(streamHandle); in stopStream()
417 mClient->stopStream(stream); in process()
/aosp12/frameworks/av/media/libaaudio/src/binding/
H A DAAudioBinderAdapter.cpp88 aaudio_result_t AAudioBinderAdapter::stopStream(aaudio_handle_t streamHandle) { in stopStream() function in aaudio::AAudioBinderAdapter
90 Status status = mDelegate->stopStream(streamHandle, &result); in stopStream()
H A DAAudioBinderClient.cpp174 aaudio_result_t AAudioBinderClient::stopStream(aaudio_handle_t streamHandle) { in stopStream() function in AAudioBinderClient
178 return service->stopStream(streamHandle); in stopStream()
H A DAAudioBinderAdapter.h49 aaudio_result_t stopStream(aaudio_handle_t streamHandle) override;
H A DAAudioServiceInterface.h74 virtual aaudio_result_t stopStream(aaudio_handle_t streamHandle) = 0;
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/source/
H A DTsStreamer.java44 void stopStream(); in stopStream() method
H A DTunerTsStreamerManager.java94 streamer.stopStream(); in createDataSource()
118 streamer.stopStream(); in releaseDataSource()
H A DTsDataSourceManager.java115 streamer.stopStream(); in releaseDataSource()
/aosp12/frameworks/av/media/libaaudio/src/binding/aidl/aaudio/
H A DIAAudioService.aidl64 int stopStream(int streamHandle); in stopStream() method
/aosp12/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpointShared.h53 aaudio_result_t stopStream(android::sp<AAudioServiceStreamBase> stream,
H A DAAudioServiceEndpointMMAP.h58 aaudio_result_t stopStream(android::sp<AAudioServiceStreamBase> stream,
H A DAAudioServiceEndpoint.h65 virtual aaudio_result_t stopStream(android::sp<AAudioServiceStreamBase> stream,
/aosp12/hardware/interfaces/bluetooth/audio/2.0/
H A DIBluetoothAudioPort.hal56 stopStream();
68 * not reset until stopStream() is called. If the software data path is
/aosp12/packages/services/Car/cpp/evs/sampleDriver/
H A DVideoCapture.h35 void stopStream();
/aosp12/hardware/interfaces/automotive/sv/1.0/default/
H A DSurroundView2dSession.h48 Return<void> stopStream() override;
H A DSurroundView3dSession.h48 Return<void> stopStream() override;
/aosp12/packages/services/Car/cpp/evs/manager/1.1/emul/
H A DVideoCapture.cpp187 stopStream(); in ~VideoCapture()
293 void VideoCapture::stopStream() { in stopStream() function in android::automotive::evs::V1_1::implementation::VideoCapture
H A DVideoCapture.h78 void stopStream();
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.h75 status_t stopStream();
/aosp12/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp588 res = stopStream(); in setPreviewWindowL()
845 res = mStreamingProcessor->stopStream(); in startPreviewL()
982 res = stopStream(); in stopPreviewL()
1127 res = mStreamingProcessor->stopStream(); in startRecordingL()
1146 res = mStreamingProcessor->stopStream(); in startRecordingL()
1191 res = mStreamingProcessor->stopStream(); in startRecordingL()
1273 res = stopStream(); in stopRecording()
2000 status_t Camera2Client::stopStream() { in stopStream() function in android::Camera2Client
2001 return mStreamingProcessor->stopStream(); in stopStream()
/aosp12/hardware/interfaces/automotive/evs/1.1/default/
H A DEvsUltrasonicsArray.cpp166 stopStream(); in forceShutdown()
290 Return<void> EvsUltrasonicsArray::stopStream() { in stopStream() function in android::hardware::automotive::evs::V1_1::implementation::EvsUltrasonicsArray
H A DEvsUltrasonicsArray.h55 Return<void> stopStream() override;
/aosp12/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/
H A DVtsHalBluetoothA2dpV1_0TargetTest.cpp84 Return<void> stopStream() override { return Void(); }; in stopStream() function in BluetoothA2dpHidlTest::BluetoothAudioHost
/aosp12/hardware/interfaces/automotive/sv/1.0/
H A DISurroundViewSession.hal43 stopStream();

123