Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libvrflinger/
Dvr_flinger.cpp44 if (persistent_vr_state_callback_.get()) { in ~VrFlinger()
49 persistent_vr_state_callback_); in ~VrFlinger()
122 persistent_vr_state_callback_ = in OnBootFinished()
125 persistent_vr_state_callback_); in OnBootFinished()
/frameworks/native/libs/vr/libvrflinger/include/dvr/
Dvr_flinger.h62 sp<PersistentVrStateCallback> persistent_vr_state_callback_; variable