Searched refs:BDebugLooper (Results 1 – 2 of 2) sorted by relevance
17 struct BDebugLooper::Debugger {30 struct BDebugLooper::Job : DoublyLinkedListLinkImpl<Job> {64 virtual status_t Do(BDebugLooper* looper) = 0;72 struct BDebugLooper::JobList : DoublyLinkedList<Job> {76 struct BDebugLooper::AddDebuggerJob : Job {85 virtual status_t Do(BDebugLooper* looper) in Do()102 struct BDebugLooper::RemoveDebuggerJob : Job {109 virtual status_t Do(BDebugLooper* looper) in Do()130 BDebugLooper::BDebugLooper() in BDebugLooper() function in BDebugLooper143 BDebugLooper::~BDebugLooper() in ~BDebugLooper()[all …]
18 class BDebugLooper {20 BDebugLooper();21 virtual ~BDebugLooper();