Searched defs:chain (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dkeymaster_defs.h326 KM_VERIFIED_BOOT_VERIFIED = 0, /* Full chain of trust extending from the bootloader to
601 inline void keymaster_free_cert_chain(keymaster_cert_chain_t* chain) { argument
602 if (chain) {
603 for (size_t i = 0; i < chain->entry_count; ++i) {
604 free((uint8_t*)chain->entries[i].data);
605 chain->entries[i].data = NULL;
606 chain->entries[i].data_length = 0;
608 free(chain->entries);
609 chain->entries = NULL;
610 chain
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h1769 #define WL_PHY_PAVARS_LEN 32 /* Phy type, Band range, chain, a1[0], b0[0], b1[0] ... */
1779 uint16 chain; member in struct:wl_pavars2
1953 /* values to force tx/rx chain */
2317 * chain without adjustment
2730 uint8 est_Pout[4]; /* Latest tx power out estimate per RF chain */
2731 uint8 est_Pout_act[4]; /* Latest tx power out estimate per RF chain w/o adjustment */
2764 uint8 est_Pout[4]; /* Latest tx power out estimate per RF chain */
2765 uint8 est_Pout_act[4]; /* Latest tx power out estimate per RF chain
2779 int8 offset[WL_NUM_TXCHAIN_MAX]; /* quarter dBm signed offset for each chain */
3262 uint32 chainedsz1; /* number of chain siz
[all...]

Completed in 1234 milliseconds