OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addr_prefix
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/gps/core/
LocApiBase.cpp
64
const char
addr_prefix
= 0x91;
local
69
if (data[0] !=
addr_prefix
)
71
LOC_LOGW("decodeAddress: address prefix is not 0x%x but 0x%x",
addr_prefix
, data[0]);
/hardware/qcom/gps/msm8960/core/
LocApiBase.cpp
63
const char
addr_prefix
= 0x91;
local
68
if (data[0] !=
addr_prefix
)
70
LOC_LOGW("decodeAddress: address prefix is not 0x%x but 0x%x",
addr_prefix
, data[0]);
Completed in 200 milliseconds