Searched refs:_CountEndpoints (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/midi/
H A DMidiServerApp.cpp60 for (int32 t = 0; t < _CountEndpoints(); ++t) {
391 for (int32 t = 0; t < _CountEndpoints(); ++t) {
414 for (int32 t = 0; t < _CountEndpoints(); ++t) {
497 for (int32 t = 0; t < _CountEndpoints(); ++t) {
602 for (int32 t = 0; t < _CountEndpoints(); ++t) {
702 for (int32 t = 0; t < _CountEndpoints(); ++t) {
743 MidiServerApp::_CountEndpoints() function in class:MidiServerApp
752 ASSERT(index >= 0 && index < _CountEndpoints())
801 for (int32 t = 0; t < _CountEndpoints(); ++t) {
H A DMidiServerApp.h73 int32 _CountEndpoints();

Completed in 42 milliseconds