OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prn
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/location/java/android/location/
GpsStatus.java
151
int
prn
= prns[i] - 1;
local
152
int prnShift = (1 <<
prn
);
153
if (
prn
>= 0 &&
prn
< mSatellites.length) {
154
GpsSatellite satellite = mSatellites[
prn
];
/hardware/libhardware/include/hardware/
gps.h
274
int
prn
;
member in struct:__anon31104
Completed in 60 milliseconds