Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/fuzzer/
Doboeservice_fuzzer.cpp164 aaudio_result_t stopStream(const AAudioHandleInfo& streamHandleInfo) override;
306 aaudio_result_t FuzzAAudioClient::stopStream(const AAudioHandleInfo& streamHandleInfo) { in stopStream() function in FuzzAAudioClient
311 return service->stopStream(streamHandleInfo); in stopStream()
425 mClient->stopStream(streamHandleInfo); in process()
/frameworks/av/media/libaaudio/src/binding/aidl/aaudio/
DIAAudioService.aidl64 int stopStream(int streamHandle); in stopStream() method
/frameworks/av/media/libaaudio/src/binding/
DAAudioBinderAdapter.cpp101 aaudio_result_t AAudioBinderAdapter::stopStream(const AAudioHandleInfo& streamHandleInfo) { in stopStream() function in aaudio::AAudioBinderAdapter
106 Status status = mDelegate->stopStream(streamHandleInfo.getHandle(), &result); in stopStream()
DAAudioBinderClient.cpp168 aaudio_result_t AAudioBinderClient::stopStream(const AAudioHandleInfo& streamHandleInfo) { in stopStream() function in AAudioBinderClient
172 return service->stopStream(streamHandleInfo); in stopStream()
DAAudioBinderAdapter.h49 aaudio_result_t stopStream(const AAudioHandleInfo& streamHandleInfo) override;
DAAudioServiceInterface.h77 virtual aaudio_result_t stopStream(const AAudioHandleInfo& streamHandleInfo) = 0;
DAAudioBinderClient.h85 aaudio_result_t stopStream(const AAudioHandleInfo& streamHandleInfo) override;
/frameworks/av/services/oboeservice/
DAAudioServiceEndpointShared.h52 aaudio_result_t stopStream(android::sp<AAudioServiceStreamBase> stream,
DAAudioServiceEndpoint.h67 virtual aaudio_result_t stopStream(android::sp<AAudioServiceStreamBase> stream,
DAAudioServiceEndpointMMAP.h58 aaudio_result_t stopStream(android::sp<AAudioServiceStreamBase> stream,
DAAudioService.h75 binder::Status stopStream(int32_t streamHandle, int32_t* _aidl_return) override;
DAAudioServiceEndpointShared.cpp182 aaudio_result_t AAudioServiceEndpointShared::stopStream( in stopStream() function in AAudioServiceEndpointShared
DAAudioServiceStreamBase.cpp323 result = endpoint->stopStream(this, mClientHandle); in pause_l()
368 result = endpoint->stopStream(this, mClientHandle); in stop_l()
DAAudioService.cpp235 Status AAudioService::stopStream(int32_t streamHandle, int32_t *_aidl_return) { in stopStream() function in AAudioService
DAAudioServiceEndpointMMAP.cpp337 aaudio_result_t AAudioServiceEndpointMMAP::stopStream(sp<AAudioServiceStreamBase> /*stream*/, in stopStream() function in AAudioServiceEndpointMMAP
/frameworks/av/services/camera/libcameraservice/api1/client2/
DStreamingProcessor.h75 status_t stopStream();
DStreamingProcessor.cpp532 status_t StreamingProcessor::stopStream() { in stopStream() function in android::camera2::StreamingProcessor
DCaptureSequencer.cpp588 res = client->stopStream(); in manageStandardCapture()
DZslProcessor.cpp552 res = client->stopStream(); in pushToReprocess()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp629 res = stopStream(); in setPreviewWindowL()
886 res = mStreamingProcessor->stopStream(); in startPreviewL()
1023 res = stopStream(); in stopPreviewL()
1168 res = mStreamingProcessor->stopStream(); in startRecordingL()
1187 res = mStreamingProcessor->stopStream(); in startRecordingL()
1232 res = mStreamingProcessor->stopStream(); in startRecordingL()
1314 res = stopStream(); in stopRecording()
2051 status_t Camera2Client::stopStream() { in stopStream() function in android::Camera2Client
2052 return mStreamingProcessor->stopStream(); in stopStream()
DCamera2Client.h158 status_t stopStream();
/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.cpp592 result = mServiceInterface.stopStream(mServiceStreamHandleInfo); in requestStop_l()