OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lengthBytes
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java
293
int
lengthBytes
= input.length;
294
int lengthSeptets = (
lengthBytes
* 8) / 7;
301
if (
lengthBytes
% 7 == 0) {
302
if (
lengthBytes
> 0) {
303
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/base/telephony/java/com/android/internal/telephony/gsm/
SmsMessage.java
531
int
lengthBytes
= 2 + (addressLength + 1) / 2;
533
ret = new GsmSmsAddress(pdu, cur,
lengthBytes
);
535
cur +=
lengthBytes
;
[
all
...]
Completed in 150 milliseconds