Home
last modified time | relevance | path

Searched refs:idVal (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/broadcastradio/common/utilsaidl/src/
DUtils.cpp677 long idVal; in parseProgramIdentifierList() local
678 if (!parseArgLong(idStrPair[1], &idVal)) { in parseProgramIdentifierList()
681 ProgramIdentifier id = {getType(idType), idVal}; in parseProgramIdentifierList()
/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.cpp88 int64_t idVal = strtol(serviceDescriptor.c_str() + slashIdx2 + 1, &endPtr, 10); in parseProviderName() local
98 if (idVal < 0) { in parseProviderName()
99 ADD_FAILURE() << "id is negative: " << serviceDescriptor.c_str() << idVal; in parseProviderName()
104 *id = static_cast<uint32_t>(idVal); in parseProviderName()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp311 long idVal = strtol(name.c_str() + slashIdx + 1, &endPtr, 10); in parseProviderName() local
321 if (idVal < 0) { in parseProviderName()
322 ADD_FAILURE() << "id is negative: " << name.c_str() << idVal; in parseProviderName()
327 *id = static_cast<uint32_t>(idVal); in parseProviderName()