Home | History | Annotate | Download | only in libmedia

Lines Matching defs:reply

43         Parcel data, reply;
50 remote()->transact(ON_DISPLAY_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
55 Parcel data, reply;
57 remote()->transact(ON_DISPLAY_DISCONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
62 Parcel data, reply;
65 remote()->transact(ON_DISPLAY_ERROR, data, &reply, IBinder::FLAG_ONEWAY);
74 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
78 CHECK_INTERFACE(IRemoteDisplayClient, data, reply);
89 CHECK_INTERFACE(IRemoteDisplayClient, data, reply);
94 CHECK_INTERFACE(IRemoteDisplayClient, data, reply);
100 return BBinder::onTransact(code, data, reply, flags);