Searched refs:wrap (Results 1 – 8 of 8) sorted by relevance
112 EGLImageBuffer *dst_buffer = eglImageWrapper->wrap(dst); in blit()113 EGLImageBuffer *src_buffer = eglImageWrapper->wrap(src); in blit()
44 EGLImageBuffer* wrap(const void *pvt_handle);
133 EGLImageBuffer *EGLImageWrapper::wrap(const void *pvt_handle) in wrap() function in EGLImageWrapper
89 return wrap(createObject()); in obtain()92 auto o = wrap(mObjects.front().release()); in obtain()120 recyclable_ptr<T> wrap(T* raw) { in wrap() function
68 bool wrap(const AudioBuffer& buffer, sp<AudioBufferWrapper>* wrapper);
27 bool AudioBufferManager::wrap(const AudioBuffer& buffer, sp<AudioBufferWrapper>* wrapper) { in wrap() function in android::AudioBufferManager
404 if (!manager.wrap(inBuffer, &tempInBuffer)) { in setProcessBuffers()408 if (!manager.wrap(outBuffer, &tempOutBuffer)) { in setProcessBuffers()
18 // misusing one type as another won't be caught by the compiler. Should we wrap