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

/system/keymaster/
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.cpp39 static bool is_supported(uint32_t digest) { function in namespace:keymaster
55 } else if (!is_supported(entry.enumerated)) {
H A Dandroid_keymaster_test_utils.cpp703 static bool is_supported(keymaster_digest_t digest) { function in class:keymaster::test::Sha256OnlyWrapper
710 if (!is_supported(static_cast<keymaster_digest_t>(params->params[i].enumerated)))
771 [](keymaster_digest_t digest) { return is_supported(digest); });
/system/nfc/src/nfc/nfc/
H A Dnfc_main.c768 bool is_supported; local
780 is_supported = false;
784 is_supported = true;
786 NFC_TRACE_DEBUG3("[%d]: vs intf_type:0x%x is_supported:%d", xx,
787 p_maps[xx].intf_type, is_supported);
791 is_supported = true;
793 NFC_TRACE_DEBUG4("[%d]: intf_type:%d intf_mask: 0x%x is_supported:%d", xx,
794 p_maps[xx].intf_type, intf_mask, is_supported);
796 if (is_supported)
/system/bt/bta/include/
H A Dbta_ag_api.h428 bool is_supported; member in struct:__anon257
/system/bt/stack/l2cap/
H A Dl2c_utils.cc2399 void l2cu_set_non_flushable_pbf(bool is_supported) { argument
2400 if (is_supported)

Completed in 235 milliseconds