OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLocAdapterBase
(Results
1 - 5
of
5
) sorted by null
/hardware/qcom/gps/msm8084/core/
LocAdapterProxyBase.h
40
const LocAdapterBase *
mLocAdapterBase
;
44
mLocAdapterBase
(new LocAdapterBase(mask, context, this)) {
47
delete
mLocAdapterBase
;
50
return
mLocAdapterBase
->getContext();
/hardware/qcom/gps/core/
LocAdapterProxyBase.h
40
LocAdapterBase *
mLocAdapterBase
;
44
mLocAdapterBase
(new LocAdapterBase(mask, context, this)) {
47
delete
mLocAdapterBase
;
50
return
mLocAdapterBase
->getContext();
54
mLocAdapterBase
->updateEvtMask(event,isEnabled);
/hardware/qcom/gps/msm8909/core/
LocAdapterProxyBase.h
40
LocAdapterBase *
mLocAdapterBase
;
44
mLocAdapterBase
(new LocAdapterBase(mask, context, this)) {
47
delete
mLocAdapterBase
;
50
return
mLocAdapterBase
->getContext();
54
mLocAdapterBase
->updateEvtMask(event,isEnabled);
/hardware/qcom/gps/msm8994/core/
LocAdapterProxyBase.h
40
LocAdapterBase *
mLocAdapterBase
;
44
mLocAdapterBase
(new LocAdapterBase(mask, context, this)) {
47
delete
mLocAdapterBase
;
50
return
mLocAdapterBase
->getContext();
54
mLocAdapterBase
->updateEvtMask(event,isEnabled);
/hardware/qcom/gps/msm8996/core/
LocAdapterProxyBase.h
40
LocAdapterBase *
mLocAdapterBase
;
44
mLocAdapterBase
(new LocAdapterBase(mask, context, this)) {
47
delete
mLocAdapterBase
;
50
return
mLocAdapterBase
->getContext();
54
mLocAdapterBase
->updateEvtMask(event,isEnabled);
Completed in 5103 milliseconds