/hardware/interfaces/broadcastradio/common/utils1x/ |
D | Utils.cpp | 48 return hasId(a, type) && hasId(b, type); in bothHaveId() 53 return hasId(a, type) || hasId(b, type); in anyHaveId() 146 bool hasId(const ProgramSelector& sel, const IdentifierType type) { in hasId() function 162 if (!hasId(sel, type)) return defval; in getId() 204 if (subChannelOut && hasId(sel, IdentifierType::HD_SUBCHANNEL)) { in getLegacyChannel()
|
/hardware/interfaces/broadcastradio/common/utils2x/ |
D | Utils.cpp | 96 return hasId(a, type) && hasId(b, type); in bothHaveId() 156 bool hasId(const ProgramSelector& sel, const IdentifierType type) { in hasId() function 172 if (!hasId(sel, type)) return defval; in getId() 194 if (hasId(sel, getType(idType))) return true; in isSupported()
|
/hardware/interfaces/broadcastradio/common/utils1x/include/broadcastradio-utils-1x/ |
D | Utils.h | 52 bool hasId(const V1_1::ProgramSelector& sel, const V1_1::IdentifierType type);
|
/hardware/interfaces/broadcastradio/1.1/default/ |
D | Tuner.cpp | 300 if (!utils::hasId(sel, IdentifierType::DAB_SIDECC)) return Result::INVALID_ARGUMENTS; in tuneByProgramSelector() 302 if (!utils::hasId(sel, IdentifierType::DRMO_SERVICE_ID)) return Result::INVALID_ARGUMENTS; in tuneByProgramSelector() 304 if (!utils::hasId(sel, IdentifierType::SXM_SERVICE_ID)) return Result::INVALID_ARGUMENTS; in tuneByProgramSelector()
|
/hardware/interfaces/broadcastradio/2.0/default/ |
D | TunerSession.cpp | 181 if (!utils::hasId(mCurrentProgram, IdentifierType::AMFM_FREQUENCY)) { in step() 304 if (!utils::hasId(mCurrentProgram, IdentifierType::AMFM_FREQUENCY)) return {}; in getAmFmRangeLocked()
|
/hardware/qcom/sm7150/gps/location/ |
D | LocationAPIClientBase.cpp | 414 if (mSessionBiDict.hasId(id)) { in locAPIStartSession() 477 if (mSessionBiDict.hasId(id)) { in locAPIStopSession() 510 if (mSessionBiDict.hasId(id)) { in locAPIUpdateSessionOptions() 602 if (mSessionBiDict.hasId(id)) { in locAPIGetBatchedLocations()
|
D | LocationAPIClientBase.h | 304 bool hasId(uint32_t id) { in hasId() function
|
/hardware/qcom/sm8150/gps/location/ |
D | LocationAPIClientBase.cpp | 435 if (mSessionBiDict.hasId(id)) { in locAPIStartSession() 498 if (mSessionBiDict.hasId(id)) { in locAPIStopSession() 531 if (mSessionBiDict.hasId(id)) { in locAPIUpdateSessionOptions() 623 if (mSessionBiDict.hasId(id)) { in locAPIGetBatchedLocations()
|
D | LocationAPIClientBase.h | 309 bool hasId(uint32_t id) { in hasId() function
|
/hardware/qcom/sm8150p/gps/location/ |
D | LocationAPIClientBase.cpp | 414 if (mSessionBiDict.hasId(id)) { in locAPIStartSession() 477 if (mSessionBiDict.hasId(id)) { in locAPIStopSession() 510 if (mSessionBiDict.hasId(id)) { in locAPIUpdateSessionOptions() 602 if (mSessionBiDict.hasId(id)) { in locAPIGetBatchedLocations()
|
D | LocationAPIClientBase.h | 304 bool hasId(uint32_t id) { in hasId() function
|
/hardware/qcom/sdm845/gps/sdm845/location/ |
D | LocationAPIClientBase.cpp | 414 if (mSessionBiDict.hasId(id)) { in locAPIStartSession() 477 if (mSessionBiDict.hasId(id)) { in locAPIStopSession() 510 if (mSessionBiDict.hasId(id)) { in locAPIUpdateSessionOptions() 602 if (mSessionBiDict.hasId(id)) { in locAPIGetBatchedLocations()
|
D | LocationAPIClientBase.h | 301 bool hasId(uint32_t id) { in hasId() function
|
/hardware/qcom/sm7250/gps/location/ |
D | LocationAPIClientBase.cpp | 435 if (mSessionBiDict.hasId(id)) { in locAPIStartSession() 498 if (mSessionBiDict.hasId(id)) { in locAPIStopSession() 531 if (mSessionBiDict.hasId(id)) { in locAPIUpdateSessionOptions() 623 if (mSessionBiDict.hasId(id)) { in locAPIGetBatchedLocations()
|
/hardware/qcom/gps/msm8909w_3100/location/ |
D | LocationAPIClientBase.cpp | 385 if (mSessionBiDict.hasId(id)) { in locAPIStartSession() 438 if (mSessionBiDict.hasId(id)) { in locAPIStopSession() 474 if (mSessionBiDict.hasId(id)) { in locAPIUpdateSessionOptions()
|
D | LocationAPIClientBase.h | 277 bool hasId(uint32_t id) { in hasId() function
|
/hardware/qcom/sdm845/gps/msm8998/location/ |
D | LocationAPIClientBase.h | 165 bool hasId(uint32_t id) { in hasId() function
|
/hardware/qcom/gps/msm8998/location/ |
D | LocationAPIClientBase.h | 165 bool hasId(uint32_t id) { in hasId() function
|