Searched defs:CRemoteObject (Results 1 – 4 of 4) sorted by relevance
27 typedef struct CRemoteObjectHolder CRemoteObject; typedef
32 typedef struct CRemoteObjectHolder CRemoteObject; typedef
21 pub struct CRemoteObject { struct22 _private: [u8; 0],140 user_data: *const c_void, on_remote_dump: OnRemoteDump) -> *mut CRemoteObject; in CreateRemoteStub()141 pub fn RemoteObjectIncStrongRef(object: *mut CRemoteObject); in RemoteObjectIncStrongRef()142 pub fn RemoteObjectDecStrongRef(object: *mut CRemoteObject); in RemoteObjectDecStrongRef()144 pub fn RemoteObjectSendRequest(object: *mut CRemoteObject, code: u32, in RemoteObjectSendRequest()146 pub fn RemoteObjectLessThan(object: *const CRemoteObject, in RemoteObjectLessThan()153 pub fn AddDeathRecipient(object: *mut CRemoteObject, in AddDeathRecipient()155 pub fn RemoveDeathRecipient(object: *mut CRemoteObject, in RemoveDeathRecipient()159 pub fn Dump(object: *mut CRemoteObject, fd: i32, parcel: *mut CParcel) -> i32; in Dump()[all …]
59 pub unsafe fn as_inner(&self) -> *mut CRemoteObject { in as_inner()