HomeSort by relevance Sort by last modified time
    Searched refs:lengthBytes (Results 1 - 4 of 4) sorted by null

  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 290 int lengthBytes = input.length;
291 int lengthSeptets = (lengthBytes * 8) / 7;
298 if (lengthBytes % 7 == 0) {
299 if (lengthBytes > 0) {
300 if ((input[lengthBytes - 1] >> 1) == PADDING_CHAR) {
  /external/quake/quake/src/WinQuake/
snd_android.cpp 376 void SNDDMA_ReportWrite(size_t lengthBytes) {
705 void SNDDMA_ReportWrite(size_t lengthBytes) {
711 gAvailableBytes += lengthBytes;
snd_mix.cpp 44 extern void SNDDMA_ReportWrite(size_t lengthBytes);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsMessage.java 552 int lengthBytes = 2 + (addressLength + 1) / 2;
555 ret = new GsmSmsAddress(mPdu, mCur, lengthBytes);
561 mCur += lengthBytes;
    [all...]

Completed in 87 milliseconds