Searched defs:hostCon (Results 1 - 1 of 1) sorted by relevance

/device/generic/goldfish-opengl/system/gralloc/
H A Dgralloc.cpp302 HostConnection *hostCon = HostConnection::get(); \
303 ExtendedRCEncoderContext *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
306 HostConnection *hostCon = HostConnection::get(); \
307 if (!hostCon) { \
311 ExtendedRCEncoderContext *rcEnc = hostCon->rcEncoder(); \
652 if (hostCon && rcEnc) {
818 hostCon->flush();
861 hostCon->flush();
1322 HostConnection *hostCon local
[all...]

Completed in 137 milliseconds