Home
last modified time | relevance | path

Searched refs:processDataSourceRead (Results 1 – 2 of 2) sorted by relevance

/btstack/platform/qt/
H A Dbtstack_run_loop_qt.h69 void processDataSourceRead(int fd);
H A Dbtstack_run_loop_qt.cpp122 …read_notifier, SIGNAL(activated(int)), btstack_run_loop_object, SLOT(processDataSourceRead(int))); in btstack_run_loop_qt_add_data_source()
328 void BTstackRunLoopQt::processDataSourceRead(int fd){ in processDataSourceRead() function in BTstackRunLoopQt