Lines Matching refs:readInt32
73 status = reply.readInt32(); in start()
108 status = reply.readInt32(); in attachAuxEffect()
122 status = reply.readInt32(); in allocateTimedBuffer()
139 status = reply.readInt32(); in queueTimedBuffer()
156 status = reply.readInt32(); in setMediaTimeTransform()
167 status = reply.readInt32(); in setParameters()
177 status = reply.readInt32(); in getTimestamp()
179 timestamp.mPosition = reply.readInt32(); in getTimestamp()
180 timestamp.mTime.tv_sec = reply.readInt32(); in getTimestamp()
181 timestamp.mTime.tv_nsec = reply.readInt32(); in getTimestamp()
229 reply->writeInt32(attachAuxEffect(data.readInt32())); in onTransact()
235 status_t status = allocateTimedBuffer(data.readInt32(), &buffer); in onTransact()
255 xform.a_to_b_numer = data.readInt32(); in onTransact()
256 xform.a_to_b_denom = data.readInt32(); in onTransact()
257 int target = data.readInt32(); in onTransact()