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.cpp43 if (persistent_vr_state_callback_.get()) { in ~VrFlinger()
48 persistent_vr_state_callback_); in ~VrFlinger()
111 persistent_vr_state_callback_ = in OnBootFinished()
114 persistent_vr_state_callback_); in OnBootFinished()
/frameworks/native/libs/vr/libvrflinger/include/dvr/
Dvr_flinger.h63 sp<PersistentVrStateCallback> persistent_vr_state_callback_; variable