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

/frameworks/av/include/media/stagefright/
H A DACodec.h321 status_t cancelBufferToNativeWindow(BufferInfo *info);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h321 status_t cancelBufferToNativeWindow(BufferInfo *info);
/frameworks/av/media/libstagefright/
H A DACodec.cpp1291 status_t error = cancelBufferToNativeWindow(info);
1399 status_t ACodec::cancelBufferToNativeWindow(BufferInfo *info) { function in class:android::ACodec
1405 info->checkWriteFence("cancelBufferToNativeWindow");
1620 (void)cancelBufferToNativeWindow(info);

Completed in 22 milliseconds