Searched refs:is_standalone_device_ (Results 1 – 2 of 2) sorted by relevance
144 is_standalone_device_ = property_get_bool(kDvrStandaloneProperty, false); in Initialize()182 if (is_standalone_device_) in OnBootFinished()244 if (!is_standalone_device_) { in OnPostThreadPaused()561 if (request_display_callback_ && !is_standalone_device_) in SetDisplaySurfaces()746 if (is_standalone_device_) { in PostThread()
463 bool is_standalone_device_; variable