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

/frameworks/av/include/media/stagefright/
H A DACodec.h335 status_t cancelBufferToNativeWindow(BufferInfo *info);
/frameworks/av/media/libstagefright/foundation/include/
H A DACodec.h335 status_t cancelBufferToNativeWindow(BufferInfo *info);
/frameworks/av/media/libstagefright/include/
H A DACodec.h335 status_t cancelBufferToNativeWindow(BufferInfo *info);
/frameworks/av/media/libstagefright/
H A DACodec.cpp1295 status_t error = cancelBufferToNativeWindow(info);
1403 status_t ACodec::cancelBufferToNativeWindow(BufferInfo *info) { function in class:android::ACodec
1409 info->checkWriteFence("cancelBufferToNativeWindow");
1628 (void)cancelBufferToNativeWindow(info);

Completed in 22 milliseconds