Searched refs:haveFence (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libmedia/
H A DIOMX.cpp1171 bool haveFence = data.readInt32(); local
1172 int fenceFd = haveFence ? ::dup(data.readFileDescriptor()) : -1;
1188 bool haveFence = data.readInt32(); local
1189 int fenceFd = haveFence ? ::dup(data.readFileDescriptor()) : -1;
1272 int haveFence = data.readInt32(); local
1273 if (haveFence < 0) { // we use -1 to mark end of messages
1278 msg.fenceFd = haveFence ? ::dup(data.readFileDescriptor()) : -1;

Completed in 1599 milliseconds