Searched refs:curAppId (Results 1 – 1 of 1) sorted by relevance
821 uint64_t appId, vendor, seqId, curAppId; in matchAppId() local826 curAppId = app->hdr.appId; in matchAppId()828 if ((vendor == APP_VENDOR_ANY || vendor == APP_ID_GET_VENDOR(curAppId)) && in matchAppId()829 (seqId == APP_SEQ_ID_ANY || seqId == APP_ID_GET_SEQ_ID(curAppId))) { in matchAppId()