Home
last modified time | relevance | path

Searched refs:modes (Results 1 – 8 of 8) sorted by relevance

/system/extras/libfscrypt/
Dfscrypt.cpp68 static bool LookupModeByName(const std::vector<struct ModeLookupEntry>& modes, in LookupModeByName() argument
70 for (const auto& e : modes) { in LookupModeByName()
79 static bool LookupModeById(const std::vector<struct ModeLookupEntry>& modes, int id, in LookupModeById() argument
81 for (const auto& e : modes) { in LookupModeById()
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp406 keymaster_block_mode_t** modes, in get_supported_block_modes() argument
410 if (!modes || !modes_length) return KM_ERROR_OUTPUT_PARAMETER_NULL; in get_supported_block_modes()
414 return km1_dev->get_supported_block_modes(km1_dev, algorithm, purpose, modes, modes_length); in get_supported_block_modes()
430 *modes = reinterpret_cast<keymaster_block_mode_t*>(malloc(*modes_length * sizeof(**modes))); in get_supported_block_modes()
431 if (!*modes) return KM_ERROR_MEMORY_ALLOCATION_FAILED; in get_supported_block_modes()
432 std::copy(response.results, response.results + response.results_length, *modes); in get_supported_block_modes()
440 keymaster_padding_t** modes, in get_supported_padding_modes() argument
444 if (!modes || !modes_length) return KM_ERROR_OUTPUT_PARAMETER_NULL; in get_supported_padding_modes()
448 return km1_dev->get_supported_padding_modes(km1_dev, algorithm, purpose, modes, in get_supported_padding_modes()
464 *modes = reinterpret_cast<keymaster_padding_t*>(malloc(*modes_length * sizeof(**modes))); in get_supported_padding_modes()
[all …]
/system/keymaster/include/keymaster/
Dsoft_keymaster_device.h107 keymaster_block_mode_t** modes,
112 keymaster_padding_t** modes,
/system/extras/simpleperf/
Dreport_lib_interface.cpp297 auto& modes = trace_offcpu_.supported_modes; in SetTraceOffCpuMode() local
298 if (std::find(modes.begin(), modes.end(), mode_value) == modes.end()) { in SetTraceOffCpuMode()
/system/chre/doc/
Dnanoapp_clients.md48 `createClient()` API supports two modes of operation, which define how events
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/
Dnearby_extension.proto56 // BLE scan modes identify functional scan levels without specifying or
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp2932 std::unordered_set<std::string> modes = {"", "vab-legacy"}; in main() local
2933 if (modes.count(FLAGS_force_mode) == 0) { in main()
/system/core/rootdir/
Dinit.rc951 # SELinux policy. But we also set the DAC file modes accordingly, to try to