Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/media-add-ons/tone_producer_demo/
H A DToneProducer.cpp26 #define FPRINTF fprintf macro
28 static inline void FPRINTF(FILE*, const char*, ...) { } in FPRINTF() function
125 FPRINTF(stderr, "ToneProducer::GetParameterValue\n"); in GetParameterValue()
155 FPRINTF(stderr, "\terror - asked for illegal parameter %" B_PRId32 "\n", in GetParameterValue()
210 FPRINTF(stderr, "ToneProducer::FormatSuggestionRequested\n"); in FormatSuggestionRequested()
214 FPRINTF(stderr, "\tERROR - NULL format pointer passed in!\n"); in FormatSuggestionRequested()
234 FPRINTF(stderr, "ToneProducer::FormatProposal\n"); in FormatProposal()
239 FPRINTF(stderr, "ToneProducer::FormatProposal returning B_MEDIA_BAD_SOURCE\n"); in FormatProposal()
250 FPRINTF(stderr, "ToneProducer::FormatProposal returning B_MEDIA_BAD_FORMAT\n"); in FormatProposal()
259 FPRINTF(stderr, "ToneProducer::FormatChangeRequested\n"); in FormatChangeRequested()
[all …]
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp50 #define FPRINTF(args) fprintf args macro
52 #define FPRINTF(args) macro
55 #define DEATH FPRINTF
56 #define CONNECT FPRINTF
57 #define WINDOW FPRINTF