/aosp12/hardware/interfaces/automotive/sv/1.0/vts/functional/ |
H A D | VtsHalSurroundViewV1_0TargetTest.cpp | 103 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 D | oboeservice_fuzzer.cpp | 161 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 D | AAudioBinderAdapter.cpp | 88 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 D | AAudioBinderClient.cpp | 174 aaudio_result_t AAudioBinderClient::stopStream(aaudio_handle_t streamHandle) { in stopStream() function in AAudioBinderClient 178 return service->stopStream(streamHandle); in stopStream()
|
H A D | AAudioBinderAdapter.h | 49 aaudio_result_t stopStream(aaudio_handle_t streamHandle) override;
|
H A D | AAudioServiceInterface.h | 74 virtual aaudio_result_t stopStream(aaudio_handle_t streamHandle) = 0;
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/source/ |
H A D | TsStreamer.java | 44 void stopStream(); in stopStream() method
|
H A D | TunerTsStreamerManager.java | 94 streamer.stopStream(); in createDataSource() 118 streamer.stopStream(); in releaseDataSource()
|
H A D | TsDataSourceManager.java | 115 streamer.stopStream(); in releaseDataSource()
|
/aosp12/frameworks/av/media/libaaudio/src/binding/aidl/aaudio/ |
H A D | IAAudioService.aidl | 64 int stopStream(int streamHandle); in stopStream() method
|
/aosp12/frameworks/av/services/oboeservice/ |
H A D | AAudioServiceEndpointShared.h | 53 aaudio_result_t stopStream(android::sp<AAudioServiceStreamBase> stream,
|
H A D | AAudioServiceEndpointMMAP.h | 58 aaudio_result_t stopStream(android::sp<AAudioServiceStreamBase> stream,
|
H A D | AAudioServiceEndpoint.h | 65 virtual aaudio_result_t stopStream(android::sp<AAudioServiceStreamBase> stream,
|
/aosp12/hardware/interfaces/bluetooth/audio/2.0/ |
H A D | IBluetoothAudioPort.hal | 56 stopStream(); 68 * not reset until stopStream() is called. If the software data path is
|
/aosp12/packages/services/Car/cpp/evs/sampleDriver/ |
H A D | VideoCapture.h | 35 void stopStream();
|
/aosp12/hardware/interfaces/automotive/sv/1.0/default/ |
H A D | SurroundView2dSession.h | 48 Return<void> stopStream() override;
|
H A D | SurroundView3dSession.h | 48 Return<void> stopStream() override;
|
/aosp12/packages/services/Car/cpp/evs/manager/1.1/emul/ |
H A D | VideoCapture.cpp | 187 stopStream(); in ~VideoCapture() 293 void VideoCapture::stopStream() { in stopStream() function in android::automotive::evs::V1_1::implementation::VideoCapture
|
H A D | VideoCapture.h | 78 void stopStream();
|
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/ |
H A D | StreamingProcessor.h | 75 status_t stopStream();
|
/aosp12/frameworks/av/services/camera/libcameraservice/api1/ |
H A D | Camera2Client.cpp | 588 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 D | EvsUltrasonicsArray.cpp | 166 stopStream(); in forceShutdown() 290 Return<void> EvsUltrasonicsArray::stopStream() { in stopStream() function in android::hardware::automotive::evs::V1_1::implementation::EvsUltrasonicsArray
|
H A D | EvsUltrasonicsArray.h | 55 Return<void> stopStream() override;
|
/aosp12/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/ |
H A D | VtsHalBluetoothA2dpV1_0TargetTest.cpp | 84 Return<void> stopStream() override { return Void(); }; in stopStream() function in BluetoothA2dpHidlTest::BluetoothAudioHost
|
/aosp12/hardware/interfaces/automotive/sv/1.0/ |
H A D | ISurroundViewSession.hal | 43 stopStream();
|