Home | History | Annotate | Download | only in libmedia

Lines Matching refs:reply

44         Parcel data, reply;
47 remote()->transact(CONTROL_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
53 Parcel data, reply;
56 remote()->transact(ENABLE_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
66 Parcel data, reply;
85 remote()->transact(COMMAND_EXECUTED, data, &reply, IBinder::FLAG_ONEWAY);
95 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
100 CHECK_INTERFACE(IEffectClient, data, reply);
107 CHECK_INTERFACE(IEffectClient, data, reply);
114 CHECK_INTERFACE(IEffectClient, data, reply);
138 return BBinder::onTransact(code, data, reply, flags);