Lines Matching defs:status

68         status_t status = remote()->transact(SET_CONFIGURATION, data, &reply);  in setConfiguration()  local
82 status_t status = remote()->transact(GET_CONFIGURATION, data, &reply); in getConfiguration() local
97 status_t status = remote()->transact(SET_MUTE, data, &reply); in setMute() local
111 status_t status = remote()->transact(GET_MUTE, data, &reply); in getMute() local
128 status_t status = remote()->transact(SCAN, data, &reply); in scan() local
141 status_t status = remote()->transact(STEP, data, &reply); in step() local
154 status_t status = remote()->transact(TUNE, data, &reply); in tune() local
165 status_t status = remote()->transact(CANCEL, data, &reply); in cancel() local
180 status_t status = remote()->transact(GET_PROGRAM_INFORMATION, data, &reply); in getProgramInformation() local
213 status_t status = remote()->transact(HAS_CONTROL, data, &reply); in hasControl() local
242 status_t status = setConfiguration(&config); in onTransact() local
249 status_t status = getConfiguration(&config); in onTransact() local
259 status_t status = setMute(mute); in onTransact() local
266 status_t status = getMute(&mute); in onTransact() local
277 status_t status = scan(direction, skipSubChannel); in onTransact() local
285 status_t status = step(direction, skipSubChannel); in onTransact() local
293 status_t status = tune(channel, subChannel); in onTransact() local
299 status_t status = cancel(); in onTransact() local
307 status_t status = radio_metadata_allocate(&info.metadata, 0, 0); in onTransact() local
330 status_t status = hasControl(&control); in onTransact() local