Uses of Class
org.robovm.apple.corefoundation.CFAllocator
-
Uses of CFAllocator in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return CFAllocator Modifier and Type Method Description CFAllocatorCFAllocator. create(CFAllocatorContext context)CFAllocatorCFType. getAllocator()static CFAllocatorCFAllocator. getDefault()static CFAllocatorCFAllocator. getDefaultAllocator()static CFAllocatorCFAllocator. getMallocAllocator()static CFAllocatorCFAllocator. getMallocZoneAllocator()static CFAllocatorCFAllocator. getNullAllocator()static CFAllocatorCFAllocator. getSystemDefaultAllocator()static CFAllocatorCFAllocator. getUseContextAllocator()Methods in org.robovm.apple.corefoundation with parameters of type CFAllocator Modifier and Type Method Description CFDataCFPropertyList. asData(CFAllocator allocator, CFPropertyListFormat format, long options)static CFDataCFURL. asData(CFAllocator allocator, CFURL url, CFStringEncodings encoding, boolean escapeWhitespace)protected static StringCFUUID. asString(CFAllocator alloc, CFUUID uuid)static CFAttributedStringCFAttributedString. create(CFAllocator alloc, String str, CFDictionary attributes)static CFAttributedStringCFAttributedString. create(CFAllocator alloc, String str, CMTextMarkupAttributes attributes)static CFAttributedStringCFAttributedString. create(CFAllocator alloc, String str, CTAttributedStringAttributes attributes)static CFAttributedStringCFAttributedString. create(CFAllocator alloc, String str, NSAttributedStringAttributes attributes)static CFBagCFBag. create(CFAllocator allocator, VoidPtr.VoidPtrPtr values, long numValues, org.robovm.apple.corefoundation.CFBagCallBacks callBacks)static CFBinaryHeapCFBinaryHeap. create(CFAllocator allocator, long capacity)static CFBitVectorCFBitVector. create(CFAllocator allocator, byte[] bytes)static CFBitVectorCFBitVector. create(CFAllocator allocator, ByteBuffer bytes)static CFBundleCFBundle. create(CFAllocator allocator, CFURL bundleURL)protected static CFCalendarCFCalendar. create(CFAllocator allocator, CFCalendarIdentifier identifier)static CFCharacterSetCFCharacterSet. create(CFAllocator alloc, String theString)static CFCharacterSetCFCharacterSet. create(CFAllocator alloc, CFData theData)static CFCharacterSetCFCharacterSet. create(CFAllocator alloc, CFRange theRange)static CFDateCFDate. create(CFAllocator allocator, double at)static CFDateFormatterCFDateFormatter. create(CFAllocator allocator, CFLocale locale, CFDateFormatterStyle dateStyle, CFDateFormatterStyle timeStyle)static CFErrorCFError. create(CFAllocator allocator, String domain, long code, NSDictionary userInfo)static CFFileDescriptorCFFileDescriptor. create(CFAllocator allocator, int fd, boolean closeOnInvalidate, CFFileDescriptor.CFFileDescriptorCallback callback)static CFFileSecurityCFFileSecurity. create(CFAllocator allocator)static CFLocaleCFLocale. create(CFAllocator allocator, String localeIdentifier)static CFMutableArrayCFMutableArray. create(CFAllocator allocator, long capacity, org.robovm.apple.corefoundation.CFArrayCallBacks callBacks)static CFMutableAttributedStringCFMutableAttributedString. create(CFAllocator alloc, long maxLength)static CFMutableBagCFMutableBag. create(CFAllocator allocator, long capacity, org.robovm.apple.corefoundation.CFBagCallBacks callBacks)static CFMutableBitVectorCFMutableBitVector. create(CFAllocator allocator, long capacity)static CFMutableCharacterSetCFMutableCharacterSet. create(CFAllocator alloc)static CFMutableDataCFMutableData. create(CFAllocator allocator, long capacity)static CFMutableDictionaryCFMutableDictionary. create(CFAllocator allocator, long capacity, org.robovm.apple.corefoundation.CFDictionaryKeyCallBacks keyCallBacks, org.robovm.apple.corefoundation.CFDictionaryValueCallBacks valueCallBacks)static CFMutableSetCFMutableSet. create(CFAllocator allocator, long capacity, org.robovm.apple.corefoundation.CFSetCallBacks callBacks)static CFMutableStringCFMutableString. create(CFAllocator alloc, long maxLength)static CFNumberFormatterCFNumberFormatter. create(CFAllocator allocator, CFLocale locale, CFNumberFormatterStyle style)static CFPlugInCFPlugIn. create(CFAllocator allocator, CFURL plugInURL)static CFPropertyListCFPropertyList. create(CFAllocator allocator, CFData data, long options)protected static CFPropertyListCFPropertyList. create(CFAllocator allocator, CFData data, long options, MachineSizedSIntPtr format)static CFPropertyListCFPropertyList. create(CFAllocator allocator, CFReadStream stream, long streamLength, long options)protected static CFPropertyListCFPropertyList. create(CFAllocator allocator, CFReadStream stream, long streamLength, long options, MachineSizedSIntPtr format)static CFReadStreamCFReadStream. create(CFAllocator alloc, CFURL fileURL)static CFRunLoopObserverCFRunLoopObserver. create(CFAllocator allocator, CFRunLoopActivity activities, boolean repeats, long order, VoidBlock2<CFRunLoopObserver,CFRunLoopActivity> block)static CFRunLoopSourceCFRunLoopSource. create(CFAllocator allocator, long order, CFRunLoopSourceContext context)static CFRunLoopTimerCFRunLoopTimer. create(CFAllocator allocator, double fireDate, double interval, long flags, long order, VoidBlock1<CFRunLoopTimer> block)protected static CFSetCFSet. create(CFAllocator allocator, VoidPtr.VoidPtrPtr values, long numValues, org.robovm.apple.corefoundation.CFSetCallBacks callBacks)static CFSocketCFSocket. create(CFAllocator allocator, int protocolFamily, int socketType, int protocol, CFSocketCallBackType callBackTypes, CFSocket.CFSocketCallback callback)static CFSocketCFSocket. create(CFAllocator allocator, int sock, CFSocketCallBackType callBackTypes, CFSocket.CFSocketCallback callback)static CFSocketCFSocket. create(CFAllocator allocator, CFSocketSignature signature, CFSocketCallBackType callBackTypes, CFSocket.CFSocketCallback callback)protected static voidCFStreamPair. create(CFAllocator alloc, int sock, CFReadStream.CFReadStreamPtr readStream, CFWriteStream.CFWriteStreamPtr writeStream)Deprecated.Use nw_connection_t in Network framework insteadprotected static voidCFStreamPair. create(CFAllocator alloc, String host, int port, CFReadStream.CFReadStreamPtr readStream, CFWriteStream.CFWriteStreamPtr writeStream)Deprecated.Use nw_connection_t in Network framework insteadprotected static voidCFStreamPair. create(CFAllocator alloc, CFReadStream.CFReadStreamPtr readStream, CFWriteStream.CFWriteStreamPtr writeStream, long transferBufferSize)protected static voidCFStreamPair. create(CFAllocator alloc, CFSocketSignature signature, CFReadStream.CFReadStreamPtr readStream, CFWriteStream.CFWriteStreamPtr writeStream)Deprecated.Use nw_connection_t in Network framework insteadstatic CFStringTokenizerCFStringTokenizer. create(CFAllocator alloc, String string, CFRange range, CFStringTokenizerUnitOptions options, CFLocale locale)static CFTimeZoneCFTimeZone. create(CFAllocator allocator, double ti)static CFTimeZoneCFTimeZone. create(CFAllocator allocator, String name, boolean tryAbbrev)static CFTimeZoneCFTimeZone. create(CFAllocator allocator, String name, CFData data)static CFTreeCFTree. create(CFAllocator allocator)static CFURLCFURL. create(CFAllocator allocator, String URLString, CFURL baseURL)static CFUUIDCFUUID. create(CFAllocator alloc)static CFUUIDCFUUID. create(CFAllocator alloc, byte byte0, byte byte1, byte byte2, byte byte3, byte byte4, byte byte5, byte byte6, byte byte7, byte byte8, byte byte9, byte byte10, byte byte11, byte byte12, byte byte13, byte byte14, byte byte15)static CFUUIDCFUUID. create(CFAllocator alloc, String uuidStr)static CFUUIDCFUUID. create(CFAllocator alloc, CFUUIDBytes bytes)protected static CFStringCFString. createArrayBySeparatingStrings(CFAllocator alloc, CFString theString, String separatorString)protected static CFStringCFString. createArrayWithFindResults(CFAllocator alloc, CFString theString, String stringToFind, CFRange rangeToSearch, CFStringCompareFlags compareOptions)static List<CFBundle>CFBundle. createBundlesFromDirectory(CFAllocator allocator, CFURL directoryURL, String bundleType)protected static CFStringCFString. createByCombiningStrings(CFAllocator alloc, CFArray theArray, String separatorString)static CFSocketCFSocket. createConnectedToSocketSignature(CFAllocator allocator, CFSocketSignature signature, CFSocketCallBackType callBackTypes, CFSocket.CFSocketCallback callback, double timeout)static CFAttributedStringCFAttributedString. createCopy(CFAllocator alloc, CFAttributedString aStr)static CFBagCFBag. createCopy(CFAllocator allocator, CFBag theBag)static CFBinaryHeapCFBinaryHeap. createCopy(CFAllocator allocator, long capacity, CFBinaryHeap heap)static CFBitVectorCFBitVector. createCopy(CFAllocator allocator, CFBitVector bv)static CFCharacterSetCFCharacterSet. createCopy(CFAllocator alloc, CFCharacterSet theSet)static CFDataCFData. createCopy(CFAllocator allocator, CFData theData)static CFDictionaryCFDictionary. createCopy(CFAllocator allocator, CFDictionary theDict)static CFFileSecurityCFFileSecurity. createCopy(CFAllocator allocator, CFFileSecurity fileSec)static CFLocaleCFLocale. createCopy(CFAllocator allocator, CFLocale locale)static CFMutableArrayCFMutableArray. createCopy(CFAllocator allocator, long capacity, CFArray theArray)static CFMutableAttributedStringCFMutableAttributedString. createCopy(CFAllocator alloc, long maxLength, CFAttributedString aStr)static CFMutableBagCFMutableBag. createCopy(CFAllocator allocator, long capacity, CFBag theBag)static CFMutableBitVectorCFMutableBitVector. createCopy(CFAllocator allocator, long capacity, CFBitVector bv)static CFMutableCharacterSetCFMutableCharacterSet. createCopy(CFAllocator alloc, CFCharacterSet theSet)static CFMutableDataCFMutableData. createCopy(CFAllocator allocator, long capacity, CFData theData)static CFMutableDictionaryCFMutableDictionary. createCopy(CFAllocator allocator, long capacity, CFDictionary theDict)static CFMutableSetCFMutableSet. createCopy(CFAllocator allocator, long capacity, CFSet theSet)static CFMutableStringCFMutableString. createCopy(CFAllocator alloc, long maxLength, CFMutableString theString)protected static CFSetCFSet. createCopy(CFAllocator allocator, CFSet theSet)protected static CFStringCFString. createCopy(CFAllocator alloc, CFString theString)static CFURLCFURL. createCopyByAppendingPathComponent(CFAllocator allocator, CFURL url, String pathComponent, boolean isDirectory)static CFURLCFURL. createCopyByAppendingPathExtension(CFAllocator allocator, CFURL url, String extension)static CFURLCFURL. createCopyByDeletingLastPathComponent(CFAllocator allocator, CFURL url)static CFURLCFURL. createCopyByDeletingPathExtension(CFAllocator allocator, CFURL url)static CFPropertyListCFPropertyList. createDeepCopy(CFAllocator allocator, CFPropertyList propertyList, CFPropertyListMutabilityOptions mutabilityOption)protected static CFStringCFString. createExternalRepresentation(CFAllocator alloc, CFString theString, CFStringEncodings encoding, byte lossByte)static CFURLCFURL. createFilePathURL(CFAllocator allocator, CFURL url)static CFURLCFURL. createFileReferenceURL(CFAllocator allocator, CFURL url)static CFURLEnumeratorCFURLEnumerator. createForDirectoryURL(CFAllocator alloc, CFURL directoryURL, CFURLEnumeratorOptions option, CFArray propertyKeys)static CFURLEnumeratorCFURLEnumerator. createForMountedVolumes(CFAllocator alloc, CFURLEnumeratorOptions option, CFArray propertyKeys)protected static CFStringCFString. createFromExternalRepresentation(CFAllocator alloc, CFData data, CFStringEncodings encoding)static CFURLCFURL. createFromFileSystemRepresentation(CFAllocator allocator, BytePtr buffer, long bufLen, boolean isDirectory)static CFURLCFURL. createFromFileSystemRepresentationRelativeToBase(CFAllocator allocator, BytePtr buffer, long bufLen, boolean isDirectory, CFURL baseURL)static CFCharacterSetCFCharacterSet. createInvertedSet(CFAllocator alloc, CFCharacterSet theSet)static CFDateFormatterCFDateFormatter. createISO8601Formatter(CFAllocator allocator, CFISO8601DateFormatOptions formatOptions)protected static CFMessagePortCFMessagePort. createLocal(CFAllocator allocator, String name, FunctionPtr callout, org.robovm.apple.corefoundation.CFMessagePortContext context, BooleanPtr shouldFreeInfo)protected static CFMessagePortCFMessagePort. createRemote(CFAllocator allocator, String name)CFRunLoopSourceCFFileDescriptor. createRunLoopSource(CFAllocator allocator, long order)static CFRunLoopSourceCFFileDescriptor. createRunLoopSource(CFAllocator allocator, CFFileDescriptor f, long order)static CFRunLoopSourceCFMachPort. createRunLoopSource(CFAllocator allocator, CFMachPort port, long order)static CFRunLoopSourceCFMessagePort. createRunLoopSource(CFAllocator allocator, CFMessagePort local, long order)CFRunLoopSourceCFSocket. createRunLoopSource(CFAllocator allocator, long order)static CFRunLoopSourceCFSocket. createRunLoopSource(CFAllocator allocator, CFSocket s, long order)protected static CFStringCFString. createWithBytes(CFAllocator alloc, BytePtr bytes, long numBytes, CFStringEncodings encoding, boolean isExternalRepresentation)protected static CFStringCFString. createWithBytesNoCopy(CFAllocator alloc, BytePtr bytes, long numBytes, CFStringEncodings encoding, boolean isExternalRepresentation, CFAllocator contentsDeallocator)protected static CFStringCFString. createWithCharacters(CFAllocator alloc, ShortPtr chars, long numChars)protected static CFStringCFString. createWithCharactersNoCopy(CFAllocator alloc, ShortPtr chars, long numChars, CFAllocator contentsDeallocator)protected static CFStringCFString. createWithCString(CFAllocator alloc, BytePtr cStr, CFStringEncodings encoding)protected static CFStringCFString. createWithCStringNoCopy(CFAllocator alloc, BytePtr cStr, CFStringEncodings encoding, CFAllocator contentsDeallocator)static CFURLCFURL. createWithFileSystemPath(CFAllocator allocator, String filePath, CFURLPathStyle pathStyle, boolean isDirectory)static CFURLCFURL. createWithFileSystemPathRelativeToBase(CFAllocator allocator, String filePath, CFURLPathStyle pathStyle, boolean isDirectory, CFURL baseURL)protected static CFStringCFString. createWithFileSystemRepresentation(CFAllocator alloc, BytePtr buffer)protected static CFStringCFString. createWithPascalString(CFAllocator alloc, BytePtr pStr, CFStringEncodings encoding)protected static CFStringCFString. createWithPascalStringNoCopy(CFAllocator alloc, BytePtr pStr, CFStringEncodings encoding, CFAllocator contentsDeallocator)static CFAttributedStringCFAttributedString. createWithSubstring(CFAllocator alloc, CFAttributedString aStr, CFRange range)protected static CFStringCFString. createWithSubstring(CFAllocator alloc, String str, CFRange range)static StringCFURL. decodeURLString(CFAllocator allocator, String originalString, String charactersToLeaveEscaped)static StringCFURL. decodeURLString(CFAllocator allocator, String origString, String charsToLeaveEscaped, CFStringEncodings encoding)Deprecated.Deprecated in iOS 9.0.static StringCFURL. encodeURLString(CFAllocator allocator, String originalString, String charactersToLeaveUnescaped, String legalURLCharactersToBeEscaped, CFStringEncodings encoding)Deprecated.Deprecated in iOS 9.0.protected static StringCFNumberFormatter. format(CFAllocator allocator, CFNumberFormatter formatter, CFNumber number)protected static StringCFNumberFormatter. formatValue(CFAllocator allocator, CFNumberFormatter formatter, CFNumberType numberType, VoidPtr valuePtr)CFDataCFCharacterSet. getBitmapRepresentation(CFAllocator allocator)protected static StringCFLocale. getCanonicalLanguageIdentifier(CFAllocator allocator, String localeIdentifier)protected static StringCFLocale. getCanonicalLocaleIdentifier(CFAllocator allocator, short lcode, short rcode)protected static StringCFLocale. getCanonicalLocaleIdentifier(CFAllocator allocator, String localeIdentifier)protected static CFLocaleComponentsCFLocale. getComponentsFromLocaleIdentifier(CFAllocator allocator, String localeID)protected static CFUUIDCFUUID. getConstantUUID(CFAllocator alloc, byte byte0, byte byte1, byte byte2, byte byte3, byte byte4, byte byte5, byte byte6, byte byte7, byte byte8, byte byte9, byte byte10, byte byte11, byte byte12, byte byte13, byte byte14, byte byte15)protected static StringCFLocale. getLocaleIdentifierFromComponents(CFAllocator allocator, CFLocaleComponents dictionary)protected static StringCFLocale. getLocaleIdentifierFromWindowsLocaleCode(CFAllocator allocator, int lcid)protected static CFNumberCFNumberFormatter. parse(CFAllocator allocator, CFNumberFormatter formatter, String string, CFRange rangep, CFNumberFormatterOptionFlags options)static voidCFAllocator. setDefault(CFAllocator allocator) -
Uses of CFAllocator in org.robovm.apple.coremedia
Methods in org.robovm.apple.coremedia that return CFAllocator Modifier and Type Method Description CFAllocatorCMMemoryPool. getAllocator()Methods in org.robovm.apple.coremedia with parameters of type CFAllocator Modifier and Type Method Description voidCMBlockBuffer. appendMemoryBlock(VoidPtr memoryBlock, long blockLength, CFAllocator blockAllocator, CMBlockBufferCustomBlockSource customBlockSource, long offsetToData, long dataLength, CMBlockBufferFlags flags)protected OSStatusCMBlockBuffer. appendMemoryBlock0(VoidPtr memoryBlock, long blockLength, CFAllocator blockAllocator, CMBlockBufferCustomBlockSource customBlockSource, long offsetToData, long dataLength, CMBlockBufferFlags flags)NSDictionaryCMTime. asDictionary(CFAllocator allocator)NSDictionaryCMTimeRange. asDictionary(CFAllocator allocator)static CMBlockBufferCMVideoFormatDescription. copyAsBigEndianImageDescriptionBlockBuffer(CFAllocator allocator, CMVideoFormatDescription videoFormatDescription, int imageDescriptionStringEncoding, String imageDescriptionFlavor)static CMBlockBufferCMBlockBuffer. create(CMBlockBuffer sourceBuffer, CFAllocator blockAllocator, CMBlockBufferCustomBlockSource customBlockSource, long offsetToData, long dataLength, CMBlockBufferFlags flags)static CMBlockBufferCMBlockBuffer. create(VoidPtr memoryBlock, long blockLength, CFAllocator blockAllocator, CMBlockBufferCustomBlockSource customBlockSource, long offsetToData, long dataLength, CMBlockBufferFlags flags)static CMFormatDescriptionCMFormatDescription. create(CFAllocator allocator, CMMediaType mediaType, int mediaSubtype, NSDictionary<NSString,?> extensions)static CMSimpleQueueCMSimpleQueue. create(CFAllocator allocator, int capacity)protected static OSStatusCMAudioFormatDescription. create0(CFAllocator allocator, AudioStreamBasicDescription asbd, long layoutSize, AudioChannelLayout layout, long magicCookieSize, VoidPtr magicCookie, NSDictionary extensions, CMAudioFormatDescription.CMAudioFormatDescriptionPtr formatDescriptionOut)protected static OSStatusCMBlockBuffer. create0(CFAllocator structureAllocator, int subBlockCapacity, CMBlockBufferFlags flags, CMBlockBuffer.CMBlockBufferPtr blockBufferOut)protected static OSStatusCMBlockBuffer. create0(CFAllocator structureAllocator, CMBlockBuffer bufferReference, long offsetToData, long dataLength, CMBlockBufferFlags flags, CMBlockBuffer.CMBlockBufferPtr blockBufferOut)protected static OSStatusCMBlockBuffer. create0(CFAllocator structureAllocator, CMBlockBuffer sourceBuffer, CFAllocator blockAllocator, CMBlockBufferCustomBlockSource customBlockSource, long offsetToData, long dataLength, CMBlockBufferFlags flags, CMBlockBuffer.CMBlockBufferPtr blockBufferOut)protected static OSStatusCMBlockBuffer. create0(CFAllocator structureAllocator, VoidPtr memoryBlock, long blockLength, CFAllocator blockAllocator, CMBlockBufferCustomBlockSource customBlockSource, long offsetToData, long dataLength, CMBlockBufferFlags flags, CMBlockBuffer.CMBlockBufferPtr blockBufferOut)protected static OSStatusCMBufferQueue. create0(CFAllocator allocator, long capacity, org.robovm.apple.coremedia.CMBufferCallbacksStruct callbacks, CMBufferQueue.CMBufferQueuePtr queueOut)protected static OSStatusCMFormatDescription. create0(CFAllocator allocator, CMMediaType mediaType, int mediaSubType, CFDictionary extensions, CMFormatDescription.CMFormatDescriptionPtr formatDescriptionOut)protected static OSStatusCMSampleBuffer. create0(CFAllocator allocator, CMBlockBuffer dataBuffer, boolean dataReady, FunctionPtr makeDataReadyCallback, long makeDataReadyRefcon, CMFormatDescription formatDescription, long numSamples, long numSampleTimingEntries, CMSampleTimingInfo sampleTimingArray, long numSampleSizeEntries, MachineSizedUIntPtr sampleSizeArray, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut)protected static OSStatusCMSimpleQueue. create0(CFAllocator allocator, int capacity, CMSimpleQueue.CMSimpleQueuePtr queueOut)protected static OSStatusCMTimebase. create0(CFAllocator allocator, CMClock sourceClock, CMTimebase.CMTimebasePtr timebaseOut)protected static OSStatusCMTimebase. create0(CFAllocator allocator, CMTimebase sourceTimebase, CMTimebase.CMTimebasePtr timebaseOut)static CMClockCMClock. createAudioClock(CFAllocator allocator)protected static OSStatusCMClock. createAudioClock0(CFAllocator allocator, CMClock.CMClockPtr clockOut)protected static OSStatusCMSampleBuffer. createAudioSampleBuffer0(CFAllocator allocator, CMBlockBuffer dataBuffer, boolean dataReady, CMFormatDescription formatDescription, long numSamples, CMTime presentationTimeStamp, AudioStreamPacketDescription packetDescriptions, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut, Block1<CMSampleBuffer,OSStatus> makeDataReadyHandler)protected static OSStatusCMSampleBuffer. createAudioSampleBuffer0(CFAllocator allocator, CMBlockBuffer dataBuffer, boolean dataReady, FunctionPtr makeDataReadyCallback, long makeDataReadyRefcon, CMFormatDescription formatDescription, long numSamples, CMTime presentationTimeStamp, AudioStreamPacketDescription packetDescriptions, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut)protected static OSStatusCMSampleBuffer. createAudioSampleBuffer0(CFAllocator allocator, CMBlockBuffer dataBuffer, CMFormatDescription formatDescription, long numSamples, CMTime presentationTimeStamp, AudioStreamPacketDescription packetDescriptions, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut)protected static OSStatusCMSampleBuffer. createCopy0(CFAllocator allocator, CMSampleBuffer sbuf, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut)protected static OSStatusCMSampleBuffer. createCopyWithNewTiming0(CFAllocator allocator, CMSampleBuffer originalSBuf, long numSampleTimingEntries, CMSampleTimingInfo sampleTimingArray, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut)protected static OSStatusCMSampleBuffer. createForImageBuffer0(CFAllocator allocator, CVImageBuffer imageBuffer, boolean dataReady, FunctionPtr makeDataReadyCallback, long makeDataReadyRefcon, CMVideoFormatDescription formatDescription, CMSampleTimingInfo sampleTiming, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut)protected static OSStatusCMSampleBuffer. createForImageBufferWithMakeDataReadyHandler0(CFAllocator allocator, CVImageBuffer imageBuffer, boolean dataReady, CMVideoFormatDescription formatDescription, CMSampleTimingInfo sampleTiming, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut, Block1<CMSampleBuffer,OSStatus> makeDataReadyHandler)protected static OSStatusCMSampleBuffer. createForRange0(CFAllocator allocator, CMSampleBuffer sbuf, CFRange sampleRange, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut)protected static OSStatusCMMetadataIdentifier. createIdentifier0(CFAllocator allocator, CFType key, String keySpace, CFString.CFStringPtr identifierOut)protected static OSStatusCMMetadataIdentifier. createKey0(CFAllocator allocator, String identifier, CFType.CFTypePtr keyOut)protected static OSStatusCMMetadataIdentifier. createKeyAsData0(CFAllocator allocator, String identifier, NSData.NSDataPtr keyOut)protected static OSStatusCMMetadataIdentifier. createKeySpace0(CFAllocator allocator, String identifier, CFString.CFStringPtr keySpaceOut)protected static OSStatusCMSampleBuffer. createReady0(CFAllocator allocator, CMBlockBuffer dataBuffer, CMFormatDescription formatDescription, long numSamples, long numSampleTimingEntries, CMSampleTimingInfo sampleTimingArray, long numSampleSizeEntries, MachineSizedUIntPtr sampleSizeArray, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut)protected static OSStatusCMSampleBuffer. createReadyWithImageBuffer0(CFAllocator allocator, CVImageBuffer imageBuffer, CMVideoFormatDescription formatDescription, CMSampleTimingInfo sampleTiming, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut)static OSStatusCMBufferQueue. createWithHandlers(CFAllocator allocator, long capacity, CMBufferHandlers handlers, CMBufferQueue.CMBufferQueuePtr queueOut)protected static OSStatusCMSampleBuffer. createWithMakeDataReadyHandler0(CFAllocator allocator, CMBlockBuffer dataBuffer, boolean dataReady, CMFormatDescription formatDescription, long numSamples, long numSampleTimingEntries, CMSampleTimingInfo sampleTimingArray, long numSampleSizeEntries, MachineSizedUIntPtr sampleSizeArray, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut, Block1<CMSampleBuffer,OSStatus> makeDataReadyHandler)protected OSStatusCMSampleBuffer. getAudioBufferList0(MachineSizedUIntPtr bufferListSizeNeededOut, AudioBufferList bufferListOut, long bufferListSize, CFAllocator blockBufferStructureAllocator, CFAllocator blockBufferBlockAllocator, CMSampleBufferFlags flags, CMBlockBuffer.CMBlockBufferPtr blockBufferOut)static NSDictionaryCMTime. mappingCopyAsDictionary(CMTimeMapping mapping, CFAllocator allocator)static StringCMTime. mappingCopyDescription(CFAllocator allocator, CMTimeMapping mapping)protected OSStatusCMSampleBuffer. setAudioBufferList0(CFAllocator blockBufferStructureAllocator, CFAllocator blockBufferBlockAllocator, CMSampleBufferFlags flags, AudioBufferList bufferList) -
Uses of CFAllocator in org.robovm.apple.coreservices
Methods in org.robovm.apple.coreservices with parameters of type CFAllocator Modifier and Type Method Description protected static CFHostCFHost. create(CFAllocator allocator, String hostname)Deprecated.Use Network framework instead, see deprecation notice inprotected static CFHostCFHost. create(CFAllocator allocator, NSData addr)Deprecated.Use Network framework instead, see deprecation notice instatic CFHTTPAuthenticationCFHTTPAuthentication. create(CFAllocator alloc, CFHTTPMessage response)static NSInputStreamCFHTTPStream. create(CFAllocator alloc, CFHTTPMessage request)Deprecated.Deprecated in iOS 9.0.static NSInputStreamCFHTTPStream. create(CFAllocator alloc, CFHTTPMessage requestHeaders, NSInputStream requestBody)Deprecated.Deprecated in iOS 9.0.static CFNetDiagnosticCFNetDiagnostic. create(CFAllocator alloc, NSInputStream readStream, NSOutputStream writeStream)Deprecated.Deprecated in iOS 11.0.static CFNetDiagnosticCFNetDiagnostic. create(CFAllocator alloc, NSURL url)Deprecated.Deprecated in iOS 11.0.static CFNetServiceCFNetService. create(CFAllocator alloc, String domain, String serviceType, String name, int port)Deprecated.Use nw_browser_t or nw_listener_t in Network framework insteadprotected static CFHostCFHost. createCopy(CFAllocator alloc, CFHost host)Deprecated.Use Network framework instead, see deprecation notice instatic CFHTTPMessageCFHTTPMessage. createCopy(CFAllocator alloc, CFHTTPMessage message)static CFNetServiceCFNetService. createCopy(CFAllocator alloc, CFNetService service)Deprecated.Use nw_browser_t or nw_listener_t in Network framework insteadstatic CFHTTPMessageCFHTTPMessage. createEmpty(CFAllocator alloc, boolean isRequest)static NSInputStreamCFFTPStream. createReadStream(CFAllocator alloc, NSURL ftpURL)Deprecated.Deprecated in iOS 9.0.static CFHTTPMessageCFHTTPMessage. createRequest(CFAllocator alloc, String requestMethod, NSURL url, CFHTTPVersion httpVersion)static CFHTTPMessageCFHTTPMessage. createResponse(CFAllocator alloc, long statusCode, String statusDescription, CFHTTPVersion httpVersion)protected static NSDataCFNetService. createTXTData(CFAllocator alloc, NSDictionary<NSString,NSData> keyValuePairs)Deprecated.Use nw_browser_t or nw_listener_t in Network framework insteadstatic NSOutputStreamCFFTPStream. createWriteStream(CFAllocator alloc, NSURL ftpURL)Deprecated.Deprecated in iOS 9.0.protected static NSDictionary<NSString,NSData>CFNetService. parseTXTData(CFAllocator alloc, NSData txtRecord)Deprecated.Use nw_browser_t or nw_listener_t in Network framework instead -
Uses of CFAllocator in org.robovm.apple.corevideo
Methods in org.robovm.apple.corevideo that return CFAllocator Modifier and Type Method Description CFAllocatorCVPixelBufferAttributes. getMemoryAllocator()Methods in org.robovm.apple.corevideo with parameters of type CFAllocator Modifier and Type Method Description static CVMetalTextureCacheCVMetalTextureCache. create(CFAllocator allocator, CVMetalTextureCacheAttributes cacheAttributes, MTLDevice metalDevice, NSDictionary<NSString,?> textureAttributes)static CVOpenGLESTextureCacheCVOpenGLESTextureCache. create(CFAllocator allocator, CVOpenGLESTextureCacheAttributes cacheAttributes, EAGLContext eaglContext, NSDictionary<NSString,?> textureAttributes)static CVPixelBufferCVPixelBuffer. create(CFAllocator allocator, long width, long height, CVPixelFormatType pixelFormatType, CVPixelBufferAttributes pixelBufferAttributes)protected static CVReturnCVPixelBuffer. create(CFAllocator allocator, long width, long height, CVPixelFormatType pixelFormatType, CVPixelBufferAttributes pixelBufferAttributes, CVPixelBuffer.CVPixelBufferPtr pixelBufferOut)protected static CVReturnCVPixelBuffer. create(CFAllocator allocator, long width, long height, CVPixelFormatType pixelFormatType, VoidPtr dataPtr, long dataSize, long numberOfPlanes, VoidPtr.VoidPtrPtr planeBaseAddress, MachineSizedUIntPtr planeWidth, MachineSizedUIntPtr planeHeight, MachineSizedUIntPtr planeBytesPerRow, FunctionPtr releaseCallback, VoidPtr releaseRefCon, CVPixelBufferAttributes pixelBufferAttributes, CVPixelBuffer.CVPixelBufferPtr pixelBufferOut)static CVPixelBufferCVPixelBuffer. create(CFAllocator allocator, long width, long height, CVPixelFormatType pixelFormatType, VoidPtr baseAddress, long bytesPerRow, CVPixelBuffer.ReleaseBytesCallback releaseCallback, CVPixelBufferAttributes pixelBufferAttributes)protected static CVReturnCVPixelBuffer. create(CFAllocator allocator, long width, long height, CVPixelFormatType pixelFormatType, VoidPtr baseAddress, long bytesPerRow, FunctionPtr releaseCallback, long releaseRefCon, CVPixelBufferAttributes pixelBufferAttributes, CVPixelBuffer.CVPixelBufferPtr pixelBufferOut)protected static CVReturnCVPixelBuffer. create(CFAllocator allocator, IOSurface surface, CVPixelBufferAttributes pixelBufferAttributes, CVPixelBuffer.CVPixelBufferPtr pixelBufferOut)static CVPixelBufferPoolCVPixelBufferPool. create(CFAllocator allocator, CVPixelBufferPoolAttributes poolAttributes, CVPixelBufferAttributes pixelBufferAttributes)static CVPixelFormatDescriptionCVPixelFormatDescription. create(CFAllocator allocator, CVPixelFormatType pixelFormat)CVPixelBufferCVPixelBufferPool. createPixelBuffer(CFAllocator allocator)CVPixelBufferCVPixelBufferPool. createPixelBuffer(CFAllocator allocator, CVPixelBufferPoolAuxiliaryAttributes auxAttributes)static CVPixelBufferAttributesCVPixelBuffer. createResolvedAttributesDictionary(CFAllocator allocator, List<CVPixelBufferAttributes> attributes)static CVMetalTextureCVMetalTextureCache. createTexture(CFAllocator allocator, CVMetalTextureCache textureCache, CVImageBuffer sourceImage, NSDictionary<NSString,?> textureAttributes, MTLPixelFormat pixelFormat, long width, long height, long planeIndex)CVOpenGLESTextureCVOpenGLESTextureCache. createTexture(CFAllocator allocator, CVImageBuffer sourceImage, NSDictionary<NSString,?> textureAttributes, int target, int internalFormat, int width, int height, int format, int type, long planeIndex)static List<CVPixelFormatType>CVPixelFormatDescription. getAllPixelFormatTypes(CFAllocator allocator)CVPixelBufferAttributesCVPixelBufferAttributes. setMemoryAllocator(CFAllocator memoryAllocator) -
Uses of CFAllocator in org.robovm.apple.glkit
Methods in org.robovm.apple.glkit with parameters of type CFAllocator Modifier and Type Method Description static GLKMatrixStackGLKMatrixStack. create(CFAllocator alloc) -
Uses of CFAllocator in org.robovm.apple.mediatoolbox
Methods in org.robovm.apple.mediatoolbox with parameters of type CFAllocator Modifier and Type Method Description protected static OSStatusMTAudioProcessingTap. create(CFAllocator allocator, org.robovm.apple.mediatoolbox.MTAudioProcessingTapCallbacksStruct callbacks, MTAudioProcessingTapCreationFlags flags, MTAudioProcessingTap.MTAudioProcessingTapPtr tapOut) -
Uses of CFAllocator in org.robovm.apple.security
Methods in org.robovm.apple.security with parameters of type CFAllocator Modifier and Type Method Description static SecAccessControlSecAccessControl. create(CFAllocator allocator, SecAttrAccessible protection, SecAccessControlCreateFlags flags)static SecCertificateSecCertificate. create(CFAllocator allocator, NSData data)protected static SSLContextSSLContext. create0(CFAllocator alloc, SSLProtocolSide protocolSide, SSLConnectionType connectionType)Deprecated.Deprecated in iOS 13.0.