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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp334 const bool notDeviceEndian = htods(0xf0) != 0xf0; local
336 if (copyData || notDeviceEndian) {
347 if (notDeviceEndian) {
420 if (notDeviceEndian) {
471 if (notDeviceEndian) {
2805 const bool notDeviceEndian = htods(0xf0) != 0xf0; local
2811 if (copyData || notDeviceEndian) {

Completed in 74 milliseconds