Searched refs:LooperData (Results 1 – 2 of 2) sorted by relevance
47 struct LooperData { struct48 LooperData();49 LooperData(BLooper* looper);50 LooperData(const LooperData& rhs);51 LooperData& operator=(const LooperData& rhs); argument55 typedef std::vector<BLooperList::LooperData>::iterator LooperDataIterator; argument58 bool operator()(LooperData& Data);63 bool operator()(LooperData& Data);68 bool operator()(LooperData& Data);73 bool operator()(LooperData& Data);[all …]
66 fData.push_back(LooperData(looper)); in AddLooper()198 BLooperList::EmptySlotPred(LooperData& data) in EmptySlotPred()215 BLooperList::LooperData::LooperData() in LooperData() function in BPrivate::BLooperList::LooperData222 BLooperList::LooperData::LooperData(BLooper* looper) in LooperData() function in BPrivate::BLooperList::LooperData229 BLooperList::LooperData::LooperData(const LooperData& other) in LooperData() function in BPrivate::BLooperList::LooperData235 BLooperList::LooperData&236 BLooperList::LooperData::operator=(const LooperData& other) in operator =()246 BLooperList::FindLooperPred::operator()(BLooperList::LooperData& data) in operator ()()253 BLooperList::FindThreadPred::operator()(LooperData& data) in operator ()()260 BLooperList::FindNamePred::operator()(LooperData& data) in operator ()()[all …]