Home
last modified time | relevance | path

Searched refs: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
143 const auto type = parseInterfaceType(typeStr); in main()
145 std::cerr << "Invalid interface type: " << typeStr << std::endl; in main()
/hardware/qcom/sm8150/gps/core/data-items/
DDataItemConcreteTypesBase.h80 string typeStr = strObj.substr(posDelimit + 1, strObj.length() - posDelimit - 1); in NetworkInfoType() local
82 stringstream(typeStr) >> type; in NetworkInfoType()
/hardware/qcom/sm8150p/gps/core/data-items/
DDataItemConcreteTypesBase.h80 string typeStr = strObj.substr(posDelimit + 1, strObj.length() - posDelimit - 1); in NetworkInfoType() local
82 stringstream(typeStr) >> type; in NetworkInfoType()
/hardware/qcom/sm7150/gps/core/data-items/
DDataItemConcreteTypesBase.h80 string typeStr = strObj.substr(posDelimit + 1, strObj.length() - posDelimit - 1); in NetworkInfoType() local
82 stringstream(typeStr) >> type; in NetworkInfoType()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.h1010 int32_t setFocusPosition(const char *typeStr, const char *posStr);
DQCameraParameters.cpp6860 int32_t QCameraParameters::setFocusPosition(const char *typeStr, const char *posStr) in setFocusPosition() argument
6862 LOGH(", type:%s, pos: %s", typeStr, posStr); in setFocusPosition()
6863 int32_t type = atoi(typeStr); in setFocusPosition()
6874 updateParamEntry(KEY_QC_MANUAL_FOCUS_POS_TYPE, typeStr); in setFocusPosition()