Home | History | Annotate | Download | only in camera

Lines Matching defs:reply

49         Parcel data, reply;
54 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
62 Parcel data, reply;
70 remote()->transact(DATA_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
77 Parcel data, reply;
82 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY);
87 Parcel data, reply;
91 remote()->transact(RECORDING_FRAME_HANDLE_CALLBACK_TIMESTAMP, data, &reply,
101 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
106 CHECK_INTERFACE(ICameraClient, data, reply);
115 CHECK_INTERFACE(ICameraClient, data, reply);
131 CHECK_INTERFACE(ICameraClient, data, reply);
140 CHECK_INTERFACE(ICameraClient, data, reply);
158 return BBinder::onTransact(code, data, reply, flags);