app_process.h
1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#ifndef _APP_PROCESS_H_
#define _APP_PROCESS_H_
extern U8 randomAllFinish;
extern volatile U8 noDiscNum;
#ifdef SPDIF_ENABLE
void app_nav_spdif_pocess (UI_MSG *process_msg);
#endif
void app_nav_charge_process (UI_MSG *ui_msg);
void app_nav_poweron_keylock_process (UI_MSG *ui_msg);
void app_nav_nodisc_process (UI_MSG *ui_msg);
void app_nav_mp3_process (UI_MSG *ui_msg);
void app_nav_readdisk_process(UI_MSG *ui_msg);
void app_nav_upgrade_process (UI_MSG *process_msg);
void app_nav_dummy_process (UI_MSG *process_msg);
void app_nav_readfat_process(UI_MSG *process_msg);
void app_nav_standby_process (UI_MSG *process_msg);
/*usb device*/
void app_nav_usb_read_fs_process (UI_MSG *process_msg);
void app_nav_usb_detect_process (UI_MSG *process_msg);
void app_nav_iphone_process (UI_MSG *process_msg);
void app_nav_usbSpeaker_pocess (UI_MSG *process_msg);
#ifdef USB_HOST_AUDIO_ENABLE
void app_nav_usbhost_audio_pocess (UI_MSG *process_msg);
#endif
void app_nav_ad_pcm_pocess (UI_MSG *process_msg);
void app_nav_AOA_process (UI_MSG *process_msg);
void app_nav_program_process(UI_MSG *process_msg);
void app_nav_program_flash (void);
void app_nav_program_process (UI_MSG *process_msg);
void app_nav_bluetooth_process (UI_MSG *process_msg);
void app_nav_bt_hci_process (UI_MSG *process_msg);
void app_nav_flash_program(void);
void app_no_dummy_process (UI_MSG *process_msg);
U16 app_nav_ex_wstream_callback (U32 size);
#endif //_APP_PROCESS_H_