Home | History | Annotate | Download | only in libndkaudio

Lines Matching defs:NULL

29 #ifndef NULL
30 #define NULL 0
58 static float* recBuffer = NULL;
72 : sink_(NULL),
77 engineObj_(NULL),
78 engineItf_(NULL),
79 recorderObj_(NULL),
80 recorderItf_(NULL),
81 recBuffQueueItf_(NULL),
82 configItf_(NULL)
102 result = slCreateEngine(&engineObj_, 1, EngineOption, 0, NULL, NULL);
123 ioDevice.device = NULL;
127 recSource.pFormat = NULL;
188 result = (*recorderItf_)->RegisterCallback(recorderItf_, RecCallback, NULL);