Home
last modified time | relevance | path

Searched refs:setSidebandStream (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp296 layerHook<decltype(&Layer::setSidebandStream), in doGetFunction()
297 &Layer::setSidebandStream, const native_handle_t*>); in doGetFunction()
1576 Error EmuHWC2::Layer::setSidebandStream(const native_handle_t* stream) { in setSidebandStream() function in android::EmuHWC2::Layer
DEmuHWC2.h414 HWC2::Error setSidebandStream(const native_handle_t* stream);
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.h551 HWC2::Error setSidebandStream(const native_handle_t* stream);
DHWC2.cpp313 layerHook<decltype(&Layer::setSidebandStream), in doGetFunction()
314 &Layer::setSidebandStream, const native_handle_t*>); in doGetFunction()
2154 Error CfHWC2::Layer::setSidebandStream(const native_handle_t* stream) { in setSidebandStream() function in android::CfHWC2::Layer