Searched refs:CompareQueryDeviceParams (Results 1 – 1 of 1) sorted by relevance
696 static bool CompareQueryDeviceParams(const QueryDeviceParams *params, const TrustedDeviceEntry *ent… in CompareQueryDeviceParams() function730 if ((entry != NULL) && (*entry != NULL) && (CompareQueryDeviceParams(params, *entry))) { in QueryDeviceEntryPtrIfMatch()1045 if ((entry == NULL) || (*entry == NULL) || (!CompareQueryDeviceParams(params, *entry))) { in DelTrustedDevice()1108 if ((entry == NULL) || (*entry == NULL) || (!CompareQueryDeviceParams(params, *entry))) { in QueryDevices()