Searched refs:cancelBufferToNativeWindow (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DACodec.h327 status_t cancelBufferToNativeWindow(BufferInfo *info);
/frameworks/av/media/libstagefright/
H A DACodec.cpp1160 status_t error = cancelBufferToNativeWindow(info);
1254 status_t error = cancelBufferToNativeWindow(info);
1329 status_t ACodec::cancelBufferToNativeWindow(BufferInfo *info) { function in class:android::ACodec
1335 info->checkWriteFence("cancelBufferToNativeWindow");
1563 (void)cancelBufferToNativeWindow(info);

Completed in 1699 milliseconds