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

/frameworks/base/libs/utils/
H A DResourceTypes.cpp255 const bool notDeviceEndian = htods(0xf0) != 0xf0; local
257 if (copyData || notDeviceEndian) {
268 if (notDeviceEndian) {
336 if (notDeviceEndian) {
387 if (notDeviceEndian) {
1713 const bool notDeviceEndian = htods(0xf0) != 0xf0; local
1719 if (copyData || notDeviceEndian) {

Completed in 31 milliseconds