Lines Matching refs:bool
66 pub fn MapAshmem(self: &Ashmem, mapType: i32) -> bool;
69 pub fn MapReadAndWriteAshmem(self: &Ashmem) -> bool;
72 pub fn MapReadOnlyAshmem(self: &Ashmem) -> bool;
78 pub fn SetProtection(self: &Ashmem, protType: i32) -> bool;
95 ) -> bool;
136 pub fn set_protection(&self, prot_type: i32) -> bool {
141 pub fn map_ashmem(&self, prot_type: i32) -> bool {
146 pub fn map_read_write_ashmem(&self) -> bool {
151 pub fn map_read_only_ashmem(&self) -> bool {
168 pub unsafe fn write_to_ashmem(&self, data: *const c_char, size: i32, offset: i32) -> bool {