Home | History | Annotate | Download | only in libmedia

Lines Matching refs:reply

43         Parcel data, reply;
49 remote()->transact(ON_DISPLAY_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
54 Parcel data, reply;
56 remote()->transact(ON_DISPLAY_DISCONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
61 Parcel data, reply;
64 remote()->transact(ON_DISPLAY_ERROR, data, &reply, IBinder::FLAG_ONEWAY);
73 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
77 CHECK_INTERFACE(IRemoteDisplayClient, data, reply);
87 CHECK_INTERFACE(IRemoteDisplayClient, data, reply);
92 CHECK_INTERFACE(IRemoteDisplayClient, data, reply);
98 return BBinder::onTransact(code, data, reply, flags);