Searched defs:is_supported (Results 1 - 6 of 6) sorted by relevance

/system/keymaster/legacy_support/
H A Dec_keymaster1_key.cpp37 static bool is_supported(uint32_t digest) { function in namespace:keymaster
51 } else if (!is_supported(entry.enumerated)) {
H A Drsa_keymaster1_key.cpp36 static bool is_supported(uint32_t digest) { function in namespace:keymaster
52 } else if (!is_supported(entry.enumerated)) {
/system/nfc/src/nfc/nfc/
H A Dnfc_main.cc823 bool is_supported; local
835 is_supported = false;
839 is_supported = true;
842 << StringPrintf("[%d]: vs intf_type:0x%x is_supported:%d", xx,
843 p_maps[xx].intf_type, is_supported);
847 is_supported = true;
850 << StringPrintf("[%d]: intf_type:%d intf_mask: 0x%x is_supported:%d",
851 xx, p_maps[xx].intf_type, intf_mask, is_supported);
853 if (is_supported)
/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.cpp735 static bool is_supported(keymaster_digest_t digest) { function in class:keymaster::test::Sha256OnlyWrapper
742 if (!is_supported(static_cast<keymaster_digest_t>(params->params[i].enumerated)))
803 [](keymaster_digest_t digest) { return is_supported(digest); });
/system/bt/bta/include/
H A Dbta_ag_api.h439 bool is_supported; member in struct:__anon223
/system/bt/stack/l2cap/
H A Dl2c_utils.cc2407 void l2cu_set_non_flushable_pbf(bool is_supported) { argument
2408 if (is_supported)

Completed in 197 milliseconds