OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deleteReprocessStream
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/services/camera/libcameraservice/common/
CameraDeviceBase.h
149
virtual status_t
deleteReprocessStream
(int id) = 0;
/frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.cpp
159
res = device->
deleteReprocessStream
(mZslReprocessStreamId);
236
res = device->
deleteReprocessStream
(mZslReprocessStreamId);
/frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.h
70
virtual status_t
deleteReprocessStream
(int id);
Camera2Device.cpp
393
status_t Camera2Device::
deleteReprocessStream
(int id) {
[
all
...]
/frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h
117
virtual status_t
deleteReprocessStream
(int id);
Camera3Device.cpp
[
all
...]
Completed in 4425 milliseconds