Home
last modified time | relevance | path

Searched refs:inRefNum (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Mac/Modules/snd/
D_Sndihooks.c92 long inRefNum; local
96 if (!PyArg_ParseTuple(args, "l", &inRefNum))
99 if( (err=SPBGetDeviceInfo(inRefNum, siChannelAvailable, (Ptr)&nchannel)) != noErr )
113 long inRefNum; local
117 if (!PyArg_ParseTuple(args, "l", &inRefNum))
120 if( (err=SPBGetDeviceInfo(inRefNum, siNumberChannels, (Ptr)&nchannel)) != noErr )
134 long inRefNum; local
138 if (!PyArg_ParseTuple(args, "lh", &inRefNum, &nchannel))
141 if( (err=SPBSetDeviceInfo(inRefNum, siNumberChannels, (Ptr)&nchannel)) != noErr )
156 long inRefNum; local
[all …]
D_Sndmodule.c313 return Py_BuildValue("l", self->ob_spb.inRefNum); in SPBObj_get_inRefNum()
318 return -1 + PyArg_Parse(v, "l", &self->ob_spb.inRefNum); in SPBObj_set_inRefNum()
786 long inRefNum; in Snd_SPBOpenDevice() local
793 &inRefNum); in Snd_SPBOpenDevice()
796 inRefNum); in Snd_SPBOpenDevice()
804 long inRefNum; in Snd_SPBCloseDevice() local
806 &inRefNum)) in Snd_SPBCloseDevice()
808 _err = SPBCloseDevice(inRefNum); in Snd_SPBCloseDevice()
837 long inRefNum; in Snd_SPBPauseRecording() local
839 &inRefNum)) in Snd_SPBPauseRecording()
[all …]