Searched refs:osExtAppInfoByIndex (Results 1 – 3 of 3) sorted by relevance
183 bool osExtAppInfoByIndex(uint32_t appIdx, uint64_t *appId, uint32_t *appVer, uint32_t *appSize);
1464 bool osExtAppInfoByIndex(uint32_t appIdx, uint64_t *appId, uint32_t *appVer, uint32_t *appSize) in osExtAppInfoByIndex() function
1171 if (osExtAppInfoByIndex(le32toh(req->idx), &appId, &appVer, &appSize)) { in halLegacyQueryApps()