Lines Matching refs:GetState
79 LOG(INFO) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_calculate_feeding_delay_ms()
94 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_calculate_feeding_delay_ms()
97 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_calculate_feeding_delay_ms()
149 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_calculate_starving_delay_ms()
202 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_sample_rate()
206 LOG(WARNING) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_sample_rate()
214 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_set_sample_rate()
223 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_buffer_size()
233 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_channels()
237 LOG(WARNING) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_channels()
247 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_format()
251 LOG(WARNING) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_format()
259 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_set_format()
271 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_standby()
273 if (out->bluetooth_output_.GetState() == BluetoothStreamState::STARTED) { in out_standby()
276 } else if (out->bluetooth_output_.GetState() == in out_standby()
278 out->bluetooth_output_.GetState() == in out_standby()
280 LOG(WARNING) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_standby()
284 LOG(DEBUG) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_standby()
287 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_standby()
295 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState(); in out_dump()
305 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_set_parameters()
323 …LOG(VERBOSE) << "state=" << out->bluetooth_output_.GetState() << ", sample_rate=" << out->sample_r… in out_set_parameters()
327 << ": state=" << out->bluetooth_output_.GetState() in out_set_parameters()
334 LOG(INFO) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_set_parameters()
342 LOG(INFO) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_set_parameters()
345 if (out->bluetooth_output_.GetState() == BluetoothStreamState::STARTED) { in out_set_parameters()
348 } else if (out->bluetooth_output_.GetState() != in out_set_parameters()
353 LOG(INFO) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_set_parameters()
355 if (out->bluetooth_output_.GetState() == BluetoothStreamState::DISABLED) { in out_set_parameters()
363 LOG(INFO) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_set_parameters()
365 if (out->bluetooth_output_.GetState() != BluetoothStreamState::DISABLED) { in out_set_parameters()
375 LOG(INFO) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_set_parameters()
377 if (out->bluetooth_output_.GetState() != BluetoothStreamState::DISABLED) { in out_set_parameters()
385 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_set_parameters()
395 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_parameters()
403 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_parameters()
406 LOG(ERROR) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_parameters()
470 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_parameters()
479 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_latency_ms()
487 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_set_volume()
498 if (out->bluetooth_output_.GetState() != BluetoothStreamState::STARTED) { in out_write()
499 LOG(INFO) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_write()
503 LOG(ERROR) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_write()
505 if (out->bluetooth_output_.GetState() == BluetoothStreamState::DISABLED) { in out_write()
566 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_render_position()
574 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_add_audio_effect()
582 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_remove_audio_effect()
591 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_next_write_timestamp()
600 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_pause()
602 if (out->bluetooth_output_.GetState() == BluetoothStreamState::STARTED) { in out_pause()
605 } else if (out->bluetooth_output_.GetState() == in out_pause()
607 out->bluetooth_output_.GetState() == in out_pause()
609 LOG(WARNING) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_pause()
613 LOG(DEBUG) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_pause()
616 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_pause()
627 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_resume()
629 if (out->bluetooth_output_.GetState() == BluetoothStreamState::STANDBY) { in out_resume()
631 } else if (out->bluetooth_output_.GetState() == in out_resume()
633 out->bluetooth_output_.GetState() == in out_resume()
635 LOG(WARNING) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_resume()
638 } else if (out->bluetooth_output_.GetState() == in out_resume()
640 LOG(WARNING) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_resume()
644 LOG(DEBUG) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_resume()
647 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_resume()
662 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_get_presentation_position()
676 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in out_update_source_metadata()
723 LOG(ERROR) << __func__ << ": state=" << out->bluetooth_output_.GetState() in adev_open_output_stream()
748 …LOG(INFO) << __func__ << ": state=" << out->bluetooth_output_.GetState() << ", sample_rate=" << ou… in adev_open_output_stream()
757 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in adev_close_output_stream()
764 if (out->bluetooth_output_.GetState() != BluetoothStreamState::DISABLED) { in adev_close_output_stream()
770 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_.GetState() in adev_close_output_stream()
791 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_set_sample_rate()
800 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_get_buffer_size()
809 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_get_channels()
813 LOG(WARNING) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_get_channels()
824 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_get_format()
828 LOG(WARNING) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_get_format()
836 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_set_format()
846 while (in->bluetooth_input_.GetState() == state) { in in_state_transition_timeout()
868 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_standby()
874 LOG(ERROR) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_standby()
879 if (in->bluetooth_input_.GetState() == BluetoothStreamState::STARTED) { in in_standby()
881 } else if (in->bluetooth_input_.GetState() != in in_standby()
883 LOG(DEBUG) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_standby()
891 LOG(ERROR) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_standby()
896 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_standby()
904 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_.GetState(); in in_dump()
915 << ": NOT HANDLED! state=" << in->bluetooth_input_.GetState() in in_set_parameters()
935 << ": NOT HANDLED! state=" << in->bluetooth_input_.GetState() in in_get_parameters()
943 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_get_parameters()
946 LOG(ERROR) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_get_parameters()
965 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_add_audio_effect()
973 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_remove_audio_effect()
981 << ": NOT HANDLED! state=" << in->bluetooth_input_.GetState(); in in_set_gain()
997 if (in->bluetooth_input_.GetState() != BluetoothStreamState::STARTED) { in in_read()
998 LOG(INFO) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_read()
1002 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_read()
1004 if (in->bluetooth_input_.GetState() == BluetoothStreamState::STANDBY) { in in_read()
1006 } else if (in->bluetooth_input_.GetState() == in in_read()
1008 LOG(WARNING) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_read()
1011 } else if (in->bluetooth_input_.GetState() == in in_read()
1013 LOG(WARNING) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_read()
1017 LOG(DEBUG) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_read()
1020 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_read()
1024 LOG(ERROR) << __func__ << ": state=" << in->bluetooth_input_.GetState() in in_read()
1047 << ": NOT HANDLED! state=" << in->bluetooth_input_.GetState(); in in_get_input_frames_lost()
1059 if (in->bluetooth_input_.GetState() == BluetoothStreamState::STANDBY) { in in_get_capture_position()
1060 LOG(WARNING) << __func__ << ": state= " << in->bluetooth_input_.GetState(); in in_get_capture_position()
1072 << ": NOT HANDLED! state=" << in->bluetooth_input_.GetState(); in in_start()
1080 << ": NOT HANDLED! state=" << in->bluetooth_input_.GetState(); in in_stop()
1090 << ": NOT HANDLED! state=" << in->bluetooth_input_.GetState(); in in_create_mmap_buffer()
1099 << ": NOT HANDLED! state=" << in->bluetooth_input_.GetState(); in in_get_mmap_position()
1109 << ": NOT HANDLED! state=" << in->bluetooth_input_.GetState(); in in_get_active_microphones()
1118 << ": NOT HANDLED! state=" << in->bluetooth_input_.GetState(); in in_set_microphone_direction()
1127 << ": NOT HANDLED! state=" << in->bluetooth_input_.GetState(); in in_set_microphone_field_dimension()
1136 << ": NOT HANDLED! state=" << in->bluetooth_input_.GetState(); in in_update_sink_metadata()
1182 LOG(ERROR) << __func__ << ": state=" << in->bluetooth_input_.GetState() in adev_open_input_stream()
1196 LOG(INFO) << __func__ << ": state=" << in->bluetooth_input_.GetState() in adev_open_input_stream()
1208 if (in->bluetooth_input_.GetState() != BluetoothStreamState::DISABLED) { in adev_close_input_stream()
1213 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_.GetState() in adev_close_input_stream()