/frameworks/av/services/oboeservice/fuzzer/ |
D | oboeservice_fuzzer.cpp | 164 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/ |
D | IAAudioService.aidl | 64 int stopStream(int streamHandle); in stopStream() method
|
/frameworks/av/media/libaaudio/src/binding/ |
D | AAudioBinderAdapter.cpp | 101 aaudio_result_t AAudioBinderAdapter::stopStream(const AAudioHandleInfo& streamHandleInfo) { in stopStream() function in aaudio::AAudioBinderAdapter 106 Status status = mDelegate->stopStream(streamHandleInfo.getHandle(), &result); in stopStream()
|
D | AAudioBinderClient.cpp | 168 aaudio_result_t AAudioBinderClient::stopStream(const AAudioHandleInfo& streamHandleInfo) { in stopStream() function in AAudioBinderClient 172 return service->stopStream(streamHandleInfo); in stopStream()
|
D | AAudioBinderAdapter.h | 49 aaudio_result_t stopStream(const AAudioHandleInfo& streamHandleInfo) override;
|
D | AAudioServiceInterface.h | 77 virtual aaudio_result_t stopStream(const AAudioHandleInfo& streamHandleInfo) = 0;
|
D | AAudioBinderClient.h | 85 aaudio_result_t stopStream(const AAudioHandleInfo& streamHandleInfo) override;
|
/frameworks/av/services/oboeservice/ |
D | AAudioServiceEndpointShared.h | 52 aaudio_result_t stopStream(android::sp<AAudioServiceStreamBase> stream,
|
D | AAudioServiceEndpoint.h | 67 virtual aaudio_result_t stopStream(android::sp<AAudioServiceStreamBase> stream,
|
D | AAudioServiceEndpointMMAP.h | 58 aaudio_result_t stopStream(android::sp<AAudioServiceStreamBase> stream,
|
D | AAudioService.h | 75 binder::Status stopStream(int32_t streamHandle, int32_t* _aidl_return) override;
|
D | AAudioServiceEndpointShared.cpp | 182 aaudio_result_t AAudioServiceEndpointShared::stopStream( in stopStream() function in AAudioServiceEndpointShared
|
D | AAudioServiceStreamBase.cpp | 323 result = endpoint->stopStream(this, mClientHandle); in pause_l() 368 result = endpoint->stopStream(this, mClientHandle); in stop_l()
|
D | AAudioService.cpp | 235 Status AAudioService::stopStream(int32_t streamHandle, int32_t *_aidl_return) { in stopStream() function in AAudioService
|
D | AAudioServiceEndpointMMAP.cpp | 337 aaudio_result_t AAudioServiceEndpointMMAP::stopStream(sp<AAudioServiceStreamBase> /*stream*/, in stopStream() function in AAudioServiceEndpointMMAP
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | StreamingProcessor.h | 75 status_t stopStream();
|
D | StreamingProcessor.cpp | 532 status_t StreamingProcessor::stopStream() { in stopStream() function in android::camera2::StreamingProcessor
|
D | CaptureSequencer.cpp | 588 res = client->stopStream(); in manageStandardCapture()
|
D | ZslProcessor.cpp | 552 res = client->stopStream(); in pushToReprocess()
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | Camera2Client.cpp | 629 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()
|
D | Camera2Client.h | 158 status_t stopStream();
|
/frameworks/av/media/libaaudio/src/client/ |
D | AudioStreamInternal.cpp | 592 result = mServiceInterface.stopStream(mServiceStreamHandleInfo); in requestStop_l()
|