/hardware/interfaces/automotive/evs/1.1/vts/functional/ |
D | FrameHandler.cpp | 222 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()
|
D | VtsHalEvsV1_1TargetTest.cpp | 1075 aTargetEvent.aType = EvsEventType::MASTER_RELEASED; in TEST_P() 1102 static_cast<EvsEventType>(aNotification.aType)); in TEST_P() 1120 aTargetEvent.aType = EvsEventType::MASTER_RELEASED; in TEST_P() 1146 static_cast<EvsEventType>(aNotification.aType)); in TEST_P() 1315 aTargetEvent.aType = EvsEventType::PARAMETER_CHANGED; in TEST_P() 1332 aTargetEvent.aType = EvsEventType::PARAMETER_CHANGED; in TEST_P() 1377 static_cast<EvsEventType>(aNotification0.aType)); in TEST_P() 1379 static_cast<EvsEventType>(aNotification1.aType)); in TEST_P() 1435 aTargetEvent.aType = EvsEventType::MASTER_RELEASED; in TEST_P() 1457 static_cast<EvsEventType>(aNotification0.aType)); in TEST_P() [all …]
|
D | FrameHandler.h | 92 const char *eventToString(const EvsEventType aType);
|
D | FrameHandlerUltrasonics.cpp | 39 switch (evsEvent.aType) { in notify()
|
/hardware/interfaces/automotive/evs/aidl/vts/ |
D | FrameHandler.cpp | 250 mLatestEventDesc.aType = event.aType; in notify() 252 if (mLatestEventDesc.aType == EvsEventType::STREAM_STOPPED) { in notify() 255 } else if (mLatestEventDesc.aType == EvsEventType::PARAMETER_CHANGED) { in notify() 259 LOG(DEBUG) << "Received an event " << eventToString(mLatestEventDesc.aType); in notify() 380 found = (mLatestEventDesc.aType == aTargetEvent.aType) && in waitForEvent() 382 aReceivedEvent.aType = mLatestEventDesc.aType; in waitForEvent() 396 const char* FrameHandler::eventToString(const EvsEventType aType) { in eventToString() argument 397 switch (aType) { in eventToString()
|
D | VtsHalEvsTargetTest.cpp | 966 aTargetEvent.aType = EvsEventType::MASTER_RELEASED; in TEST_P() 990 ASSERT_EQ(EvsEventType::MASTER_RELEASED, static_cast<EvsEventType>(aNotification.aType)); in TEST_P() 1005 aTargetEvent.aType = EvsEventType::MASTER_RELEASED; in TEST_P() 1028 ASSERT_EQ(EvsEventType::MASTER_RELEASED, static_cast<EvsEventType>(aNotification.aType)); in TEST_P() 1158 aTargetEvent.aType = EvsEventType::PARAMETER_CHANGED; in TEST_P() 1173 aTargetEvent.aType = EvsEventType::PARAMETER_CHANGED; in TEST_P() 1207 static_cast<EvsEventType>(aNotification0.aType)); in TEST_P() 1209 static_cast<EvsEventType>(aNotification1.aType)); in TEST_P() 1244 aTargetEvent.aType = EvsEventType::MASTER_RELEASED; in TEST_P() 1263 ASSERT_EQ(EvsEventType::MASTER_RELEASED, static_cast<EvsEventType>(aNotification0.aType)); in TEST_P() [all …]
|
D | FrameHandlerUltrasonics.cpp | 48 switch (evsEvent.aType) { in notify()
|
D | FrameHandler.h | 81 const char* eventToString(const ::aidl::android::hardware::automotive::evs::EvsEventType aType);
|
/hardware/qcom/sm7250/gps/android/2.0/ |
D | AGnss.cpp | 51 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/ |
D | AGnss.cpp | 51 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/sm7150/gps/android/2.0/ |
D | AGnss.cpp | 51 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/ |
D | AGnss.cpp | 51 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/ |
D | AGnss.cpp | 51 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.0/ |
D | AGnss.cpp | 51 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/nxp/nfc/snxxx/halimpl/utils/ |
D | phNxpConfig.cc | 147 bool isModified(tNXP_CONF_FILE aType); 148 void resetModified(tNXP_CONF_FILE aType); 794 bool CNfcConfig::isModified(tNXP_CONF_FILE aType) { in isModified() argument 798 ALOGD("isModified enter; conf file type %d", aType); in isModified() 799 switch (aType) { in isModified() 826 switch (aType) { in isModified() 840 void CNfcConfig::resetModified(tNXP_CONF_FILE aType) { in resetModified() argument 843 ALOGD("resetModified enter; conf file type is %d", aType); in resetModified() 844 switch (aType) { in resetModified() 864 switch (aType) { in resetModified()
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/1/android/hardware/automotive/evs/ |
D | EvsEventDesc.aidl | 37 android.hardware.automotive.evs.EvsEventType aType;
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/ |
D | EvsEventDesc.aidl | 37 android.hardware.automotive.evs.EvsEventType aType;
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/ |
D | EvsEventDesc.aidl | 37 android.hardware.automotive.evs.EvsEventType aType;
|
/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/ |
D | EvsEventDesc.aidl | 29 EvsEventType aType;
|
/hardware/interfaces/automotive/evs/aidl/impl/default/src/ |
D | EvsMockCamera.cpp | 270 .aType = EvsEventType::STREAM_STOPPED, in generateFrames()
|
D | EvsVideoEmulatedCamera.cpp | 392 EvsEventDesc event = { .aType = EvsEventType::STREAM_STOPPED, }; in postVideoStreamStop_locked()
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | EvsUltrasonicsArray.cpp | 538 event.aType = EvsEventType::STREAM_STOPPED; in generateDataFrames()
|
D | EvsCamera.cpp | 633 .aType = EvsEventType::STREAM_STOPPED, in generateFrames()
|
/hardware/interfaces/automotive/evs/1.1/ |
D | types.hal | 121 EvsEventType aType;
|