Searched refs:read_from_ashmem (Results 1 – 3 of 3) sorted by relevance
327 …readout_ptr = ashmem.read_from_ashmem(MEMORY_CONTENT.len().try_into().expect("Invalid content size… in test_ashmem_write_read_002()367 …readout_ptr = ashmem.read_from_ashmem(MEMORY_CONTENT.len().try_into().expect("Invalid content size… in test_ashmem_write_read_003()402 …readout_ptr = ashmem.read_from_ashmem(MEMORY_CONTENT.len().try_into().expect("Invalid content size… in test_ashmem_write_read_004()433 …readout_ptr = ashmem.read_from_ashmem(MEMORY_CONTENT.len().try_into().expect("Invalid content size… in test_ashmem_write_read_005()493 …readout_ptr = ashmem.read_from_ashmem(MEMORY_CONTENT.len().try_into().expect("Invalid content size… in test_ashmem_invalid_003()516 …readout_ptr = ashmem.read_from_ashmem(MEMORY_CONTENT.len().try_into().expect("Invalid content size… in test_ashmem_invalid_004()
184 pub unsafe fn read_from_ashmem(&self, size: i32, offset: i32) -> *const c_char { in read_from_ashmem() method
30 | *const c_char | **read_from_ashmem**(&self, size: i32, offset: i32)<br>从ashmem内存区域`offset`处读出数据。 …