Home
last modified time | relevance | path

Searched refs:aType (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/automotive/evs/1.1/vts/functional/
DFrameHandler.cpp222 mLatestEventDesc.aType = event.aType; in notify()
225 if (mLatestEventDesc.aType == EvsEventType::STREAM_STOPPED) { in notify()
228 } else if (mLatestEventDesc.aType == EvsEventType::PARAMETER_CHANGED) { in notify()
232 ALOGD("Received an event %s", eventToString(mLatestEventDesc.aType)); in notify()
364 found = (mLatestEventDesc.aType == aTargetEvent.aType) && in waitForEvent()
368 aReceivedEvent.aType = mLatestEventDesc.aType; in waitForEvent()
384 const char *FrameHandler::eventToString(const EvsEventType aType) { in eventToString() argument
385 switch (aType) { in eventToString()
DVtsHalEvsV1_1TargetTest.cpp1068 aTargetEvent.aType = EvsEventType::MASTER_RELEASED; in TEST_P()
1095 static_cast<EvsEventType>(aNotification.aType)); in TEST_P()
1113 aTargetEvent.aType = EvsEventType::MASTER_RELEASED; in TEST_P()
1139 static_cast<EvsEventType>(aNotification.aType)); in TEST_P()
1308 aTargetEvent.aType = EvsEventType::PARAMETER_CHANGED; in TEST_P()
1325 aTargetEvent.aType = EvsEventType::PARAMETER_CHANGED; in TEST_P()
1370 static_cast<EvsEventType>(aNotification0.aType)); in TEST_P()
1372 static_cast<EvsEventType>(aNotification1.aType)); in TEST_P()
1428 aTargetEvent.aType = EvsEventType::MASTER_RELEASED; in TEST_P()
1450 static_cast<EvsEventType>(aNotification0.aType)); in TEST_P()
[all …]
DFrameHandler.h92 const char *eventToString(const EvsEventType aType);
DFrameHandlerUltrasonics.cpp39 switch (evsEvent.aType) { in notify()
/hardware/qcom/sm8150/gps/android/2.0/
DAGnss.cpp51 V2_0::IAGnssCallback::AGnssType aType; in statusCb() local
56 aType = IAGnssCallback::AGnssType::SUPL; in statusCb()
59 aType = IAGnssCallback::AGnssType::SUPL_EIMS; in statusCb()
88 auto r = mAGnssCbIface->agnssStatusCb(aType, aStatus); in statusCb()
/hardware/qcom/sm8150/gps/android/2.1/
DAGnss.cpp51 V2_0::IAGnssCallback::AGnssType aType; in statusCb() local
59 aType = IAGnssCallback::AGnssType::SUPL; in statusCb()
62 aType = IAGnssCallback::AGnssType::SUPL_EIMS; in statusCb()
91 auto r = mAGnssCbIface->agnssStatusCb(aType, aStatus); in statusCb()
/hardware/qcom/sm8150p/gps/android/2.0/
DAGnss.cpp51 V2_0::IAGnssCallback::AGnssType aType; in statusCb() local
56 aType = IAGnssCallback::AGnssType::SUPL; in statusCb()
59 aType = IAGnssCallback::AGnssType::SUPL_EIMS; in statusCb()
88 auto r = mAGnssCbIface->agnssStatusCb(aType, aStatus); in statusCb()
/hardware/qcom/sm7250/gps/android/2.0/
DAGnss.cpp51 V2_0::IAGnssCallback::AGnssType aType; in statusCb() local
56 aType = IAGnssCallback::AGnssType::SUPL; in statusCb()
59 aType = IAGnssCallback::AGnssType::SUPL_EIMS; in statusCb()
88 auto r = mAGnssCbIface->agnssStatusCb(aType, aStatus); in statusCb()
/hardware/qcom/sm7150/gps/android/2.0/
DAGnss.cpp51 V2_0::IAGnssCallback::AGnssType aType; in statusCb() local
56 aType = IAGnssCallback::AGnssType::SUPL; in statusCb()
59 aType = IAGnssCallback::AGnssType::SUPL_EIMS; in statusCb()
88 auto r = mAGnssCbIface->agnssStatusCb(aType, aStatus); in statusCb()
/hardware/qcom/sm7250/gps/android/2.1/
DAGnss.cpp51 V2_0::IAGnssCallback::AGnssType aType; in statusCb() local
59 aType = IAGnssCallback::AGnssType::SUPL; in statusCb()
62 aType = IAGnssCallback::AGnssType::SUPL_EIMS; in statusCb()
91 auto r = mAGnssCbIface->agnssStatusCb(aType, aStatus); in statusCb()
/hardware/nxp/nfc/snxxx/halimpl/utils/
DphNxpConfig.cc140 bool isModified(tNXP_CONF_FILE aType);
141 void resetModified(tNXP_CONF_FILE aType);
789 bool CNfcConfig::isModified(tNXP_CONF_FILE aType) { in isModified() argument
793 ALOGD("isModified enter; conf file type %d", aType); in isModified()
794 switch (aType) { in isModified()
821 switch (aType) { in isModified()
835 void CNfcConfig::resetModified(tNXP_CONF_FILE aType) { in resetModified() argument
838 ALOGD("resetModified enter; conf file type is %d", aType); in resetModified()
839 switch (aType) { in resetModified()
859 switch (aType) { in resetModified()
/hardware/interfaces/automotive/evs/1.1/default/
DEvsUltrasonicsArray.cpp539 event.aType = EvsEventType::STREAM_STOPPED; in generateDataFrames()
DEvsCamera.cpp579 event.aType = EvsEventType::STREAM_STOPPED; in generateFrames()
/hardware/interfaces/automotive/evs/1.1/
Dtypes.hal121 EvsEventType aType;