Lines Matching defs:i32
145 data: *const CParcel, reply: *mut CParcel, is_async: bool) -> i32; in RemoteObjectSendRequest()
159 pub fn Dump(object: *mut CRemoteObject, fd: i32, parcel: *mut CParcel) -> i32; in Dump()
213 pub fn CParcelWriteInt32Array(parcel: *mut CParcel, value: *const i32, len: i32) -> bool; in CParcelWriteInt32Array()
225 pub fn CParcelWriteStringArray(parcel: *mut CParcel, value: *const c_void, len: i32, in CParcelWriteStringArray()
227 pub fn CParcelWriteString16Array(parcel: *mut CParcel, value: *const c_void, len: i32, in CParcelWriteString16Array()
241 pub fn CParcelWriteParcelableArray(parcel: *mut CParcel, value: *const c_void, len: i32, in CParcelWriteParcelableArray()
281 pub fn GetCAshmemProtection(ashmem: *const CAshmem) -> i32; in GetCAshmemProtection()
282 pub fn GetCAshmemSize(ashmem: *const CAshmem) -> i32; in GetCAshmemSize()
284 size: i32, offset: i32) -> bool; in WriteToCAshmem()
285 pub fn ReadFromCAshmem(ashmem: *const CAshmem, size: i32, offset: i32) -> *const u8; in ReadFromCAshmem()
286 pub fn GetCAshmemFd(ashmem: *const CAshmem) -> i32; in GetCAshmemFd()