Home
last modified time | relevance | path

Searched defs:params (Results 1 – 25 of 136) sorted by relevance

123456

/system/memory/mmd/src/zram/writeback/
Dtests.rs128 let params = Params::default(); in mark_and_flush_pages() localVariable
159 let params = Params { backoff_duration: Duration::from_secs(100), ..Default::default() }; in mark_and_flush_pages_before_backoff() localVariable
196 let params = Params { backoff_duration: Duration::from_secs(100), ..Default::default() }; in mark_and_flush_pages_after_backoff() localVariable
237 let params = Params { in mark_and_flush_pages_idle_time() localVariable
268 let params = Params { in mark_and_flush_pages_idle_time_adjusted_by_suspend_duration() localVariable
298 let params = Params { in mark_and_flush_pages_calculate_idle_failure() localVariable
326 let params = Params::default(); in mark_and_flush_pages_mark_idle_failure() localVariable
352 let params = Params { huge_idle: false, ..Default::default() }; in mark_and_flush_pages_skip_huge_idle() localVariable
379 let params = Params { idle: false, ..Default::default() }; in mark_and_flush_pages_skip_idle() localVariable
406 let params = Params { huge: false, ..Default::default() }; in mark_and_flush_pages_skip_huge() localVariable
[all …]
/system/memory/mmd/src/zram/recompression/
Dtests.rs106 let params = Params { threshold_bytes: 0, ..Default::default() }; in mark_and_recompress() localVariable
145 let params = Params { threshold_bytes: 12345, ..Default::default() }; in mark_and_recompress_with_threshold() localVariable
172 let params = Params { in mark_and_recompress_before_backoff() localVariable
207 let params = Params { in mark_and_recompress_after_backoff() localVariable
244 let params = Params { in mark_and_recompress_idle_time() localVariable
271 let params = Params { in mark_and_recompress_idle_time_adjusted_by_suspend_duration() localVariable
297 let params = Params { in mark_and_recompress_calculate_idle_failure() localVariable
320 let params = Params { threshold_bytes: 0, ..Default::default() }; in mark_and_recompress_mark_idle_failure() localVariable
341 let params = Params { huge_idle: false, threshold_bytes: 0, ..Default::default() }; in mark_and_recompress_skip_huge_idle() localVariable
363 let params = Params { idle: false, threshold_bytes: 0, ..Default::default() }; in mark_and_recompress_skip_idle() localVariable
[all …]
/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c141 static void init_params(struct tipc_test_params* params) { in init_params()
159 static void parse_options(int argc, char** argv, struct tipc_test_params* params) { in parse_options()
214 static int connect_test(const struct tipc_test_params* params) { in connect_test()
259 static int connect_foo(const struct tipc_test_params* params) { in connect_foo()
282 static int closer1_test(const struct tipc_test_params* params) { in closer1_test()
309 static int closer2_test(const struct tipc_test_params* params) { in closer2_test()
337 static int closer3_test(const struct tipc_test_params* params) { in closer3_test()
398 static int echo_test(const struct tipc_test_params* params) { in echo_test()
457 static int burst_write_test(const struct tipc_test_params* params) { in burst_write_test()
501 static int _wait_for_msg(int fd, int timeout, const struct tipc_test_params* params) { in _wait_for_msg()
[all …]
/system/memory/libmeminfo/libsmapinfo/
Dsmapinfo.cpp83 struct params { struct
85 uint64_t total_pss;
86 uint64_t total_uss;
87 uint64_t total_swap;
88 uint64_t total_pswap;
89 uint64_t total_uswap;
90 uint64_t total_zswap;
93 bool show_oomadj;
94 bool show_wss;
95 bool swap_enabled;
[all …]
/system/memory/lmkd/
Dliblmkd_utils.cpp35 int lmkd_register_proc(int sock, struct lmk_procprio *params) { in lmkd_register_proc()
46 int lmkd_register_procs(int sock, struct lmk_procs_prio* params, const int proc_count) { in lmkd_register_procs()
57 int lmkd_unregister_proc(int sock, struct lmk_procremove *params) { in lmkd_unregister_proc()
86 struct lmk_update_props_reply params; in lmkd_update_props() local
110 struct lmk_boot_completed_notif_reply params; in lmkd_notify_boot_completed() local
132 int lmkd_get_kill_count(int sock, struct lmk_getkillcnt* params) { in lmkd_get_kill_count()
/system/memory/lmkd/include/
Dlmkd.h120 struct lmk_procprio* params) { in lmkd_pack_get_procprio()
132 static inline size_t lmkd_pack_set_procprio(LMKD_CTRL_PACKET packet, struct lmk_procprio* params) { in lmkd_pack_set_procprio()
151 struct lmk_procremove* params) { in lmkd_pack_get_procremove()
160 struct lmk_procremove* params) { in lmkd_pack_set_procremove()
186 struct lmk_getkillcnt* params) { in lmkd_pack_get_getkillcnt()
196 struct lmk_getkillcnt* params) { in lmkd_pack_set_getkillcnt()
230 static inline void lmkd_pack_get_subscribe(LMKD_CTRL_PACKET packet, struct lmk_subscribe* params) { in lmkd_pack_get_subscribe()
296 struct lmk_update_props_reply* params) { in lmkd_pack_get_update_props_repl()
329 LMKD_CTRL_PACKET packet, struct lmk_boot_completed_notif_reply* params) { in lmkd_pack_get_boot_completed_notif_repl()
343 static inline int lmkd_pack_get_procs_prio(LMKD_CTRL_PACKET packet, struct lmk_procs_prio* params, in lmkd_pack_get_procs_prio()
[all …]
/system/keymaster/tests/
Dkeymaster_enforcement_test.cpp98 keymaster_key_param_t params[] = { in TEST_F() local
109 keymaster_key_param_t params[] = { in TEST_F() local
127 keymaster_key_param_t params[] = { in TEST_F() local
140 keymaster_key_param_t params[] = { in TEST_F() local
157 keymaster_key_param_t params[] = { in TEST_F() local
170 keymaster_key_param_t params[] = { in TEST_F() local
183 keymaster_key_param_t params[] = { in TEST_F() local
197 keymaster_key_param_t params[] = { in TEST_F() local
212 keymaster_key_param_t params[] = { in TEST_F() local
225 keymaster_key_param_t params[] = { in TEST_F() local
[all …]
/system/core/fs_mgr/
Dfs_mgr_dm_linear.cpp55 static bool GetPhysicalPartitionDevicePath(const CreateLogicalPartitionParams& params, in GetPhysicalPartitionDevicePath()
92 bool CreateDmTableInternal(const CreateLogicalPartitionParams& params, DmTable* table) { in CreateDmTableInternal()
133 bool CreateDmTable(CreateLogicalPartitionParams params, DmTable* table) { in CreateDmTable()
155 CreateLogicalPartitionParams params = { in CreateLogicalPartitions() local
234 bool CreateLogicalPartition(CreateLogicalPartitionParams params, std::string* path) { in CreateLogicalPartition()
/system/chre/platform/shared/
Dchre_api_wifi.cc52 [[maybe_unused]] const struct chreWifiScanParams *params, in chreWifiRequestScanAsync()
65 [[maybe_unused]] const struct chreWifiRangingParams *params, in chreWifiRequestRangingAsync()
106 [[maybe_unused]] const struct chreWifiNanRangingParams *params, in chreWifiNanRequestRangingAsync()
Dplatform_wifi.cc91 bool PlatformWifi::requestRanging(const struct chreWifiRangingParams *params) { in requestRanging()
102 const struct chreWifiNanRangingParams *params) { in requestNanRanging()
114 bool PlatformWifi::requestScan(const struct chreWifiScanParams *params) { in requestScan()
/system/memory/mmd/src/
Dservice.rs104 let params = load_zram_recompression_params(); in handle_zram_recompression() localVariable
127 let params = load_zram_writeback_params(); in handle_zram_writeback() localVariable
171 let mut params = mmd::zram::writeback::Params::default(); in load_zram_writeback_params() localVariable
196 let mut params = mmd::zram::recompression::Params::default(); in load_zram_recompression_params() localVariable
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreSecurityLevel.aidl138 in KeyParameter[] params, in int flags, in byte[] entropy); in generateKey()
152 in KeyParameter[] params, in int flags, in byte[] keyData); in importKey()
181 in @nullable byte[] maskingKey, in KeyParameter[] params, in importWrappedKey()
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DIKeystoreSecurityLevel.aidl39 …system.keystore2.KeyDescriptor attestationKey, in android.hardware.security.keymint.KeyParameter[]… in generateKey()
40 …system.keystore2.KeyDescriptor attestationKey, in android.hardware.security.keymint.KeyParameter[]… in importKey()
41 …r wrappingKey, in @nullable byte[] maskingKey, in android.hardware.security.keymint.KeyParameter[]… in importWrappedKey()
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/4/android/system/keystore2/
DIKeystoreSecurityLevel.aidl39 …system.keystore2.KeyDescriptor attestationKey, in android.hardware.security.keymint.KeyParameter[]… in generateKey()
40 …system.keystore2.KeyDescriptor attestationKey, in android.hardware.security.keymint.KeyParameter[]… in importKey()
41 …r wrappingKey, in @nullable byte[] maskingKey, in android.hardware.security.keymint.KeyParameter[]… in importWrappedKey()
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DIKeystoreSecurityLevel.aidl39 …system.keystore2.KeyDescriptor attestationKey, in android.hardware.security.keymint.KeyParameter[]… in generateKey()
40 …system.keystore2.KeyDescriptor attestationKey, in android.hardware.security.keymint.KeyParameter[]… in importKey()
41 …r wrappingKey, in @nullable byte[] maskingKey, in android.hardware.security.keymint.KeyParameter[]… in importWrappedKey()
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/
DIKeystoreSecurityLevel.aidl39 …system.keystore2.KeyDescriptor attestationKey, in android.hardware.security.keymint.KeyParameter[]… in generateKey()
40 …system.keystore2.KeyDescriptor attestationKey, in android.hardware.security.keymint.KeyParameter[]… in importKey()
41 …r wrappingKey, in @nullable byte[] maskingKey, in android.hardware.security.keymint.KeyParameter[]… in importWrappedKey()
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/5/android/system/keystore2/
DIKeystoreSecurityLevel.aidl39 …system.keystore2.KeyDescriptor attestationKey, in android.hardware.security.keymint.KeyParameter[]… in generateKey()
40 …system.keystore2.KeyDescriptor attestationKey, in android.hardware.security.keymint.KeyParameter[]… in importKey()
41 …r wrappingKey, in @nullable byte[] maskingKey, in android.hardware.security.keymint.KeyParameter[]… in importWrappedKey()
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/3/android/system/keystore2/
DIKeystoreSecurityLevel.aidl39 …system.keystore2.KeyDescriptor attestationKey, in android.hardware.security.keymint.KeyParameter[]… in generateKey()
40 …system.keystore2.KeyDescriptor attestationKey, in android.hardware.security.keymint.KeyParameter[]… in importKey()
41 …r wrappingKey, in @nullable byte[] maskingKey, in android.hardware.security.keymint.KeyParameter[]… in importWrappedKey()
/system/security/keystore2/tests/
Duser_auth.rs205 let params = AuthSetBuilder::new() in test_auth_bound_timeout_with_gk() localVariable
234 let params = AuthSetBuilder::new().purpose(KeyPurpose::SIGN).digest(Digest::SHA_2_256); in test_auth_bound_timeout_with_gk() localVariable
333 let params = AuthSetBuilder::new() in test_auth_bound_timeout_failure() localVariable
361 let params = AuthSetBuilder::new().purpose(KeyPurpose::SIGN).digest(Digest::SHA_2_256); in test_auth_bound_timeout_failure() localVariable
465 let params = AuthSetBuilder::new() in test_auth_bound_per_op_with_gk() localVariable
492 let params = AuthSetBuilder::new().purpose(KeyPurpose::SIGN).digest(Digest::SHA_2_256); in test_auth_bound_per_op_with_gk() localVariable
601 let params = AuthSetBuilder::new() in test_auth_bound_per_op_with_gk_failure() localVariable
628 let params = AuthSetBuilder::new().purpose(KeyPurpose::SIGN).digest(Digest::SHA_2_256); in test_auth_bound_per_op_with_gk_failure() localVariable
762 let params = AuthSetBuilder::new() in test_unlocked_device_required() localVariable
790 let params = AuthSetBuilder::new().purpose(KeyPurpose::SIGN).digest(Digest::SHA_2_256); in test_unlocked_device_required() localVariable
/system/core/trusty/keymaster/keymint/
DTrustySharedSecret.cpp28 ::ndk::ScopedAStatus TrustySharedSecret::getSharedSecretParameters(SharedSecretParameters* params) { in getSharedSecretParameters()
36 const std::vector<SharedSecretParameters>& params, std::vector<uint8_t>* sharingCheck) { in computeSharedSecret()
/system/incremental_delivery/libdataloader/include/
Ddataloader_inline.h69 inline DataLoaderParams createParams(const ::DataLoaderParams* params) { in createParams()
95 auto params = createParams(ndkParams); in DataLoaderFactoryImpl() local
148 inline bool FilesystemConnector::setParams(DataLoaderFilesystemParams params) { in setParams()
/system/keymaster/ng/
DAndroidSharedSecret.cpp37 ScopedAStatus AndroidSharedSecret::getSharedSecretParameters(SharedSecretParameters* params) { in getSharedSecretParameters()
44 ScopedAStatus AndroidSharedSecret::computeSharedSecret(const vector<SharedSecretParameters>& params, in computeSharedSecret()
/system/chre/chpp/platform/linux/services/
Dplatform_wifi.c49 static bool wifiPalRequestScan(const struct chreWifiScanParams *params) { in wifiPalRequestScan()
61 static bool wifiPalRequestRanging(const struct chreWifiRangingParams *params) { in wifiPalRequestRanging()
/system/chre/chpp/include/chpp/common/
Dgnss.h50 struct ChppGnssControlLocationSessionParameters params; member
67 struct ChppGnssControlMeasurementSessionParameters params; member
83 struct ChppGnssConfigurePassiveLocationListenerParameters params; member
99 struct ChppGnssGetCapabilitiesParameters params; member
/system/tools/hidl/
DAnnotation.cpp72 Annotation::Annotation(const std::string& name, AnnotationParamVector* params) in Annotation()
79 const AnnotationParamVector &Annotation::params() const { in params() function in android::Annotation

123456