Home
last modified time | relevance | path

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

/TwlSDK-5.2.3/build/libraries/snd/ARM9.TWL/src/
Dsndex.c105 SNDEXResult SNDEXi_GetDeviceAsync (SNDEXDevice* device, SNDEXCallback callback, void* arg);
106 SNDEXResult SNDEXi_GetDevice (SNDEXDevice* device);
107 SNDEXResult SNDEXi_SetDeviceAsync (SNDEXDevice device, SNDEXCallback callback, void* arg);
108 SNDEXResult SNDEXi_SetDevice (SNDEXDevice device);
574 SNDEXi_GetDeviceAsync (SNDEXDevice* device, SNDEXCallback callback, void* arg) in SNDEXi_GetDeviceAsync() argument
588 SetSndexWork(callback, arg, (void*)device, SNDEX_PXI_COMMAND_GET_SND_DEVICE); in SNDEXi_GetDeviceAsync()
609 SNDEXi_GetDevice (SNDEXDevice* device) in SNDEXi_GetDevice() argument
626 result = SNDEXi_GetDeviceAsync(device, SyncCallback, (void*)(&msgQ)); in SNDEXi_GetDevice()
1032 SNDEXi_SetDeviceAsync (SNDEXDevice device, SNDEXCallback callback, void* arg) in SNDEXi_SetDeviceAsync() argument
1035 if (device >= SNDEX_DEVICE_MAX) in SNDEXi_SetDeviceAsync()
[all …]