Home | History | Annotate | Download | only in libqservice

Lines Matching defs:reply

49         Parcel data, reply;
52 remote()->transact(CONNECT_HWC_CLIENT, data, &reply);
57 Parcel data, reply;
60 remote()->transact(CONNECT_HDMI_CLIENT, data, &reply);
69 Parcel *reply = outParcel;
73 err = remote()->transact(command, data, reply);
83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
98 CHECK_INTERFACE(IQService, data, reply);
109 CHECK_INTERFACE(IQService, data, reply);
125 CHECK_INTERFACE(IQService, data, reply);
126 dispatch(code, &data, reply);
129 return BBinder::onTransact(code, data, reply, flags);