Searched refs:aType (Results 1 – 14 of 14) sorted by relevance
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() argument385 switch (aType) { in eventToString()
1068 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 …]
92 const char *eventToString(const EvsEventType aType);
39 switch (evsEvent.aType) { in notify()
51 V2_0::IAGnssCallback::AGnssType aType; in statusCb() local56 aType = IAGnssCallback::AGnssType::SUPL; in statusCb()59 aType = IAGnssCallback::AGnssType::SUPL_EIMS; in statusCb()88 auto r = mAGnssCbIface->agnssStatusCb(aType, aStatus); in statusCb()
51 V2_0::IAGnssCallback::AGnssType aType; in statusCb() local59 aType = IAGnssCallback::AGnssType::SUPL; in statusCb()62 aType = IAGnssCallback::AGnssType::SUPL_EIMS; in statusCb()91 auto r = mAGnssCbIface->agnssStatusCb(aType, aStatus); in statusCb()
140 bool isModified(tNXP_CONF_FILE aType);141 void resetModified(tNXP_CONF_FILE aType);789 bool CNfcConfig::isModified(tNXP_CONF_FILE aType) { in isModified() argument793 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() argument838 ALOGD("resetModified enter; conf file type is %d", aType); in resetModified()839 switch (aType) { in resetModified()859 switch (aType) { in resetModified()
539 event.aType = EvsEventType::STREAM_STOPPED; in generateDataFrames()
579 event.aType = EvsEventType::STREAM_STOPPED; in generateFrames()
121 EvsEventType aType;