Searched refs:releaseAsync (Results 1 – 8 of 8) sorted by relevance
49 void releaseAsync(uint64_t bufferId, const std::shared_ptr<Barrier>& barrier) EXCLUDES(mMutex);
85 void ImageManager::releaseAsync(uint64_t bufferId, const std::shared_ptr<Barrier>& barrier) { in releaseAsync() function in android::renderengine::gl::ImageManager
744 mImageManager->releaseAsync(bufferId, nullptr); in unbindExternalTextureBuffer()750 mImageManager->releaseAsync(bufferId, barrier); in unbindExternalTextureBufferForTesting()
65 void releaseAsync();
281 void JMediaCodec::releaseAsync() { in releaseAsync() function in android::JMediaCodec287 mCodec->releaseAsync(notify); in releaseAsync()1607 codec->releaseAsync(); in android_media_MediaCodec_release()
394 codec->releaseAsync(new AMessage); in TEST()
184 status_t releaseAsync(const sp<AMessage> ¬ify);
3166 status_t MediaCodec::releaseAsync(const sp<AMessage> ¬ify) { in releaseAsync() function in android::MediaCodec