Lines Matching refs:readInt32
71 status = (status_t)reply.readInt32(); in setConfiguration()
85 status = (status_t)reply.readInt32(); in getConfiguration()
100 status = (status_t)reply.readInt32(); in setMute()
114 status = (status_t)reply.readInt32(); in getMute()
116 int32_t muteread = reply.readInt32(); in getMute()
131 status = (status_t)reply.readInt32(); in scan()
144 status = (status_t)reply.readInt32(); in step()
157 status = (status_t)reply.readInt32(); in tune()
168 status = (status_t)reply.readInt32(); in cancel()
183 status = (status_t)reply.readInt32(); in getProgramInformation()
213 status = (status_t)reply.readInt32(); in hasControl()
215 *hasControl = reply.readInt32() != 0; in hasControl()
256 bool mute = data.readInt32() != 0; in onTransact()
273 radio_direction_t direction = (radio_direction_t)data.readInt32(); in onTransact()
274 bool skipSubChannel = data.readInt32() == 1; in onTransact()
281 radio_direction_t direction = (radio_direction_t)data.readInt32(); in onTransact()
282 bool skipSubChannel = data.readInt32() == 1; in onTransact()