/hardware/google/pixel/vibrator/cs40l25/tests/ |
D | test-vibrator.cpp | 319 Sequence s1, s2, s3; in TEST_F() local 324 EXPECT_CALL(*mMockApi, setDuration(Ge(duration))).InSequence(s3).WillOnce(Return(true)); in TEST_F() 325 EXPECT_CALL(*mMockApi, setActivate(true)).InSequence(s1, s2, s3).WillOnce(Return(true)); in TEST_F()
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1068 DSSubscriber s3(locEng->ds_nif, mID); in proc() local 1069 if(locEng->ds_nif->unsubscribeRsrc((Subscriber*)&s3)) { in proc()
|
/hardware/qcom/sdm845/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1068 DSSubscriber s3(locEng->ds_nif, mID); in proc() local 1069 if(locEng->ds_nif->unsubscribeRsrc((Subscriber*)&s3)) { in proc()
|
/hardware/interfaces/identity/support/tests/ |
D | cppbor_test.cpp | 210 const char* s3 = "hello"; in TEST() local 213 EXPECT_EQ("\x65\x68\x65\x6c\x6c\x6f"s, details::makeItem(s3)->toString()); in TEST()
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1168 DSSubscriber s3(locEng->ds_nif, mID); in proc() local 1169 if (locEng->ds_nif->unsubscribeRsrc((Subscriber*)&s3)) { in proc()
|
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1171 DSSubscriber s3(locEng->ds_nif, mID); in proc() local 1172 if (locEng->ds_nif->unsubscribeRsrc((Subscriber*)&s3)) { in proc()
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1181 DSSubscriber s3(locEng->ds_nif, mID); in proc() local 1182 if (locEng->ds_nif->unsubscribeRsrc((Subscriber*)&s3)) { in proc()
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1169 DSSubscriber s3(locEng->ds_nif, mID); in proc() local 1170 if (locEng->ds_nif->unsubscribeRsrc((Subscriber*)&s3)) { in proc()
|
/hardware/qcom/sdm845/gps/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1170 DSSubscriber s3(locEng->ds_nif, mID); in proc() local 1171 if (locEng->ds_nif->unsubscribeRsrc((Subscriber*)&s3)) { in proc()
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1171 DSSubscriber s3(locEng->ds_nif, mID); in proc() local 1172 if (locEng->ds_nif->unsubscribeRsrc((Subscriber*)&s3)) { in proc()
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1170 DSSubscriber s3(locEng->ds_nif, mID); in proc() local 1171 if (locEng->ds_nif->unsubscribeRsrc((Subscriber*)&s3)) { in proc()
|
/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1168 DSSubscriber s3(locEng->ds_nif, mID); in proc() local 1169 if (locEng->ds_nif->unsubscribeRsrc((Subscriber*)&s3)) { in proc()
|
/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1181 DSSubscriber s3(locEng->ds_nif, mID); in proc() local 1182 if (locEng->ds_nif->unsubscribeRsrc((Subscriber*)&s3)) { in proc()
|
/hardware/qcom/sm8150/gps/gnss/ |
D | GnssAdapter.cpp | 6628 string s3 = "NUMBER_OF_ROWS_"; in reportGnssAntennaInformation() local 6629 s3 += to_string(i); in reportGnssAntennaInformation() 6642 { s3.c_str(), &numberOfRows, NULL, 'n' }, in reportGnssAntennaInformation() 6697 string s3 = "SIGNAL_GAIN_CORRECTION_" + to_string(i) + "_ROW_"; in reportGnssAntennaInformation() local 6698 s3 += to_string(j); in reportGnssAntennaInformation() 6704 { s3.c_str(), &sigGainCorrStr, NULL, 's' }, in reportGnssAntennaInformation()
|