Lines Matching refs:UInt32
42 UInt32 audioDevicePropertyBufferFrameSize;
55 UInt32 size = sizeof(*id);
68 UInt32 size = sizeof(*framerange);
83 static OSStatus coreaudio_get_framesize(AudioDeviceID id, UInt32 *framesize)
85 UInt32 size = sizeof(*framesize);
100 static OSStatus coreaudio_set_framesize(AudioDeviceID id, UInt32 *framesize)
102 UInt32 size = sizeof(*framesize);
120 UInt32 size = sizeof(*d);
135 static OSStatus coreaudio_get_isrunning(AudioDeviceID id, UInt32 *result)
137 UInt32 size = sizeof(*result);
309 UInt32 frameCount, pending_frames;
395 core->audioDevicePropertyBufferFrameSize = (UInt32) frameRange.mMinimum;
398 core->audioDevicePropertyBufferFrameSize = (UInt32) frameRange.mMaximum;
474 UInt32 isrunning;
504 UInt32 isrunning;
539 UInt32 in_number_addresses,