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

/frameworks/base/core/java/android/net/
H A DNetworkStats.java144 public boolean isNegative() { method in class:NetworkStats.Entry
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp1304 bool isNegative = (degreex10000 < 0); local
1305 char sign = isNegative? '-': '+';
1329 bool isNegative = (degreex10000 < 0); local
1330 char sign = isNegative? '-': '+';

Completed in 71 milliseconds