Searched refs:clientMemoryForType (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebufferUserClient.h46 virtual IOReturn clientMemoryForType( UInt32 type,
85 virtual IOReturn clientMemoryForType( UInt32 type,
H A DIOFramebufferUserClient.cpp102 IOReturn IOFramebufferUserClient::clientMemoryForType( UInt32 type, function in class:IOFramebufferUserClient
279 IOReturn IOFramebufferSharedUserClient::clientMemoryForType( UInt32 type, function in class:IOFramebufferSharedUserClient
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDUserClient.h59 virtual IOReturn clientMemoryForType( UInt32 type,
154 virtual IOReturn clientMemoryForType( UInt32 type, UInt32 * flags, IOMemoryDescriptor ** memory );
H A DIOHIDUserClient.cpp122 IOReturn IOHIDUserClient::clientMemoryForType( UInt32 type, function in class:IOHIDUserClient
455 IOReturn IOHIDEventSystemUserClient::clientMemoryForType( UInt32 type, function in class:IOHIDEventSystemUserClient
/macosx-10.10/IOPCIFamily-239.1.2/AppleSamplePCI/
H A DAppleSamplePCI.h67 virtual IOReturn clientMemoryForType( UInt32 type,
H A DAppleSamplePCIUserClient.cpp58 * will call clientMemoryForType to obtain this memory descriptor.
286 IOReturn AppleSamplePCIUserClient::clientMemoryForType( function in class:AppleSamplePCIUserClient
296 IOLog("AppleSamplePCIUserClient::clientMemoryForType(%ld)\n", type);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventServiceUserClient.h89 virtual IOReturn clientMemoryForType(
H A DIOHIDResourceUserClient.h206 virtual IOReturn clientMemoryForType(UInt32 type, IOOptionBits * options, IOMemoryDescriptor ** memory );
H A DIOHIDEventServiceUserClient.cpp128 // IOHIDEventServiceUserClient::clientMemoryForType
130 IOReturn IOHIDEventServiceUserClient::clientMemoryForType( function in class:IOHIDEventServiceUserClient
H A DIOHIDLibUserClient.h210 virtual IOReturn clientMemoryForType(
H A DIOHIDResourceUserClient.cpp212 // IOHIDResourceDeviceUserClient::clientMemoryForType
214 IOReturn IOHIDResourceDeviceUserClient::clientMemoryForType(UInt32 type __unused, IOOptionBits * options, IOMemoryDescriptor ** memory ) function in class:IOHIDResourceDeviceUserClient
H A DIOHIDLibUserClient.cpp789 IOReturn IOHIDLibUserClient::clientMemoryForType ( function in class:IOHIDLibUserClient
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOUserClient.h338 virtual IOReturn clientMemoryForType( UInt32 type,
357 Remove the first mapping created from the memory descriptor returned by clientMemoryForType() from IOUserClient's list of mappings. If such a mapping exists, it is retained and the reference currently held by IOUserClient is returned to the caller.
358 @param memory The memory descriptor instance previously returned by the implementation of clientMemoryForType().
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioEngineUserClient.h209 virtual IOReturn clientMemoryForType(UInt32 type, UInt32 *flags, IOMemoryDescriptor **memory) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
H A DIOAudioEngineUserClient.cpp1102 IOReturn IOAudioEngineUserClient::clientMemoryForType(UInt32 type, UInt32 *flags, IOMemoryDescriptor **memory) function in class:IOAudioEngineUserClient
1107 audioDebugIOLog(3, "+ IOAudioEngineUserClient[%p]::clientMemoryForType(0x%lx, 0x%lx, %p)\n", this, (long unsigned int)type, (long unsigned int)*flags, memory);
1134 audioDebugIOLog(3, "- IOAudioEngineUserClient[%p]::clientMemoryForType(0x%lx, 0x%lx, %p) returns 0x%lX\n", this, (long unsigned int)type, (long unsigned int)*flags, memory, (long unsigned int)result );
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp1256 IOReturn IOUserClient::clientMemoryForType( UInt32 type, function in class:IOUserClient
1285 err = clientMemoryForType( (UInt32) type, &options, &memory );
3256 err = client->clientMemoryForType( (UInt32) memory_type, &options, &memory );

Completed in 289 milliseconds