Searched refs:supported (Results 1 - 7 of 7) sorted by relevance

/system/keymaster/
H A Doperation.cpp25 bool OperationFactory::supported(keymaster_padding_t padding) const { function in class:keymaster::OperationFactory
34 bool OperationFactory::supported(keymaster_block_mode_t block_mode) const { function in class:keymaster::OperationFactory
43 bool OperationFactory::supported(keymaster_digest_t digest) const { function in class:keymaster::OperationFactory
95 } else if (!supported(*padding)) {
96 LOG_E("Padding mode %d not supported", *padding);
120 } else if (!supported(*digest)) {
121 LOG_E("Digest %d not supported", *digest);
H A Doperation.h73 bool supported(keymaster_padding_t padding) const;
74 bool supported(keymaster_block_mode_t padding) const;
75 bool supported(keymaster_digest_t padding) const;
H A Dandroid_keymaster.cpp79 // specific modes, padding, etc. are supported for that key type, and AndroidKeymaster also has
136 const T* supported = (factory->*get_supported_method)(&count); local
137 response->SetResults(supported, count);
H A Daes_operation.cpp99 } else if (!supported(block_mode)) {
100 LOG_E("Block mode %d not supported", block_mode);
/system/bt/btif/co/
H A Dbta_av_co.c128 tBTA_AV_CO_SINK snks[BTIF_SV_AV_AA_SEP_INDEX]; /* array of supported sinks */
129 tBTA_AV_CO_SINK srcs[BTIF_SV_AV_AA_SEP_INDEX]; /* array of supported srcs */
135 UINT8 num_sup_snks; /* number of supported sinks in the snks array */
136 UINT8 num_sup_srcs; /* number of supported srcs in the srcs array */
221 ** Returns TRUE if setting the SCMS flag is supported else FALSE
463 BOOLEAN supported; local
489 /* Check if this is a supported configuration */
490 supported = FALSE;
494 supported = TRUE;
501 if (supported)
587 BOOLEAN supported; local
[all...]
/system/vold/
H A DUtils.cpp509 std::string supported; local
510 if (!ReadFileToString(kProcFilesystems, &supported)) {
511 PLOG(ERROR) << "Failed to read supported filesystems";
514 return supported.find(fsType + "\n") != std::string::npos;
/system/sepolicy/
H A DAndroid.mk14 $(error BOARD_SEPOLICY_REPLACE is no longer supported; please remove from your BoardConfig.mk or other .mk file.)
18 $(error BOARD_SEPOLICY_IGNORE is no longer supported; please remove from your BoardConfig.mk or other .mk file.)

Completed in 147 milliseconds