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

  /system/chre/util/nanoapp/
debug.cc 35 size_t offsetChars = 0;
50 offsetChars += static_cast<size_t>(
51 snprintf(&lineChars[offsetChars], sizeof(lineChars) - offsetChars,
56 offsetChars = 0;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 392 char[] offsetChars = offsetString.toCharArray();
393 header.write((offsetChars[1] - 0x30) << 4 | 0x40 | (offsetChars[0] - 0x30));
396 char[] offsetChars = offsetString.toCharArray();
397 header.write((offsetChars[1] - 0x30) << 4 | (offsetChars[0] - 0x30));
    [all...]

Completed in 164 milliseconds