Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dbufferhub_rpc.h196 bool is_async; member
212 PDX_SERIALIZABLE_MEMBERS(ProducerQueueConfig, is_async, default_width,
224 ProducerQueueConfigBuilder& SetIsAsync(bool is_async) { in SetIsAsync() argument
225 is_async_ = is_async; in SetIsAsync()