Uses of Class
org.robovm.apple.dispatch.DispatchQueue
-
Uses of DispatchQueue in org.robovm.apple.arkit
Methods in org.robovm.apple.arkit that return DispatchQueue Modifier and Type Method Description DispatchQueueARSession. getDelegateQueue()Methods in org.robovm.apple.arkit with parameters of type DispatchQueue Modifier and Type Method Description voidARSession. setDelegateQueue(DispatchQueue v) -
Uses of DispatchQueue in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox with parameters of type DispatchQueue Modifier and Type Method Description protected static OSStatusAudioQueue. createInputWithDispatchQueue0(AudioQueue.AudioQueuePtr outAQ, AudioStreamBasicDescription inFormat, int inFlags, DispatchQueue inCallbackDispatchQueue, VoidBlock5<AudioQueue,AudioQueueBuffer,AudioTimeStamp,Integer,AudioStreamPacketDescription> inCallbackBlock)protected static OSStatusAudioQueue. createOutputWithDispatchQueue0(AudioQueue.AudioQueuePtr outAQ, AudioStreamBasicDescription inFormat, int inFlags, DispatchQueue inCallbackDispatchQueue, VoidBlock2<AudioQueue,AudioQueueBuffer> inCallbackBlock) -
Uses of DispatchQueue in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return DispatchQueue Modifier and Type Method Description DispatchQueueAVCaptureDataOutputSynchronizer. getDelegateCallbackQueue()DispatchQueueAVCaptureDepthDataOutput. getDelegateCallbackQueue()DispatchQueueAVAssetResourceLoader. getDelegateQueue()DispatchQueueAVContentKeySession. getDelegateQueue()DispatchQueueAVPlayerItemLegibleOutput. getDelegateQueue()DispatchQueueAVPlayerItemMetadataCollector. getDelegateQueue()DispatchQueueAVPlayerItemMetadataOutput. getDelegateQueue()DispatchQueueAVPlayerItemVideoOutput. getDelegateQueue()DispatchQueueAVCaptureMetadataOutput. getMetadataObjectsCallbackQueue()DispatchQueueAVCaptureAudioDataOutput. getSampleBufferCallbackQueue()DispatchQueueAVCaptureVideoDataOutput. getSampleBufferCallbackQueue() -
Uses of DispatchQueue in org.robovm.apple.backgroundtasks
Methods in org.robovm.apple.backgroundtasks with parameters of type DispatchQueue Modifier and Type Method Description booleanBGTaskScheduler. registerForTask(String identifier, DispatchQueue queue, VoidBlock1<BGTask> launchHandler) -
Uses of DispatchQueue in org.robovm.apple.callkit
Methods in org.robovm.apple.callkit with parameters of type DispatchQueue Modifier and Type Method Description protected longCXCallController. init(DispatchQueue queue)voidCXCallObserver. setDelegate(CXCallObserverDelegate delegate, DispatchQueue queue)voidCXProvider. setDelegate(CXProviderDelegate delegate, DispatchQueue queue)Constructors in org.robovm.apple.callkit with parameters of type DispatchQueue Constructor Description CXCallController(DispatchQueue queue) -
Uses of DispatchQueue in org.robovm.apple.corebluetooth
Methods in org.robovm.apple.corebluetooth with parameters of type DispatchQueue Modifier and Type Method Description protected longCBCentralManager. init(CBCentralManagerDelegate delegate, DispatchQueue queue)protected longCBCentralManager. init(CBCentralManagerDelegate delegate, DispatchQueue queue, CBCentralManagerOptions options)protected longCBPeripheralManager. init(CBPeripheralManagerDelegate delegate, DispatchQueue queue)protected longCBPeripheralManager. init(CBPeripheralManagerDelegate delegate, DispatchQueue queue, CBPeripheralManagerOptions options)Constructors in org.robovm.apple.corebluetooth with parameters of type DispatchQueue Constructor Description CBCentralManager(CBCentralManagerDelegate delegate, DispatchQueue queue)CBCentralManager(CBCentralManagerDelegate delegate, DispatchQueue queue, CBCentralManagerOptions options)CBPeripheralManager(CBPeripheralManagerDelegate delegate, DispatchQueue queue)CBPeripheralManager(CBPeripheralManagerDelegate delegate, DispatchQueue queue, CBPeripheralManagerOptions options) -
Uses of DispatchQueue in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return DispatchQueue Modifier and Type Method Description DispatchQueueCFReadStream. getDispatchQueue()DispatchQueueCFWriteStream. getDispatchQueue()Methods in org.robovm.apple.corefoundation with parameters of type DispatchQueue Modifier and Type Method Description voidCFMessagePort. setDispatchQueue(DispatchQueue queue)voidCFReadStream. setDispatchQueue(DispatchQueue q)voidCFWriteStream. setDispatchQueue(DispatchQueue q) -
Uses of DispatchQueue in org.robovm.apple.corenfc
Methods in org.robovm.apple.corenfc that return DispatchQueue Modifier and Type Method Description DispatchQueueNFCReaderSession. getSessionQueue()Methods in org.robovm.apple.corenfc with parameters of type DispatchQueue Modifier and Type Method Description protected longNFCISO15693ReaderSession. init(NFCReaderSessionDelegate delegate, DispatchQueue queue)protected longNFCNDEFReaderSession. init(NFCNDEFReaderSessionDelegate delegate, DispatchQueue queue, boolean invalidateAfterFirstRead)protected longNFCTagReaderSession. init(NFCPollingOption pollingOption, NFCTagReaderSessionDelegate delegate, DispatchQueue queue)protected longNFCVASReaderSession. init(NSArray<NFCVASCommandConfiguration> commandConfigurations, NFCVASReaderSessionDelegate delegate, DispatchQueue queue)Constructors in org.robovm.apple.corenfc with parameters of type DispatchQueue Constructor Description NFCISO15693ReaderSession(NFCReaderSessionDelegate delegate, DispatchQueue queue)NFCNDEFReaderSession(NFCNDEFReaderSessionDelegate delegate, DispatchQueue queue, boolean invalidateAfterFirstRead)NFCTagReaderSession(NFCPollingOption pollingOption, NFCTagReaderSessionDelegate delegate, DispatchQueue queue)NFCVASReaderSession(NSArray<NFCVASCommandConfiguration> commandConfigurations, NFCVASReaderSessionDelegate delegate, DispatchQueue queue) -
Uses of DispatchQueue in org.robovm.apple.dispatch
Subclasses of DispatchQueue in org.robovm.apple.dispatch Modifier and Type Class Description classDispatchWorkloopMethods in org.robovm.apple.dispatch that return DispatchQueue Modifier and Type Method Description static DispatchQueueDispatchQueue. create(String label, DispatchQueueAttr attr)static DispatchQueueDispatchQueue. createWithTarget(String label, DispatchQueueAttr attr, DispatchQueue target)static DispatchQueueDispatchQueue. getGlobalQueue(long identifier, long flags)static DispatchQueueDispatchQueue. getMainQueue()Methods in org.robovm.apple.dispatch with parameters of type DispatchQueue Modifier and Type Method Description voidDispatchGroup. async(DispatchQueue queue, Runnable block)static DispatchDataDispatchData. create(VoidPtr buffer, long size, DispatchQueue queue, Runnable destructor)static DispatchIODispatchIO. create(long type, int fd, DispatchQueue queue, VoidIntBlock cleanup_handler)static DispatchIODispatchIO. create(long type, String path, int oflag, short mode, DispatchQueue queue, VoidIntBlock cleanup_handler)static DispatchIODispatchIO. create(long type, DispatchIO io, DispatchQueue queue, VoidIntBlock cleanup_handler)static DispatchSourceDispatchSource. create(DispatchSourceType type, long handle, long mask, DispatchQueue queue)static DispatchQueueDispatchQueue. createWithTarget(String label, DispatchQueueAttr attr, DispatchQueue target)static voidDispatchBlock. notify(Runnable block, DispatchQueue queue, Runnable notification_block)voidDispatchGroup. notify(DispatchQueue queue, Runnable block)static voidDispatch. read(int fd, long length, DispatchQueue queue, VoidBlock2<DispatchData,Integer> handler)voidDispatchIO. read(long offset, long length, DispatchQueue queue, VoidBlock3<Boolean,DispatchData,Integer> io_handler)voidDispatchObject. setTargetQueue(DispatchQueue queue)static voidDispatch. write(int fd, DispatchData data, DispatchQueue queue, VoidBlock2<DispatchData,Integer> handler)voidDispatchIO. write(long offset, DispatchData data, DispatchQueue queue, VoidBlock3<Boolean,DispatchData,Integer> io_handler) -
Uses of DispatchQueue in org.robovm.apple.exposurenotification
Methods in org.robovm.apple.exposurenotification that return DispatchQueue Modifier and Type Method Description DispatchQueueENManager. getDispatchQueue()Methods in org.robovm.apple.exposurenotification with parameters of type DispatchQueue Modifier and Type Method Description voidENManager. setDispatchQueue(DispatchQueue v) -
Uses of DispatchQueue in org.robovm.apple.externalaccessory
Methods in org.robovm.apple.externalaccessory with parameters of type DispatchQueue Modifier and Type Method Description protected longEAWiFiUnconfiguredAccessoryBrowser. init(EAWiFiUnconfiguredAccessoryBrowserDelegate delegate, DispatchQueue queue)Constructors in org.robovm.apple.externalaccessory with parameters of type DispatchQueue Constructor Description EAWiFiUnconfiguredAccessoryBrowser(EAWiFiUnconfiguredAccessoryBrowserDelegate delegate, DispatchQueue queue) -
Uses of DispatchQueue in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return DispatchQueue Modifier and Type Method Description DispatchQueueNSOperationQueue. getUnderlyingQueue()Methods in org.robovm.apple.foundation with parameters of type DispatchQueue Modifier and Type Method Description voidNSOperationQueue. setUnderlyingQueue(DispatchQueue v) -
Uses of DispatchQueue in org.robovm.apple.gamecontroller
Methods in org.robovm.apple.gamecontroller that return DispatchQueue Modifier and Type Method Description DispatchQueueGCController. getHandlerQueue()DispatchQueueGCDevice. getHandlerQueue()DispatchQueueGCDeviceAdapter. getHandlerQueue()DispatchQueueGCKeyboard. getHandlerQueue()DispatchQueueGCMouse. getHandlerQueue()Methods in org.robovm.apple.gamecontroller with parameters of type DispatchQueue Modifier and Type Method Description voidGCController. setHandlerQueue(DispatchQueue v)voidGCDevice. setHandlerQueue(DispatchQueue v)voidGCDeviceAdapter. setHandlerQueue(DispatchQueue v)voidGCKeyboard. setHandlerQueue(DispatchQueue v)voidGCMouse. setHandlerQueue(DispatchQueue v) -
Uses of DispatchQueue in org.robovm.apple.glkit
-
Uses of DispatchQueue in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit with parameters of type DispatchQueue Modifier and Type Method Description voidMKMapSnapshotter. start(DispatchQueue queue, VoidBlock2<MKMapSnapshot,NSError> completionHandler) -
Uses of DispatchQueue in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return DispatchQueue Modifier and Type Method Description DispatchQueueMTLSharedEventListener. getDispatchQueue()Methods in org.robovm.apple.metal with parameters of type DispatchQueue Modifier and Type Method Description protected longMTLSharedEventListener. init(DispatchQueue dispatchQueue)Constructors in org.robovm.apple.metal with parameters of type DispatchQueue Constructor Description MTLSharedEventListener(DispatchQueue dispatchQueue) -
Uses of DispatchQueue in org.robovm.apple.nearbyinteraction
Methods in org.robovm.apple.nearbyinteraction that return DispatchQueue Modifier and Type Method Description DispatchQueueNISession. getDelegateQueue()Methods in org.robovm.apple.nearbyinteraction with parameters of type DispatchQueue Modifier and Type Method Description voidNISession. setDelegateQueue(DispatchQueue v) -
Uses of DispatchQueue in org.robovm.apple.network
Methods in org.robovm.apple.network with parameters of type DispatchQueue Modifier and Type Method Description voidNWConnection. accessEstablishmentReport(DispatchQueue queue, VoidBlock1<NWEstablishmentReport> access_block)voidNWDataTransferReport. collect(DispatchQueue queue, VoidBlock1<NWDataTransferReport> collect_block)static voidNWConnection. groupSetQueue(NWConnectionGroup group, DispatchQueue queue)voidNWProtocolMetadata. setPongHandler(DispatchQueue client_queue, VoidBlock1<NWError> pong_handler)voidNWBrowser. setQueue(DispatchQueue queue)voidNWConnection. setQueue(DispatchQueue queue)voidNWListener. setQueue(DispatchQueue queue)voidNWPathMonitor. setQueue(DispatchQueue queue)voidNWProtocolOptions. setWsClientRequestHandler(DispatchQueue client_queue, Block1<NWWsRequest,NWWsResponse> handler) -
Uses of DispatchQueue in org.robovm.apple.networkextension
Methods in org.robovm.apple.networkextension with parameters of type DispatchQueue Modifier and Type Method Description static booleanNEHotspotHelper. register(NSDictionary<NSString,?> options, DispatchQueue queue, VoidBlock1<NEHotspotHelperCommand> handler) -
Uses of DispatchQueue in org.robovm.apple.pushkit
Methods in org.robovm.apple.pushkit with parameters of type DispatchQueue Modifier and Type Method Description protected longPKPushRegistry. init(DispatchQueue queue)Constructors in org.robovm.apple.pushkit with parameters of type DispatchQueue Constructor Description PKPushRegistry(DispatchQueue queue) -
Uses of DispatchQueue in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit with parameters of type DispatchQueue Modifier and Type Method Description static SCNActionSCNAction. run(VoidBlock1<SCNNode> block, DispatchQueue queue) -
Uses of DispatchQueue in org.robovm.apple.screentime
Methods in org.robovm.apple.screentime with parameters of type DispatchQueue Modifier and Type Method Description protected longSTScreenTimeConfigurationObserver. init(DispatchQueue updateQueue)Constructors in org.robovm.apple.screentime with parameters of type DispatchQueue Constructor Description STScreenTimeConfigurationObserver(DispatchQueue updateQueue) -
Uses of DispatchQueue in org.robovm.apple.security
-
Uses of DispatchQueue in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit with parameters of type DispatchQueue Modifier and Type Method Description static SKActionSKAction. run(Runnable block, DispatchQueue queue) -
Uses of DispatchQueue in org.robovm.apple.systemconfiguration
Methods in org.robovm.apple.systemconfiguration with parameters of type DispatchQueue Modifier and Type Method Description booleanSCNetworkReachability. setDispatchQueue(DispatchQueue queue)