Searched refs:systemstatus (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/sm8150p/gps/core/ |
D | SystemStatusOsObserver.h | 83 inline SystemStatusOsObserver(SystemStatus* systemstatus, const MsgTask* msgTask) : in SystemStatusOsObserver() argument 84 mSystemStatus(systemstatus), mContext(msgTask, this), in SystemStatusOsObserver()
|
/hardware/qcom/sdm845/gps/sdm845/core/ |
D | SystemStatusOsObserver.h | 83 inline SystemStatusOsObserver(SystemStatus* systemstatus, const MsgTask* msgTask) : in SystemStatusOsObserver() argument 84 mSystemStatus(systemstatus), mContext(msgTask, this), in SystemStatusOsObserver()
|
/hardware/qcom/sm7150/gps/core/ |
D | SystemStatusOsObserver.h | 83 inline SystemStatusOsObserver(SystemStatus* systemstatus, const MsgTask* msgTask) : in SystemStatusOsObserver() argument 84 mSystemStatus(systemstatus), mContext(msgTask, this), in SystemStatusOsObserver()
|
/hardware/qcom/sm8150/gps/core/ |
D | SystemStatusOsObserver.h | 83 inline SystemStatusOsObserver(SystemStatus* systemstatus, const MsgTask* msgTask) : in SystemStatusOsObserver() argument 84 mSystemStatus(systemstatus), mContext(msgTask, this), in SystemStatusOsObserver()
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | SystemStatusOsObserver.cpp | 371 SystemStatus* systemstatus = SystemStatus::getInstance(mContext.mMsgTask); in notify() local 372 if(nullptr != systemstatus) { in notify() 373 systemstatus->eventDataItemNotify(di); in notify()
|
/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | GnssAdapter.cpp | 2879 SystemStatus* systemstatus = getSystemStatus(); in getDebugReport() local 2880 if (nullptr == systemstatus) { in getDebugReport() 2885 systemstatus->getReport(reports, true); in getDebugReport() 2979 SystemStatus* systemstatus = getSystemStatus(); in getAgcInformation() local 2981 if (nullptr != systemstatus) { in getAgcInformation() 2983 systemstatus->getReport(reports, true); in getAgcInformation()
|
/hardware/qcom/sm8150p/gps/gnss/ |
D | GnssAdapter.cpp | 4589 SystemStatus* systemstatus = getSystemStatus(); in getDebugReport() local 4590 if (nullptr == systemstatus) { in getDebugReport() 4595 systemstatus->getReport(reports, true); in getDebugReport() 4698 SystemStatus* systemstatus = getSystemStatus(); in getAgcInformation() local 4700 if (nullptr != systemstatus) { in getAgcInformation() 4702 systemstatus->getReport(reports, true); in getAgcInformation() 4752 SystemStatus* systemstatus = getSystemStatus(); in getDataInformation() local 4755 if (nullptr != systemstatus) { in getDataInformation() 4757 systemstatus->getReport(reports, true); in getDataInformation()
|
/hardware/qcom/gps/msm8998/gnss/ |
D | GnssAdapter.cpp | 2768 SystemStatus* systemstatus = LocDualContext::getSystemStatus(); in getDebugReport() local 2769 if (nullptr == systemstatus) { in getDebugReport() 2774 systemstatus->getReport(reports, true); in getDebugReport()
|
/hardware/qcom/sdm845/gps/msm8998/gnss/ |
D | GnssAdapter.cpp | 2775 SystemStatus* systemstatus = LocDualContext::getSystemStatus(); in getDebugReport() local 2776 if (nullptr == systemstatus) { in getDebugReport() 2781 systemstatus->getReport(reports, true); in getDebugReport()
|