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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp460 const bool notDeviceEndian = htods(0xf0) != 0xf0; local
462 if (copyData || notDeviceEndian) {
473 if (notDeviceEndian) {
548 if (notDeviceEndian) {
599 if (notDeviceEndian) {
3790 const bool notDeviceEndian = htods(0xf0) != 0xf0; local
3797 if (copyData || notDeviceEndian) {

Completed in 71 milliseconds