Searched defs:usize (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/bufferstreams/rust/src/buffers/ |
D | buffer_pool.rs | 66 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/ |
D | session.rs | 68 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/ |
D | storage.rs | 48 pub fn len(&self) -> usize { in len()
|
/frameworks/native/cmds/evemu-record/ |
D | evdev.rs | 60 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/ |
D | android.rs | 159 pub fn set_max_threads(&self, count: usize) { in set_max_threads()
|
/frameworks/minikin/rust/ |
D | hyphenator.rs | 344 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/ |
D | input.rs | 186 fn breakdown_action(action: u32) -> (u32, usize) { in breakdown_action() argument
|
/frameworks/native/libs/binder/rust/src/parcel/ |
D | parcelable.rs | 157 index: usize, in serialize_element() 213 index: usize, in deserialize_element()
|