Home
last modified time | relevance | path

Searched refs:dropping (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.h183 virtual status_t dropBuffers(bool dropping) override;
DCamera3OutputStream.cpp1023 status_t Camera3OutputStream::dropBuffers(bool dropping) { in dropBuffers() argument
1025 mDropBuffers = dropping; in dropBuffers()
DCamera3Device.h222 status_t dropStreamBuffers(bool dropping, int streamId) override;
DCamera3Device.cpp2342 status_t Camera3Device::dropStreamBuffers(bool dropping, int streamId) { in dropStreamBuffers() argument
2352 if (dropping) { in dropStreamBuffers()
2357 return stream->dropBuffers(dropping); in dropStreamBuffers()
/frameworks/base/proto/src/
Dipconnectivity.proto343 // True if the APF program is dropping multicast and broadcast traffic.