Searched refs:trst (Results 1 – 3 of 3) sorted by relevance
1249 …C_COPY_TRUSTED_DEVICE(p_src, p_dst) {UINT32 trst; for (trst = 0; trst < BTM_SEC_SERVICE_ARRAY_SI…1250 … ((UINT32 *)(p_dst))[trst] = ((UINT32 *)(p_src))[trst];}1253 …e BTM_SEC_CLR_TRUSTED_DEVICE(p_dst) {UINT32 trst; for (trst = 0; trst < BTM_SEC_SERVICE_ARRAY_SI…1254 ((UINT32 *)(p_dst))[trst] = 0;}
257 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition)); in complete() local258 if (trst == NULL) { in complete()262 trst->time = nextTransitionTime; in complete()263 trst->from = curRule; in complete()264 trst->to = nextRule; in complete()265 fHistoricTransitions->addElement(trst, status); in complete()
277 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition)); in complete() local278 if (trst == NULL) { in complete()282 trst->time = nextTransitionTime; in complete()283 trst->from = curRule; in complete()284 trst->to = nextRule; in complete()285 fHistoricTransitions->addElement(trst, status); in complete()