summaryrefslogtreecommitdiff
path: root/host-common/RefcountPipe.h
diff options
context:
space:
mode:
authorGurchetan Singh <gurchetansingh@chromium.org>2022-03-17 13:13:40 -0700
committerGurchetan Singh <gurchetansingh@google.com>2022-03-17 17:40:53 -0700
commitda84145011df1f2eb3bedee0fb8d52f1a0c13c7c (patch)
tree97d1380bd040be1fbdef71ed95077eb2b81689f4 /host-common/RefcountPipe.h
parentf3ad88958ab7ba213362ef4485c1aaebbe7611b0 (diff)
downloadvulkan-cereal-da84145011df1f2eb3bedee0fb8d52f1a0c13c7c.tar.gz
vulkan-cereal: plumb AndroidPipeFlags to AndroidPipe creation
- Useful for next patch. BUG=202552093 TEST=run Cuttlefish Change-Id: Ia6aca323ffa39e8739ac49325cca71981ab54caa
Diffstat (limited to 'host-common/RefcountPipe.h')
-rw-r--r--host-common/RefcountPipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host-common/RefcountPipe.h b/host-common/RefcountPipe.h
index 6956bd58..28e926b9 100644
--- a/host-common/RefcountPipe.h
+++ b/host-common/RefcountPipe.h
@@ -29,7 +29,7 @@ public:
class Service final : public AndroidPipe::Service {
public:
Service();
- AndroidPipe* create(void* hwPipe, const char* args) override;
+ AndroidPipe* create(void* hwPipe, const char* args, enum AndroidPipeFlags flags) override;
AndroidPipe* load(void* hwPipe,
const char* args,
android::base::Stream* stream) override;