Home
last modified time | relevance | path

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

/haiku/src/apps/soundrecorder/
H A DRecorderWindow.h169 static void NotifyRecordFile(void * cookie, BMediaRecorder::notification code, ...);
H A DRecorderWindow.cpp906 err = fRecorder->SetHooks(RecordFile, NotifyRecordFile, this); in MakeRecordConnection()
1228 RecorderWindow::NotifyRecordFile(void * cookie, in NotifyRecordFile() function in RecorderWindow