Searched refs:Postable (Results 1 – 5 of 5) sorted by relevance
72 bluetooth::common::PostableContext* get_main() { return main_thread.Postable(); } in get_main()
37 bluetooth::common::PostableContext* get_main() { return main_thread.Postable(); } in get_main()
127 bluetooth::common::PostableContext* get_jni() { return jni_thread.Postable(); } in get_jni()
173 PostableContext* Postable();
202 PostableContext* MessageLoopThread::Postable() { return this; } in Postable() function in bluetooth::common::MessageLoopThread