Searched refs:AsCharPtr (Results 1 – 4 of 4) sorted by relevance
56 pub unsafe fn AsCharPtr(inPtr: *const c_void) -> *const c_char; in AsCharPtr() function186 ffi::AsCharPtr(c_void_ptr) in read_from_ashmem()
56 …readout_ptr = ashmem::ffi::AsCharPtr(ashmem.ReadFromAshmem(MEMORY_CONTENT.len().try_into().expect(… in test_ashmem_ffi_write_read_002()98 …readout_ptr = ashmem::ffi::AsCharPtr(ashmem.ReadFromAshmem(MEMORY_CONTENT.len().try_into().expect(… in test_ashmem_ffi_write_read_003()133 …readout_ptr = ashmem::ffi::AsCharPtr(ashmem.ReadFromAshmem(MEMORY_CONTENT.len().try_into().expect(… in test_ashmem_ffi_write_read_004()165 …readout_ptr = ashmem::ffi::AsCharPtr(ashmem.ReadFromAshmem(MEMORY_CONTENT.len().try_into().expect(… in test_ashmem_ffi_write_read_005()222 …readout_ptr = ashmem::ffi::AsCharPtr(ashmem.ReadFromAshmem(MEMORY_CONTENT.len().try_into().expect(… in test_ashmem_ffi_invalid_003()245 …readout_ptr = ashmem::ffi::AsCharPtr(ashmem.ReadFromAshmem(MEMORY_CONTENT.len().try_into().expect(… in test_ashmem_ffi_invalid_004()
40 const char* AsCharPtr(const c_void* inPtr);
60 const char* AsCharPtr(const c_void* inPtr) in AsCharPtr() function