Searched refs:get_main_thread (Results 1 – 3 of 3) sorted by relevance
61 bluetooth::common::MessageLoopThread* get_main_thread();
85 bluetooth::common::MessageLoopThread* get_main_thread() { return &main_thread; } in get_main_thread() function
107 get_main_thread()->GetWeakPtr(), FROM_HERE, base::Bind(&send_audio_data), in start_audio_ticks()395 if (!bluetooth::audio::hearing_aid::init(stream_cb, get_main_thread())) { in Initialize()