Home
last modified time | relevance | path

Searched defs:i32 (Results 1 – 25 of 33) sorted by relevance

12

/system/bt/gd/rust/topshim/src/
Dbtif.rs115 fn Enable(&self) -> i32; in Enable()
116 fn Disable(&self) -> i32; in Disable()
118 fn GetAdapterProperties(&self) -> i32; in GetAdapterProperties()
119 fn GetAdapterProperty(&self, prop_type: i32) -> i32; in GetAdapterProperty()
120 fn SetAdapterProperty(&self, prop: &BtProperty) -> i32; in SetAdapterProperty()
122 fn GetRemoteDeviceProperties(&self, address: &RustRawAddress) -> i32; in GetRemoteDeviceProperties()
123 fn GetRemoteDeviceProperty(&self, address: &RustRawAddress, prop_type: i32) -> i32; in GetRemoteDeviceProperty()
124 fn SetRemoteDeviceProperty(&self, address: &RustRawAddress, prop: &BtProperty) -> i32; in SetRemoteDeviceProperty()
126 fn GetRemoteServices(&self, address: &RustRawAddress) -> i32; in GetRemoteServices()
128 fn StartDiscovery(&self) -> i32; in StartDiscovery()
[all …]
/system/bt/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs11 fn unregister_scanner(&self, scanner_id: i32); in unregister_scanner()
13 fn start_scan(&self, scanner_id: i32, settings: ScanSettings, filters: Vec<ScanFilter>); in start_scan()
14 fn stop_scan(&self, scanner_id: i32); in stop_scan()
20 fn on_scanner_registered(&self, status: i32, scanner_id: i32); in on_scanner_registered()
75 fn unregister_scanner(&self, _scanner_id: i32) { in unregister_scanner()
79 fn start_scan(&self, _scanner_id: i32, _settings: ScanSettings, _filters: Vec<ScanFilter>) { in start_scan()
83 fn stop_scan(&self, _scanner_id: i32) { in stop_scan()
Dbluetooth.rs93 status: i32, in adapter_properties_changed()
94 num_properties: i32, in adapter_properties_changed()
134 status: i32, in adapter_properties_changed()
135 num_properties: i32, in adapter_properties_changed()
/system/bt/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs30 fn on_scanner_registered(&self, _status: i32, _scanner_id: i32) {} in on_scanner_registered()
66 fn unregister_scanner(&self, scanner_id: i32) {} in unregister_scanner()
69 fn start_scan(&self, scanner_id: i32, settings: ScanSettings, filters: Vec<ScanFilter>) {} in start_scan()
72 fn stop_scan(&self, scanner_id: i32) {} in stop_scan()
/system/core/libstats/pull_rust/
Dstats_pull.rs71 pub fn set_additive_fields(&mut self, additive_fields: &mut Vec<i32>) { in set_additive_fields()
83 pub fn get_additive_fields(&self) -> Vec<i32> { in get_additive_fields()
116 atom_tag: i32, in callback_wrapper()
/system/bt/gd/rust/shim/src/
Dmessage_loop_thread.rs23 fn main_message_loop_thread_start(thread: &mut MessageLoopThread) -> i32; in main_message_loop_thread_start()
53 pub fn main_message_loop_thread_start(thread: &mut MessageLoopThread) -> i32 { in main_message_loop_thread_start()
/system/libbase/
Dmacros_test.cpp25 int32_t i32; in TEST() member
/system/security/keystore2/src/
Dmetrics_store.rs430 fn compute_padding_mode_bitmap(padding_mode_bitmap: &mut i32, padding_mode: PaddingMode) { in compute_padding_mode_bitmap()
455 fn compute_digest_bitmap(digest_bitmap: &mut i32, digest: Digest) { in compute_digest_bitmap()
482 fn compute_block_mode_bitmap(block_mode_bitmap: &mut i32, block_mode: BlockMode) { in compute_block_mode_bitmap()
500 fn compute_purpose_bitmap(purpose_bitmap: &mut i32, purpose: KeyPurpose) { in compute_purpose_bitmap()
Dauthorization.rs131 user_id: i32, in on_lock_screen_event()
244 user_id: i32, in onLockScreenEvent()
Dservice.rs325 grantee_uid: i32, in grant()
397 grantee_uid: i32, in grant()
398 access_vector: i32, in grant()
Dsecurity_level.rs115 flags: Option<i32>, in store_new_key()
469 flags: i32, in generate_key()
586 flags: i32, in import_key()
977 flags: i32, in generateKey()
993 flags: i32, in importKey()
Dkey_parameter.rs229 fn try_into(self) -> Result<i32, Self::Error> { in try_into()
488 impl KpDefault for i32 { implementation
1365 tag: i32, in insert_into_keyparameter()
1367 security_level: i32, in insert_into_keyparameter()
Dmaintenance.rs68 fn on_user_password_changed(user_id: i32, password: Option<Password>) -> Result<()> { in on_user_password_changed()
269 fn onUserPasswordChanged(&self, user_id: i32, password: Option<&[u8]>) -> BinderResult<()> { in onUserPasswordChanged()
Daudit_log.rs33 fn key_owner(domain: Domain, nspace: i64, uid: i32) -> i32 { in key_owner()
Dapc.rs274 ui_option_flags: i32, in present_prompt()
364 ui_option_flags: i32, in presentPrompt()
Dpermission.rs396 impl From<KeyPermSet> for i32 { implementation
397 fn from(p: KeyPermSet) -> i32 { in from()
Dremote_provisioning.rs280 num_csr: i32, in generate_csr()
440 num_csr: i32, in generateCsr()
Derror.rs210 pub fn get_error_code(e: &anyhow::Error) -> i32 { in get_error_code()
/system/bt/gd/rust/facade/src/
Dmain.rs101 extern "C" fn handle_sigint(_: i32) { in handle_sigint()
/system/media/camera/include/system/
Dcamera_metadata.h87 int32_t *i32; member
106 const int32_t *i32; member
/system/extras/libjsonpb/verify/
Dtest.proto53 int32 i32 = 1; field
/system/tools/aidl/tests/rust/
Dtest_service.rs123 fn UnimplementedMethod(&self, _: i32) -> binder::Result<i32> { in UnimplementedMethod()
328 fn returnsLengthOfFooArray(&self, foos: &[Foo]) -> binder::Result<i32> { in returnsLengthOfFooArray()
331 …self, _in_foo: &Foo, _inout_foo: &mut Foo, _out_foo: &mut Foo, value: i32) -> binder::Result<i32> { in ignoreParcelablesAndRepeatInt()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs14 fn UnimplementedMethod(&self, _arg_arg: i32) -> binder::public_api::Result<i32>; in UnimplementedMethod()
21 fn RepeatInt(&self, _arg_token: i32) -> binder::public_api::Result<i32>; in RepeatInt()
32 …fn ReverseInt(&self, _arg_input: &[i32], _arg_repeated: &mut Vec<i32>) -> binder::public_api::Resu… in ReverseInt()
46 …fn RepeatNullableIntArray(&self, _arg_input: Option<&[i32]>) -> binder::public_api::Result<Option<… in RepeatNullableIntArray()
74 fn UnimplementedMethod(&self, _arg_arg: i32) -> binder::public_api::Result<i32> { in UnimplementedMethod()
92 fn RepeatInt(&self, _arg_token: i32) -> binder::public_api::Result<i32> { in RepeatInt()
125 …fn ReverseInt(&self, _arg_input: &[i32], _arg_repeated: &mut Vec<i32>) -> binder::public_api::Resu… in ReverseInt()
167 …fn RepeatNullableIntArray(&self, _arg_input: Option<&[i32]>) -> binder::public_api::Result<Option<… in RepeatNullableIntArray()
362 fn UnimplementedMethod(&self, _arg_arg: i32) -> binder::public_api::Result<i32> { in UnimplementedMethod()
458 fn RepeatInt(&self, _arg_token: i32) -> binder::public_api::Result<i32> { in RepeatInt()
[all …]
/system/bt/gd/rust/linux/mgmt/src/bin/btmanagerd/
Dstate_machine.rs64 hci_interface: i32, in start_bluetooth()
69 …pub async fn stop_bluetooth(&self, hci_interface: i32,) -> Result<(), SendError<StateMachineAction… in stop_bluetooth()
338 pub fn action_on_bluetooth_started(&mut self, pid: i32, hci_interface: i32) -> bool { in action_on_bluetooth_started()
/system/extras/profcollectd/libprofcollectd/
Dservice.rs100 fn copy_report_to_bb(&self, bb_profile_id: i32, report_name: &str) -> BinderResult<()> { in copy_report_to_bb()

12