Searched refs:checkIMemory (Results 1 – 4 of 4) sorted by relevance
93 status_t checkIMemory(const sp<IMemory>& iMemory);
219 status_t checkIMemory(const sp<IMemory>& iMemory) in checkIMemory() function
1015 if (checkIMemory(modelMemory) != NO_ERROR) { in loadSoundModel()1051 if (checkIMemory(dataMemory) != NO_ERROR) { in startRecognition()
2027 if (sharedBuffer != 0 && checkIMemory(sharedBuffer) != NO_ERROR) { in createTrack_l()