Searched refs:is_standalone_device_ (Results 1 – 2 of 2) sorted by relevance
150 is_standalone_device_ = property_get_bool(kDvrStandaloneProperty, false); in Initialize()195 if (is_standalone_device_) in OnBootFinished()258 if (!is_standalone_device_) { in OnPostThreadPaused()577 if (request_display_callback_ && !is_standalone_device_) in SetDisplaySurfaces()762 if (is_standalone_device_) { in PostThread()
473 bool is_standalone_device_; variable