Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_deleter.h32 void dvrHwcClientDestroy(DvrHwcClient* client);
54 void operator()(DvrHwcClient* p) { dvrHwcClientDestroy(p); } in operator()
Ddvr_hardware_composer_client.h28 void dvrHwcClientDestroy(DvrHwcClient* client);
/frameworks/native/libs/vr/libdvr/
Ddvr_hardware_composer_client.cpp102 void dvrHwcClientDestroy(DvrHwcClient* client) { in dvrHwcClientDestroy() function