Home
last modified time | relevance | path

Searched defs:ignore (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/gps/core/
DSystemStatus.h90 inline virtual bool ignore() { return false; }; in ignore() function
206 inline bool ignore() override { return 0 == mRecErrorRecovery; }; in ignore() function
/hardware/qcom/sm7250/gps/core/
DSystemStatus.h90 inline virtual bool ignore() { return false; }; in ignore() function
206 inline bool ignore() override { return 0 == mRecErrorRecovery; }; in ignore() function
/hardware/qcom/sm7150/gps/core/
DSystemStatus.h90 inline virtual bool ignore() { return false; }; in ignore() function
206 inline bool ignore() override { return 0 == mRecErrorRecovery; }; in ignore() function
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp747 XMLElement *ignore = providerCfg->FirstChildElement("ignore"); in loadFromCfg() local