Home
last modified time | relevance | path

Searched refs:temp8 (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
DFrameTimestamps.cpp607 uint8_t temp8 = 0; in unflatten() local
608 FlattenableUtils::read(buffer, size, temp8); in unflatten()
609 mAddPostCompositeCalled = static_cast<bool>(temp8); in unflatten()
610 FlattenableUtils::read(buffer, size, temp8); in unflatten()
611 mAddReleaseCalled = static_cast<bool>(temp8); in unflatten()
/frameworks/av/media/mtp/
DMtpProperty.cpp131 uint8_t temp8; in read() local
136 if (!packet.getUInt8(temp8)) return false; in read()
137 mWriteable = (temp8 == 1); in read()