Searched refs:supported (Results 1 - 6 of 6) 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
94 } else if (!supported(*padding)) {
95 LOG_E("Padding mode %d not supported", *padding);
119 } else if (!supported(*digest)) {
120 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.cpp56 // specific modes, padding, etc. are supported for that key type, and AndroidKeymaster also has
113 const T* supported = (factory->*get_supported_method)(&count); local
114 response->SetResults(supported, count);
H A Daes_operation.cpp101 } else if (!supported(block_mode)) {
102 LOG_E("Block mode %d not supported", block_mode);
/system/bt/btif/co/
H A Dbta_av_co.c127 tBTA_AV_CO_SINK snks[BTIF_SV_AV_AA_SEP_INDEX]; /* array of supported sinks */
128 tBTA_AV_CO_SINK srcs[BTIF_SV_AV_AA_SEP_INDEX]; /* array of supported srcs */
134 UINT8 num_sup_snks; /* number of supported sinks in the snks array */
135 UINT8 num_sup_srcs; /* number of supported srcs in the srcs array */
220 ** Returns TRUE if setting the SCMS flag is supported else FALSE
462 BOOLEAN supported; local
488 /* Check if this is a supported configuration */
489 supported = FALSE;
493 supported = TRUE;
500 if (supported)
586 BOOLEAN supported; local
[all...]
/system/vold/
H A DUtils.cpp487 std::string supported; local
488 if (!ReadFileToString(kProcFilesystems, &supported)) {
489 PLOG(ERROR) << "Failed to read supported filesystems";
492 return supported.find(fsType + "\n") != std::string::npos;

Completed in 59 milliseconds