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