Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 22 of 22) sorted by relevance

/TwlSDK-5.1.0/build/libraries/wm/ARM9/inc/
Dwm_arm9_private.h63 #define WMi_LOG(cat, msg) \ argument
66 #define WMi_LOGF(cat, msg, ...) \ argument
69 #define WM_LOG(msg) WMi_LOG("", msg) argument
70 #define WM_LOGF(msg, ...) WMi_LOGF("", msg, __VA_ARGS__) argument
80 #define WM_DLOG_DATASHARING(msg) WMi_LOG("[DS]", msg); argument
81 #define WM_DLOGF_DATASHARING(msg, ...) WMi_LOGF("[DS]", msg, __VA_ARGS__); argument
89 #define WM_DLOGF2_CALLBACK(from, msg, ...) \ argument
98 #define WM_DLOG_AIDBITMAP(msg) WMi_LOG("[AID]", msg); argument
99 #define WM_DLOGF_AIDBITMAP(msg, ...) WMi_LOGF("[AID]", msg, __VA_ARGS__); argument
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_message.c55 BOOL OS_SendMessage(OSMessageQueue *mq, OSMessage msg, s32 flags) in OS_SendMessage()
100 BOOL OS_ReceiveMessage(OSMessageQueue *mq, OSMessage *msg, s32 flags) in OS_ReceiveMessage()
148 BOOL OS_JamMessage(OSMessageQueue *mq, OSMessage msg, s32 flags) in OS_JamMessage()
194 BOOL OS_ReadMessage(OSMessageQueue *mq, OSMessage *msg, s32 flags) in OS_ReadMessage()
/TwlSDK-5.1.0/build/libraries/spi/ARM9.TWL/src/
Dmicex.c44 OSMessage msg[1]; in MICEXi_StartLimitedSampling() local
194 OSMessage msg[1]; in MICEXi_StopLimitedSampling() local
267 OSMessage msg[1]; in MICEXi_AdjustLimitedSampling() local
/TwlSDK-5.1.0/build/libraries/snd/ARM9.TWL/src/
Dsndex.c213 OSMessage msg[1]; in SNDEXi_GetMute() local
290 OSMessage msg[1]; in SNDEXi_GetI2SFrequency() local
369 OSMessage msg[1]; in SNDEXi_GetDSPMixRate() local
451 OSMessage msg[1]; in SNDEXi_GetVolume() local
612 OSMessage msg[1]; in SNDEXi_GetDevice() local
692 OSMessage msg[1]; in SNDEXi_SetMute() local
778 OSMessage msg[1]; in SNDEXi_SetI2SFrequency() local
867 OSMessage msg[1]; in SNDEXi_SetDSPMixRate() local
949 OSMessage msg[1]; in SNDEXi_SetVolume() local
1081 OSMessage msg[1]; in SNDEXi_SetDevice() local
[all …]
/TwlSDK-5.1.0/build/libraries/snd/common/src/
Dsnd_alarm.c178 u32 msg = (u32)arg; in AlarmHandler() local
237 void SNDi_CallAlarmHandler(int msg) in SNDi_CallAlarmHandler()
/TwlSDK-5.1.0/build/demos/spi/spiMonkey/src/
Dmonkey.c123 OSMessage msg; in MonkeyThread() local
/TwlSDK-5.1.0/build/libraries/wfs/common/src/
Dwfs_server.c92 const WFSMessageFormat *const msg = (const WFSMessageFormat *)uc->user_data.data; in WFSi_WBTCallback() local
316 WFSMessageFormat *msg = NULL; in WFS_CallServerPacketSendHook() local
Dwfs_client.c203 const WFSMessageFormat *const msg = (const WFSMessageFormat *)callback->user_data.data; in WFSi_ReadRomSequence() local
/TwlSDK-5.1.0/build/demos.TWL/aes/ctr/src/
Dmain.c290 OSMessage msg; in DEMO_WaitAes() local
/TwlSDK-5.1.0/build/demos.TWL/aes/encrypt/src/
Dmain.c277 OSMessage msg; in DEMO_WaitAes() local
/TwlSDK-5.1.0/build/demos.TWL/aes/encrypt-and-sign/src/
Dmain.c284 OSMessage msg; in DEMO_WaitAes() local
/TwlSDK-5.1.0/build/demos/fx/test/src/
Dfx_append_vec.c135 static void printVecFx32Msg(const char *msg, const VecFx32 *v) in printVecFx32Msg()
147 static void printVecDMsg(const char *msg, const VecD * v) in printVecDMsg()
/TwlSDK-5.1.0/build/demos.TWL/aes/ctr-partial/src/
Dmain.c357 OSMessage msg; in DEMO_WaitAes() local
/TwlSDK-5.1.0/build/demos.TWL/aes/ccm/src/
Dmain.c348 OSMessage msg; in DEMO_WaitAes() local
/TwlSDK-5.1.0/build/demos.TWL/aes/ctr-compatible/src/
Dmain.c466 OSMessage msg; in DEMO_WaitAes() local
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_child.c716 static void MBi_CommBeaconRecvCallback(MbBeaconMsg msg, MBGameInfoRecvList * gInfop, int index) in MBi_CommBeaconRecvCallback()
Dmb_fake_child.c712 static void MBFi_CommBeaconRecvCallback(MbBeaconMsg msg, MBGameInfoRecvList * gInfop, int index) in MBFi_CommBeaconRecvCallback()
/TwlSDK-5.1.0/build/demos/prc/characterRecognition-1/src/
Dmain.c684 OSMessage msg; in RecognizePattern() local
/TwlSDK-5.1.0/build/demos.TWL/aes/ccm-compatible/src/
Dmain.c806 OSMessage msg; in DEMO_WaitAes() local
/TwlSDK-5.1.0/build/libraries/dsp/common/src/
Ddsp_pipe.c78 OSMessage msg[1]; in DSPi_FileIOProc() local
/TwlSDK-5.1.0/include/nitro/gx/
Dg3b.h37 #define SDK_ASSERTMSG(exp, msg) ((void) 0) argument
/TwlSDK-5.1.0/build/libraries/camera/ARM9.TWL/src/
Dcamera_api.c607 OSMessage msg; in CAMERA_MonitorThread() local