Home | History | Annotate | Download | only in libndkaudio

Lines Matching defs:NULL

30 #ifndef NULL
31 #define NULL 0
57 result = slCreateEngine(&engineObject, 0, NULL, 0, NULL, NULL);
86 if (outputMixObject != NULL) {
88 outputMixObject = NULL;
91 if (engineObject != NULL) {
93 engineObject = NULL;
94 engineItf = NULL;
104 source_ = NULL;
115 bqPlayerObject_ = NULL;
116 bq_ = NULL;
117 bqPlayerPlay_ = NULL;
118 configItf_ = NULL;
169 SLDataSink audioSnk = {&loc_outmix, NULL};
191 if (bqPlayerObject_ != NULL) {
193 bqPlayerObject_ = NULL;
196 bqPlayerPlay_ = NULL;
197 bq_ = NULL;