Searched refs:modes (Results 1 – 8 of 8) sorted by relevance
/system/extras/libfscrypt/ |
D | fscrypt.cpp | 68 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/ |
D | soft_keymaster_device.cpp | 406 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/ |
D | soft_keymaster_device.h | 107 keymaster_block_mode_t** modes, 112 keymaster_padding_t** modes,
|
/system/extras/simpleperf/ |
D | report_lib_interface.cpp | 297 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/ |
D | nanoapp_clients.md | 48 `createClient()` API supports two modes of operation, which define how events
|
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/ |
D | nearby_extension.proto | 56 // BLE scan modes identify functional scan levels without specifying or
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_test.cpp | 2932 std::unordered_set<std::string> modes = {"", "vab-legacy"}; in main() local 2933 if (modes.count(FLAGS_force_mode) == 0) { in main()
|
/system/core/rootdir/ |
D | init.rc | 951 # SELinux policy. But we also set the DAC file modes accordingly, to try to
|