Searched refs:dropStreamBuffers (Results 1 – 5 of 5) sorted by relevance
385 virtual status_t dropStreamBuffers(bool /*dropping*/, int /*streamId*/) = 0;
578 client->getCameraDevice()->dropStreamBuffers(true, client->getPreviewStreamId()); in manageStandardCapture()
195 status_t dropStreamBuffers(bool dropping, int streamId) override;
2607 status_t Camera3Device::dropStreamBuffers(bool dropping, int streamId) { in dropStreamBuffers() function in android::Camera3Device
897 mDevice->dropStreamBuffers(false, getPreviewStreamId()); in startPreviewL()