Home
last modified time | relevance | path

Searched defs:chan (Results 1 – 25 of 25) sorted by relevance

/RvlSDK-2.1/build/demos/wpaddemo/src/
Dwpad_spdemo.c59 s32 chan; member
142 s32 chan; in main() local
251 s32 chan; in UpdateSpeaker() local
291 static void SpeakerCallback( s32 chan, s32 result ) in SpeakerCallback()
310 static void SpeakerOnCallback( s32 chan, s32 result ) in SpeakerOnCallback()
324 static void ConnectCallback( s32 chan, s32 reason ) in ConnectCallback()
476 static void PlaySfx(s32 chan) in PlaySfx()
527 static void StopSfx(s32 chan) in StopSfx()
612 int chan; in RenderControllerStatus() local
Dwpad_axdemo.c259 s32 chan; in main() local
396 s32 chan; in UpdateSpeaker() local
425 static void SpeakerCallback( s32 chan, s32 result ) in SpeakerCallback()
438 static void SpeakerOnCallback( s32 chan, s32 result ) in SpeakerOnCallback()
446 static void MuteOnCallback( s32 chan, s32 result ) in MuteOnCallback()
454 static void MuteOffCallback( s32 chan, s32 result ) in MuteOffCallback()
462 static void ConnectCallback( s32 chan, s32 reason ) in ConnectCallback()
547 static void PlaySample(s32 chan, SampleInfo *sample) in PlaySample()
667 static AXVPB* AquireVoiceADPCM(s32 chan, void *pDSPADPCMData) in AquireVoiceADPCM()
885 int chan; in RenderControllerStatus() local
Dwpad_seqdemo.c121 s32 chan; in main() local
279 s32 chan; in UpdateSpeaker() local
319 static void SpeakerCallback( s32 chan, s32 result ) in SpeakerCallback()
338 static void SpeakerOnCallback( s32 chan, s32 result ) in SpeakerOnCallback()
352 static void ConnectCallback( s32 chan, s32 reason ) in ConnectCallback()
488 int chan; in RenderControllerStatus() local
Dhandling.c174 void connectCallback(s32 chan, s32 reason) in connectCallback()
288 void extensionCallback(s32 chan, s32 result) in extensionCallback()
374 void samplingCallback(s32 chan) in samplingCallback()
/RvlSDK-2.1/build/demos/paddemo/src/
Dbasic.c62 int chan; in PrintPads() local
99 int chan; in main() local
Dsampling.c46 s32 chan; in SamplingCallback() local
66 s32 chan; in main() local
Dcontdemo.c55 int chan; in PrintCont() local
Dmotordemo.c44 int chan; in RambleCont() local
Dcont.c119 int chan; in ReadCont() local
/RvlSDK-2.1/build/demos/carddemo/src/
Dcreate-bnr-4icon.c153 void CreateFile(s32 chan, u32 secSize, u32 blockSize) in CreateFile()
233 static u32 MountCard( s32 chan ) in MountCard()
308 static void UnmountCard(s32 chan) in UnmountCard()
Dcreate-1icon.c184 static void CreateFile(s32 chan, u32 secSize, u32 blockSize, u32 format) in CreateFile()
275 static u32 MountCard( s32 chan ) in MountCard()
351 static void UnmountCard(s32 chan) in UnmountCard()
Dcreate-8icon.c199 static void CreateFile(s32 chan, u32 secSize, u32 blockSize, u32 format) in CreateFile()
290 static u32 MountCard( s32 chan ) in MountCard()
366 static void UnmountCard(s32 chan) in UnmountCard()
Dcont.c122 int chan; in ReadCont() local
Dlistdemo.c519 s32 chan; in ProbeDrawTick() local
/RvlSDK-2.1/build/libraries/kpad/src/
DKPAD.c97 WPADStatus *KPADGetWPADRingBuffer( s32 chan ) in KPADGetWPADRingBuffer()
103 WPADFSStatus *KPADGetWPADFSRingBuffer( s32 chan ) in KPADGetWPADFSRingBuffer()
109 WPADCLStatus *KPADGetWPADCLRingBuffer( s32 chan ) in KPADGetWPADCLRingBuffer()
118 void KPADSetBtnRepeat( s32 chan, f32 delay_sec, f32 pulse_sec ) in KPADSetBtnRepeat()
161 void KPADSetPosParam( s32 chan, f32 play_radius, f32 sensitivity ) in KPADSetPosParam()
168 void KPADSetHoriParam( s32 chan, f32 play_radius, f32 sensitivity ) in KPADSetHoriParam()
175 void KPADSetDistParam( s32 chan, f32 play_radius, f32 sensitivity ) in KPADSetDistParam()
182 void KPADSetAccParam( s32 chan, f32 play_radius, f32 sensitivity ) in KPADSetAccParam()
329 s32 KPADCalibrateDPD( s32 chan ) in KPADCalibrateDPD()
403 void KPADSetSensorHeight( s32 chan, f32 level ) in KPADSetSensorHeight()
[all …]
/RvlSDK-2.1/include/dolphin/
Dpad.h241 #define PADStartMotor(chan) PADControlMotor((chan), PAD_MOTOR_RUMBLE) argument
242 #define PADStopMotorHard(chan) PADControlMotor((chan), PAD_MOTOR_STOP_HARD) argument
243 #define PADStopMotor(chan) PADControlMotor((chan), PAD_MOTOR_STOP) argument
/RvlSDK-2.1/include/revolution/
Dpad.h238 #define PADStartMotor(chan) PADControlMotor((chan), PAD_MOTOR_RUMBLE) argument
239 #define PADStopMotorHard(chan) PADControlMotor((chan), PAD_MOTOR_STOP_HARD) argument
240 #define PADStopMotor(chan) PADControlMotor((chan), PAD_MOTOR_STOP) argument
Dwpad.h515 #define WPADStartMotor( chan ) WPADControlMotor( ( chan ), WPAD_MOTOR_RUMBLE ) argument
516 #define WPADStopMotor( chan ) WPADControlMotor( ( chan ), WPAD_MOTOR_STOP ) argument
Dcard.h185 s32 chan; member
/RvlSDK-2.1/build/libraries/gd/src/
DGDLight.c368 void GDSetChanAmbColor ( GXChannelID chan, GXColor color ) in GDSetChanAmbColor()
388 void GDSetChanMatColor ( GXChannelID chan, GXColor color ) in GDSetChanMatColor()
413 void GDSetChanCtrl ( GXChannelID chan, in GDSetChanCtrl()
/RvlSDK-2.1/build/libraries/wpad/src/
DWPADClamp.c103 void WPADClampStick( s32 chan, void *status, u32 type ) in WPADClampStick()
217 void WPADClampTrigger( s32 chan, void *status, u32 type ) in WPADClampTrigger()
271 void WPADClampAcc( s32 chan, void *status, u32 type ) in WPADClampAcc()
/RvlSDK-2.1/build/libraries/mix/src/
Dremote.c397 void __MIXRmtUpdateSettings(s32 chan, AXVPB* axvpb) in __MIXRmtUpdateSettings()
562 void __MIXRmtResetChannel(s32 chan) in __MIXRmtResetChannel()
/RvlSDK-2.1/include/revolution/os/
DOSSerial.h73 #define SI_CHAN_BIT(chan) (SI_CHAN0_BIT >> (chan)) argument
/RvlSDK-2.1/build/demos/hio2demo/vc++/HioIf/src/
DHio2IfHost.cpp496 int chan = pStatus->m_nPcChan; in Close() local
/RvlSDK-2.1/build/demos/hio2demo/HioIf/src/
DHio2If.c528 s32 chan; in HIO2IFClose() local