Home
last modified time | relevance | path

Searched defs:typeStr (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/can/1.0/tools/
Dcanhalctrl.cpp140 const std::string typeStr(argv[1]); in main() local
/hardware/qcom/sm7150/gps/core/data-items/
DDataItemConcreteTypesBase.h80 string typeStr = strObj.substr(posDelimit + 1, strObj.length() - posDelimit - 1); in NetworkInfoType() local
/hardware/qcom/sm8150p/gps/core/data-items/
DDataItemConcreteTypesBase.h80 string typeStr = strObj.substr(posDelimit + 1, strObj.length() - posDelimit - 1); in NetworkInfoType() local
/hardware/qcom/sm7250/gps/core/data-items/
DDataItemConcreteTypesBase.h80 string typeStr = strObj.substr(posDelimit + 1, strObj.length() - posDelimit - 1); in NetworkInfoType() local
/hardware/qcom/sm8150/gps/core/data-items/
DDataItemConcreteTypesBase.h80 string typeStr = strObj.substr(posDelimit + 1, strObj.length() - posDelimit - 1); in NetworkInfoType() local
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp6860 int32_t QCameraParameters::setFocusPosition(const char *typeStr, const char *posStr) in setFocusPosition()