Home
last modified time | relevance | path

Searched defs:usize (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/bufferstreams/rust/src/buffers/
Dbuffer_pool.rs66 pub fn new(pool_size: usize, stream_config: StreamConfig) -> Option<Self> { in new()
100 pub fn size(&self) -> usize { in size()
/frameworks/native/libs/binder/rust/rpcbinder/src/
Dsession.rs68 pub fn set_max_incoming_threads(&self, threads: usize) { in set_max_incoming_threads()
76 pub fn set_max_outgoing_connections(&self, connections: usize) { in set_max_outgoing_connections()
/frameworks/native/libs/debugstore/rust/src/
Dstorage.rs48 pub fn len(&self) -> usize { in len()
/frameworks/native/cmds/evemu-record/
Devdev.rs60 fn code_count(&self) -> usize { in code_count()
151 initial_buf_size: usize, in buf_from_ioctl()
/frameworks/native/libs/binder/rust/rpcbinder/src/server/
Dandroid.rs159 pub fn set_max_threads(&self, count: usize) { in set_max_threads()
/frameworks/minikin/rust/
Dhyphenator.rs344 alpha_codes: &mut [u16; MAX_HYPHEN_SIZE as usize], in lookup()
713 codes: [u16; MAX_HYPHEN_SIZE as usize], in hyphenate_from_codes()
/frameworks/native/libs/input/rust/
Dinput.rs186 fn breakdown_action(action: u32) -> (u32, usize) { in breakdown_action() argument
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs157 index: usize, in serialize_element()
213 index: usize, in deserialize_element()