summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiller Liang <millerliang@google.com>2024-04-10 13:28:15 +0000
committermillerliang <millerliang@google.com>2024-04-10 16:46:01 +0000
commit2faa11216581e088a1c857e518ad526d9bcd9f6f (patch)
tree4d828e22b25e86482d6a716dd18010635c555fd8
parent4843e23579d643b7d293bf47980ce82076ecb461 (diff)
downloadaoc-android-gs-bluejay-5.10-android15-beta.tar.gz
Revert submission 2769657-p2221-interrupt-dynamic-threshold Reason for revert: aoc master presubmit failed Reverted changes: /q/submissionid:2769657-p2221-interrupt-dynamic-threshold Bug: 333300467 Change-Id: If7dd49dd76617ec836f6ee84ede71ca16e2b18a4 Signed-off-by: millerliang <millerliang@google.com>
-rw-r--r--alsa/aoc_alsa_hw.c4
-rw-r--r--aoc-interface-gs201.h206
2 files changed, 15 insertions, 195 deletions
diff --git a/alsa/aoc_alsa_hw.c b/alsa/aoc_alsa_hw.c
index 0eb6dc7..db0230d 100644
--- a/alsa/aoc_alsa_hw.c
+++ b/alsa/aoc_alsa_hw.c
@@ -30,11 +30,7 @@ extern struct be_path_cache port_array[PORT_MAX];
* by sink-associated devices such as spker, headphone, bt, usb, mode
*/
static aoc_audio_sink[] = {
-#if IS_ENABLED(CONFIG_SOC_GS101)
[PORT_I2S_0_RX] = SINK_HEADPHONE, [PORT_I2S_0_TX] = -1,
-#else
- [PORT_I2S_0_RX] = SINK_UNUSED, [PORT_I2S_0_TX] = -1,
-#endif
[PORT_I2S_1_RX] = SINK_BT, [PORT_I2S_1_TX] = -1,
[PORT_I2S_2_RX] = SINK_USB, [PORT_I2S_2_TX] = -1,
[PORT_TDM_0_RX] = SINK_SPEAKER, [PORT_TDM_0_TX] = -1,
diff --git a/aoc-interface-gs201.h b/aoc-interface-gs201.h
index ffa6c49..4095e1c 100644
--- a/aoc-interface-gs201.h
+++ b/aoc-interface-gs201.h
@@ -1,5 +1,5 @@
/**
- * Copyright 2019-2024 Google LLC
+ * Copyright 2019-2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
* Autogenerated AoC interface matching AoC source code
* associated with the following source code:
*
- * hash: f5eec4d1361abf890797c938f8df2e833b8c3be5
+ * hash: 369ba3d57af1d698f311a3a33f876930b6eb2b3b
*
* DO NOT MODIFY THIS FILE
*
@@ -85,14 +85,11 @@ enum AOC_COMMAND {
CMD_DBG_MCPS_ID = 47, /* [0x002f] -> struct CMD_DBG_MCPS */
CMD_DBG_SCRIB_ID = 50, /* [0x0032] -> struct CMD_DBG_SCRIB */
CMD_DBG_PRIVATE_ID = 51, /* [0x0033] -> struct CMD_DBG_PRIVATE */
- CMD_UMFW_STAT_MSG_ID = 52, /* [0x0034] -> struct CMD_UMFW_STAT_MSG */
- CMD_DBG_HEAP_V2_ID = 54, /* [0x0036] -> struct CMD_DBG_HEAP_V2 */
CMD_IPC_NOTIF_ENABLE_ID = 100, /* [0x0064] -> struct CMD_IPC_NOTIF_ENABLE */
CMD_AUDIO_OUTPUT_SINK_ID = 200, /* [0x00c8] -> struct CMD_AUDIO_OUTPUT_SINK */
CMD_DIAG_CORE_POWER_ID = 200, /* [0x00c8] -> struct CMD_DIAG_CORE_POWER */
CMD_AUDIO_OUTPUT_SOURCE_ID = 201, /* [0x00c9] -> struct CMD_AUDIO_OUTPUT_SOURCE */
CMD_DIAG_MONITOR_MODE_ID = 201, /* [0x00c9] -> struct CMD_DIAG_MONITOR_MODE */
- CMD_AOCX_PROCESSOR_ENABLE_ID = 201, /* [0x00c9] -> struct CMD_AOCX_PROCESSOR_ENABLE */
CMD_AUDIO_OUTPUT_BIND_ID = 202, /* [0x00ca] -> struct CMD_AUDIO_OUTPUT_BIND */
CMD_UWB_GET_RESET_GPIO_ID = 202, /* [0x00ca] -> struct CMD_UWB_GET_RESET_GPIO */
CMD_AUDIO_INPUT_MIC_POWER_ON_ID = 203, /* [0x00cb] -> struct CMD_AUDIO_INPUT_MIC_POWER_ON */
@@ -265,17 +262,11 @@ enum AOC_COMMAND {
CMD_AUDIO_INPUT_MIC_RECORD_AP_START_PREPARE_ID = 292, /* [0x0124] -> struct CMD_HDR */
CMD_AUDIO_OUTPUT_VOICE_DISABLE_CCA_ON_VOIP_ID = 292, /* [0x0124] -> struct CMD_HDR */
CMD_AUDIO_INPUT_MIC_RECORD_AP_START_DATA_ID = 293, /* [0x0125] -> struct CMD_HDR */
- CMD_AUDIO_OUTPUT_MEL_STATE_ID = 293, /* [0x0125] -> struct CMD_AUDIO_OUTPUT_MEL_STATE */
CMD_AUDIO_INPUT_MIC_MMAP_ENABLE_ID = 294, /* [0x0126] -> struct CMD_AUDIO_INPUT_AP_INPUT_START */
- CMD_AUDIO_OUTPUT_MEL_SET_RS2_ID = 294, /* [0x0126] -> struct CMD_AUDIO_OUTPUT_MEL_RS2 */
CMD_AUDIO_INPUT_MIC_MMAP_DISABLE_ID = 295, /* [0x0127] -> struct CMD_HDR */
- CMD_AUDIO_OUTPUT_MEL_GET_RS2_ID = 295, /* [0x0127] -> struct CMD_AUDIO_OUTPUT_MEL_RS2 */
CMD_AUDIO_INPUT_GET_CHRE_GAIN_ID = 296, /* [0x0128] -> struct CMD_AUDIO_INPUT_GET_CHRE_GAIN */
- CMD_AUDIO_OUTPUT_MEL_TRIGGER_ID = 296, /* [0x0128] -> struct CMD_AUDIO_OUTPUT_MEL_TRIGGER */
CMD_AUDIO_INPUT_SET_CHRE_GAIN_ID = 297, /* [0x0129] -> struct CMD_AUDIO_INPUT_SET_CHRE_GAIN */
- CMD_AUDIO_OUTPUT_MEL_GET_VALUE_ID = 297, /* [0x0129] -> struct CMD_AUDIO_OUTPUT_MEL_GET_VALUE */
CMD_AUDIO_INPUT_HOTWORD_GET_CLEANER_POST_GAIN_ID = 298, /* [0x012a] -> struct CMD_AUDIO_INPUT_HOTWORD_GET_CLEANER_POST_GAIN */
- CMD_AUDIO_OUTPUT_EP_SETUP2_ID = 298, /* [0x012a] -> struct CMD_AUDIO_OUTPUT_EP_SETUP2 */
CMD_AUDIO_INPUT_HOTWORD_SET_CLEANER_POST_GAIN_ID = 299, /* [0x012b] -> struct CMD_AUDIO_INPUT_HOTWORD_SET_CLEANER_POST_GAIN */
CMD_AUDIO_INPUT_WNR_START_ID = 301, /* [0x012d] -> struct CMD_HDR */
CMD_AUDIO_INPUT_WNR_STOP_ID = 302, /* [0x012e] -> struct CMD_HDR */
@@ -319,11 +310,6 @@ enum AOC_COMMAND {
CMD_AUDIO_INPUT_HOTWORD_DISABLE_NEURAL_AEC_ID = 351, /* [0x015f] -> struct CMD_HDR */
CMD_AUDIO_INPUT_HOTWORD_ENABLE_HOTWORD_TAP_ID = 352, /* [0x0160] -> struct CMD_HDR */
CMD_AUDIO_INPUT_HOTWORD_DISABLE_HOTWORD_TAP_ID = 353, /* [0x0161] -> struct CMD_HDR */
- CMD_AUDIO_INPUT_HOTWORD_GET_BUFFER_TIMESTAMP_ID = 354, /* [0x0162] -> struct CMD_AUDIO_INPUT_HOTWORD_GET_BUFFER_TIMESTAMP */
- CMD_AUDIO_INPUT_MIC_COMPENSATION_ENABLE_ID = 355, /* [0x0163] -> struct CMD_HDR */
- CMD_AUDIO_INPUT_MIC_COMPENSATION_DISABLE_ID = 356, /* [0x0164] -> struct CMD_HDR */
- CMD_AUDIO_INPUT_MIC_RECORD_AP_SET_PARAMS2_ID = 359, /* [0x0167] -> struct CMD_AUDIO_INPUT_MIC_RECORD_AP_SET_PARAMS2 */
- CMD_AUDIO_INPUT_ULTRASONIC_AP_SET_PARAMS2_ID = 360, /* [0x0168] -> struct CMD_AUDIO_INPUT_MIC_RECORD_AP_SET_PARAMS2 */
};
/**
@@ -429,8 +415,6 @@ struct CONTAINER_HDR {
* CMD_AUDIO_INPUT_HOTWORD_DISABLE_NEURAL_AEC_ID, UUID: c8a19d5b447ce1fae9a8666883c723d7
* CMD_AUDIO_INPUT_HOTWORD_ENABLE_HOTWORD_TAP_ID, UUID: 26bde63caffd544e581a7293f1cf793c
* CMD_AUDIO_INPUT_HOTWORD_DISABLE_HOTWORD_TAP_ID, UUID: 228b2b4c01e7c126658056a596ac4e5c
- * CMD_AUDIO_INPUT_MIC_COMPENSATION_ENABLE_ID, UUID: 1853725716f2678f9bd12f961c2ae591
- * CMD_AUDIO_INPUT_MIC_COMPENSATION_DISABLE_ID, UUID: 279aa88afc7bdfff45529976176b3260
*/
struct CMD_HDR {
struct CONTAINER_HDR parent;
@@ -690,16 +674,6 @@ struct CMD_DBG_MEM_DUMP {
uint32_t size;
} __attribute__((packed));
-/**
- * Structure associated with the following commands:
- *
- * CMD_UMFW_STAT_MSG_ID, UUID: 6f0c398616aca7cd4d457279408a7e19
- */
-struct CMD_UMFW_STAT_MSG {
- struct CMD_CORE_GENERIC parent;
- uint8_t payload[1024];
-} __attribute__((packed));
-
enum BTDecoderOutputIndex {
BT_MODEM_OUTPUT_INDEX = 0,
BT_AP_OUTPUT_INDEX,
@@ -881,7 +855,7 @@ struct CMD_AUDIO_INPUT_MODEM_INPUT_START {
enum AUDIO_SINKS_ID {
ASNK_SPEAKER = 0,
- ASNK_UNUSED,
+ ASNK_HEADPHONE,
ASNK_BT,
ASNK_MODEM,
ASNK_USB,
@@ -969,9 +943,6 @@ enum EntrypointMode {
ENTRYPOINT_MODE_DECODE_OFFLOAD,
ENTRYPOINT_MODE_SIGGEN,
ENTRYPOINT_MODE_BT_RX,
- ENTRYPOINT_MODE_VOIP,
- ENTRYPOINT_MODE_HIFI,
- ENTRYPOINT_MODE_INCALL_SCREEN,
};
struct EntrypointDescriptorUnpacked {
@@ -1143,26 +1114,9 @@ enum ASP_MODULE_ID {
ASP_ID_WNR,
ASP_ID_AUDIO_INPUT_MULTICHANNEL_IIR,
ASP_ID_LVM,
- ASP_ID_UNUSED_1,
- ASP_ID_UNUSED_2,
- ASP_ID_US_PROX,
- ASP_ID_DELAY,
- ASP_ID_APMG3,
- ASP_ID_POKEBOWL,
- ASP_ID_CTC,
- ASP_ID_CAF,
- ASP_ID_MEL,
- ASP_ID_GAIN_DB = 30,
+ ASP_ID_GAIN_DB,
ASP_ID_VP_MCPS,
- ASP_ID_DRC,
- ASP_ID_CCA,
- ASP_ID_CCA_GAIN,
- ASP_ID_XAURAL,
- ASP_ID_DOWNMIX,
- ASP_ID_WAVES_MCPS = 38,
- ASP_ID_SPKRCOM,
- ASP_ID_PGC,
- ASP_ID_INTEGER_IIR,
+ ASP_ID_US_PROX,
ASP_NUM_MODULE,
};
@@ -1171,11 +1125,10 @@ enum AUDIO_BLOCK_ID {
ABLOCK_DCDOFF = 14,
ABLOCK_PAD_15,
ABLOCK_SPEAKER,
- ABLOCK_UNUSED,
+ ABLOCK_HEADPHONE,
ABLOCK_BT,
ABLOCK_MODEM,
ABLOCK_USB,
- ABLOCK_CCA,
AUDIO_BLOCK_ID_END,
};
@@ -1619,13 +1572,12 @@ enum AUDIO_OUTPUT_BT_A2DP_ENC_CODEC {
AUDIO_OUTPUT_BT_A2DP_ENC_CODEC_UNKNOWN = 0,
AUDIO_OUTPUT_BT_A2DP_ENC_CODEC_SBC,
AUDIO_OUTPUT_BT_A2DP_ENC_CODEC_AAC,
- AUDIO_OUTPUT_BT_A2DP_ENC_CODEC_APTX = 4,
- AUDIO_OUTPUT_BT_A2DP_ENC_CODEC_APTXHD = 8,
- AUDIO_OUTPUT_BT_A2DP_ENC_CODEC_LDAC = 16,
- AUDIO_OUTPUT_BT_BLE_ENC_CODEC_LC3 = 32,
- AUDIO_OUTPUT_BT_A2DP_ENC_CODEC_OPUS = 64,
- AUDIO_OUTPUT_BT_BLE_DEC_CODEC_LC3 = 2147483650,
- AUDIO_OUTPUT_BT_A2DP_ENC_CODEC_AAC_DYN_CHG = 4026531841,
+ AUDIO_OUTPUT_BT_A2DP_ENC_CODEC_APTX,
+ AUDIO_OUTPUT_BT_A2DP_ENC_CODEC_APTXHD,
+ AUDIO_OUTPUT_BT_A2DP_ENC_CODEC_LDAC,
+ AUDIO_OUTPUT_BT_BLE_ENC_CODEC_LC3,
+ AUDIO_OUTPUT_BT_A2DP_ENC_CODEC_OPUS,
+ AUDIO_OUTPUT_BT_BLE_DEC_CODEC_LC3,
AUDIO_OUTPUT_BT_BLE_ENC_CODEC_LC3_DYN_CHG,
};
@@ -1872,7 +1824,6 @@ enum AUDIO_OUTPUT_DECODER_FMT {
AUDIO_OUTPUT_DECODER_AAC_HE2,
AUDIO_OUTPUT_DECODER_AAC_DAB,
AUDIO_OUTPUT_DECODER_AAC_DABPLUS,
- AUDIO_OUTPUT_DECODER_OPUS,
};
struct AUDIO_OUTPUT_DECODER_CFG {
@@ -2003,7 +1954,6 @@ enum TeleCaptureMode {
ANDROID_TELE_CAPTURE_MODE_UL,
ANDROID_TELE_CAPTURE_MODE_DL,
ANDROID_TELE_CAPTURE_MODE_ULDL,
- ANDROID_TELE_CAPTURE_MODE_3_MIC,
ANDROID_TELE_CAPTURE_MODE_TOT,
};
@@ -2132,7 +2082,7 @@ struct CMD_AUDIO_OUTPUT_INCALL_MUSIC_CHAN {
enum SINK_ID {
SINK_SPEAKER = 0,
- SINK_UNUSED,
+ SINK_HEADPHONE,
SINK_BT,
SINK_USB,
SINK_MODEM,
@@ -2243,7 +2193,6 @@ enum AudioDSPMode {
AUDIO_DSP_MODE_RESERVED_0,
AUDIO_DSP_MODE_RESERVED_1,
AUDIO_DSP_MODE_RESERVED_2,
- AUDIO_DSP_MODE_TELEPHONY_APMG3,
};
/**
@@ -2478,7 +2427,7 @@ enum ApStateTransition {
EXIT_SLEEP,
ENTER_SICD,
EXIT_SICD,
- AP_STATE_TRANSITION_TOT = 20,
+ AP_STATE_TRANSITION_TOT,
};
/**
@@ -2521,116 +2470,6 @@ struct CMD_AUDIO_INPUT_SET_CHRE_SRC_AEC_GAIN {
int32_t gain_centibel;
} __attribute__((packed));
-/**
- * Structure associated with the following commands:
- *
- * CMD_AUDIO_INPUT_HOTWORD_GET_BUFFER_TIMESTAMP_ID, UUID: 09e26d242004640c7e9adfeaafcc17ec
- */
-struct CMD_AUDIO_INPUT_HOTWORD_GET_BUFFER_TIMESTAMP {
- struct CMD_HDR parent;
- uint64_t timestamp_ticks;
-} __attribute__((packed));
-
-/**
- * Structure associated with the following commands:
- *
- * CMD_AUDIO_OUTPUT_MEL_STATE_ID, UUID: 89f53f6d95f7a78c3afebb6775c9bc27
- */
-struct CMD_AUDIO_OUTPUT_MEL_STATE {
- struct CMD_HDR parent;
- uint8_t enable;
-} __attribute__((packed));
-
-/**
- * Structure associated with the following commands:
- *
- * CMD_AUDIO_OUTPUT_MEL_SET_RS2_ID, UUID: 3ea25e761948837bf715b83912a8c6ba
- * CMD_AUDIO_OUTPUT_MEL_GET_RS2_ID, UUID: 120e10d404ffa402dee05fd81086b671
- */
-struct CMD_AUDIO_OUTPUT_MEL_RS2 {
- struct CMD_HDR parent;
- float rs2_value;
-} __attribute__((packed));
-
-/**
- * Structure associated with the following commands:
- *
- * CMD_AUDIO_OUTPUT_MEL_TRIGGER_ID, UUID: f32ed38b051caa0836f480a6fb1d2366
- */
-struct CMD_AUDIO_OUTPUT_MEL_TRIGGER {
- struct CMD_HDR parent;
- uint64_t timestamp;
- float mel_value;
- uint8_t block;
- uint8_t component;
-} __attribute__((packed));
-
-#define MAX_MEL_VALUE_SIZE (120) /* UUID: fe50b0e773e56fcc9fa7a8d1caa11e82 */
-
-/**
- * Structure associated with the following commands:
- *
- * CMD_AUDIO_OUTPUT_MEL_GET_VALUE_ID, UUID: 22e2b9f970d44ad413564d599919d13b
- */
-struct CMD_AUDIO_OUTPUT_MEL_GET_VALUE {
- struct CMD_HDR parent;
- uint64_t timestamp;
- float mel_value[MAX_MEL_VALUE_SIZE];
- uint32_t count;
- uint8_t block;
- uint8_t component;
-} __attribute__((packed));
-
-/**
- * Structure associated with the following commands:
- *
- * CMD_DBG_HEAP_V2_ID, UUID: 51a1e869c913cca4ebfa24576e967786
- */
-struct CMD_DBG_HEAP_V2 {
- struct CMD_CORE_GENERIC parent;
- uint32_t crc;
- uint8_t mode; /* For valid values, refer to "enum DbgHeapMode" */
- int32_t heap_num;
- uint8_t reset_cumulative;
-} __attribute__((packed));
-
-/**
- * Structure associated with the following commands:
- *
- * CMD_AOCX_PROCESSOR_ENABLE_ID, UUID: 4cbb4739c0abefdee7944529c1e3bad1
- */
-struct CMD_AOCX_PROCESSOR_ENABLE {
- struct CMD_HDR parent;
- uint32_t featureId;
- uint8_t enable;
-} __attribute__((packed));
-
-/**
- * Structure associated with the following commands:
- *
- * CMD_AUDIO_OUTPUT_EP_SETUP2_ID, UUID: 6fb91bb5c3cabce40df8be6ce186bcaa
- */
-struct CMD_AUDIO_OUTPUT_EP_SETUP2 {
- struct CMD_HDR parent;
- uint8_t channel;
- uint32_t buffer_size;
- uint32_t period_size;
- uint8_t mode; /* For valid values, refer to "enum EntrypointMode" */
-} __attribute__((packed));
-
-/**
- * Structure associated with the following commands:
- *
- * CMD_AUDIO_INPUT_MIC_RECORD_AP_SET_PARAMS2_ID, UUID: ed6fa32eebf27ab2f9f86303a7507896
- * CMD_AUDIO_INPUT_ULTRASONIC_AP_SET_PARAMS2_ID, UUID: 0ba02b5209f50546e5cc682dff34ca8b
- */
-struct CMD_AUDIO_INPUT_MIC_RECORD_AP_SET_PARAMS2 {
- struct CMD_HDR parent;
- uint8_t channel;
- uint32_t buffer_size;
- uint32_t period_size;
-} __attribute__((packed));
-
struct NOTIF_HDR {
struct CONTAINER_HDR parent;
uint32_t id;
@@ -2698,7 +2537,7 @@ static inline void AocCmdNoAckHdrSet(struct CMD_HDR * cmd, uint16_t id, uint16_t
/**
* Total number of UUID strings to check against the FW image.
*/
-#define AOC_UUID_ENTRIES (285)
+#define AOC_UUID_ENTRIES (270)
/**
* UUID entry size.
@@ -2728,17 +2567,14 @@ static inline int AocInterfaceCheck(const void * addr, int size) {
{ 0x08, 0x03, 0x6d, 0x24, 0xf5, 0x2f, 0xe0, 0x21, 0xa2, 0xef, 0x84, 0x19, 0xf2, 0x8d, 0xbf, 0x0d},
{ 0x08, 0x5b, 0x3c, 0x10, 0x69, 0x3d, 0xe3, 0xcd, 0x14, 0xa5, 0xab, 0xc2, 0x25, 0x82, 0x80, 0xce},
{ 0x09, 0xa0, 0xd5, 0x1b, 0x06, 0xbf, 0x64, 0xfd, 0x73, 0x33, 0xc0, 0x9a, 0xbf, 0x73, 0xed, 0x6a},
- { 0x09, 0xe2, 0x6d, 0x24, 0x20, 0x04, 0x64, 0x0c, 0x7e, 0x9a, 0xdf, 0xea, 0xaf, 0xcc, 0x17, 0xec},
{ 0x0a, 0x59, 0xd4, 0xc7, 0x2b, 0x38, 0x77, 0x11, 0x45, 0x4f, 0xbd, 0x37, 0x5d, 0x30, 0x44, 0x17},
{ 0x0a, 0x81, 0x94, 0x45, 0x4e, 0x79, 0x09, 0xaa, 0xc5, 0x00, 0x3b, 0xe1, 0x76, 0xe8, 0x20, 0x91},
{ 0x0a, 0x84, 0x69, 0xb5, 0xb9, 0x6b, 0x5c, 0xcb, 0xf7, 0x3a, 0x68, 0xd0, 0x34, 0xfc, 0x69, 0xb6},
- { 0x0b, 0xa0, 0x2b, 0x52, 0x09, 0xf5, 0x05, 0x46, 0xe5, 0xcc, 0x68, 0x2d, 0xff, 0x34, 0xca, 0x8b},
{ 0x0c, 0x71, 0x11, 0x38, 0x38, 0x13, 0xf4, 0xcc, 0x27, 0x0e, 0x1b, 0x7a, 0x20, 0xd0, 0x7b, 0x5e},
{ 0x0d, 0x0e, 0xd5, 0xab, 0x53, 0x92, 0xd3, 0xd5, 0x0a, 0xf3, 0x4f, 0xbf, 0x2b, 0x15, 0x25, 0x15},
{ 0x0e, 0x5f, 0x7c, 0x97, 0xaa, 0x5d, 0xfa, 0x4e, 0x27, 0xae, 0xa3, 0x60, 0x6f, 0xee, 0x68, 0xe4},
{ 0x10, 0xaa, 0x17, 0xf6, 0x01, 0x2e, 0x86, 0x30, 0x9e, 0x2f, 0xd0, 0x59, 0xee, 0x03, 0x25, 0x3a},
{ 0x11, 0x76, 0x82, 0xaf, 0x13, 0x45, 0x5a, 0x3d, 0xe0, 0xf0, 0xf0, 0x1a, 0x02, 0xa3, 0xd4, 0x66},
- { 0x12, 0x0e, 0x10, 0xd4, 0x04, 0xff, 0xa4, 0x02, 0xde, 0xe0, 0x5f, 0xd8, 0x10, 0x86, 0xb6, 0x71},
{ 0x12, 0x89, 0x2d, 0xad, 0xd9, 0xba, 0x4d, 0x23, 0xea, 0xe4, 0x85, 0xd3, 0xd5, 0x9f, 0xcc, 0xf0},
{ 0x13, 0x27, 0x03, 0xc5, 0x1b, 0xb0, 0x18, 0xbb, 0xf2, 0xc9, 0xa8, 0x70, 0xe8, 0xb9, 0x74, 0xd8},
{ 0x14, 0x40, 0x6b, 0x26, 0x35, 0x21, 0x56, 0xfc, 0x3f, 0xd4, 0x5d, 0xbd, 0x2a, 0xfe, 0x8f, 0x21},
@@ -2747,7 +2583,6 @@ static inline int AocInterfaceCheck(const void * addr, int size) {
{ 0x15, 0xc1, 0x57, 0x0c, 0x12, 0x58, 0xba, 0x2a, 0xcd, 0xd2, 0xd4, 0xdd, 0x2e, 0x17, 0x2f, 0xbe},
{ 0x17, 0x0d, 0xc9, 0xa2, 0x72, 0xcf, 0xdc, 0xe7, 0xdd, 0xc3, 0xbe, 0x51, 0x33, 0x6c, 0xfd, 0x31},
{ 0x17, 0xda, 0x3a, 0xdb, 0xbb, 0xfb, 0xdb, 0xe6, 0x21, 0x5b, 0x81, 0x3d, 0xca, 0x17, 0xe1, 0x41},
- { 0x18, 0x53, 0x72, 0x57, 0x16, 0xf2, 0x67, 0x8f, 0x9b, 0xd1, 0x2f, 0x96, 0x1c, 0x2a, 0xe5, 0x91},
{ 0x1a, 0x8f, 0x67, 0xd7, 0x66, 0xcc, 0x9a, 0x1e, 0x21, 0xd6, 0x54, 0x8a, 0xfd, 0xc2, 0xba, 0x57},
{ 0x1a, 0xc2, 0xb5, 0xc1, 0x94, 0xcb, 0x12, 0x67, 0xb0, 0xa9, 0xd9, 0xda, 0x7a, 0xe1, 0xd6, 0xc9},
{ 0x1c, 0x45, 0xeb, 0x22, 0x73, 0x8c, 0x03, 0x45, 0x1a, 0x98, 0xb2, 0x2f, 0xf0, 0x78, 0xc4, 0x4e},
@@ -2761,12 +2596,10 @@ static inline int AocInterfaceCheck(const void * addr, int size) {
{ 0x21, 0xd2, 0x3b, 0x51, 0x10, 0x75, 0x47, 0xec, 0x3a, 0x08, 0x33, 0x80, 0xca, 0xce, 0x82, 0x5e},
{ 0x22, 0x25, 0xe4, 0xb1, 0x79, 0xa5, 0xdf, 0xbc, 0x0a, 0xd4, 0x56, 0xc8, 0x11, 0x04, 0x59, 0x09},
{ 0x22, 0x8b, 0x2b, 0x4c, 0x01, 0xe7, 0xc1, 0x26, 0x65, 0x80, 0x56, 0xa5, 0x96, 0xac, 0x4e, 0x5c},
- { 0x22, 0xe2, 0xb9, 0xf9, 0x70, 0xd4, 0x4a, 0xd4, 0x13, 0x56, 0x4d, 0x59, 0x99, 0x19, 0xd1, 0x3b},
{ 0x24, 0x9a, 0xda, 0x53, 0xf8, 0xb6, 0xce, 0x22, 0x6b, 0xa9, 0xaa, 0x73, 0xda, 0xbb, 0xf5, 0xe6},
{ 0x25, 0xd1, 0x6d, 0x03, 0x7a, 0x41, 0xa1, 0xf8, 0x54, 0x06, 0xa0, 0x02, 0x90, 0x17, 0xa0, 0x2a},
{ 0x26, 0xbd, 0xe6, 0x3c, 0xaf, 0xfd, 0x54, 0x4e, 0x58, 0x1a, 0x72, 0x93, 0xf1, 0xcf, 0x79, 0x3c},
{ 0x27, 0x18, 0x72, 0xe1, 0xbf, 0x7b, 0x57, 0xd8, 0xc2, 0xbb, 0x10, 0x84, 0x72, 0x06, 0xe8, 0x88},
- { 0x27, 0x9a, 0xa8, 0x8a, 0xfc, 0x7b, 0xdf, 0xff, 0x45, 0x52, 0x99, 0x76, 0x17, 0x6b, 0x32, 0x60},
{ 0x28, 0xa4, 0x20, 0x16, 0xe2, 0x30, 0x74, 0xc2, 0x1d, 0x14, 0x62, 0x19, 0x7b, 0x9c, 0x9d, 0x59},
{ 0x2a, 0x38, 0x91, 0xf4, 0xd9, 0x66, 0x73, 0x05, 0xcc, 0x1d, 0x5d, 0xcf, 0x03, 0xbe, 0x8d, 0x85},
{ 0x2a, 0x39, 0x2f, 0x6c, 0x9f, 0x9a, 0xc7, 0x88, 0xfb, 0x2a, 0x12, 0xa6, 0xe4, 0xa5, 0xdd, 0xe5},
@@ -2792,7 +2625,6 @@ static inline int AocInterfaceCheck(const void * addr, int size) {
{ 0x3b, 0xfa, 0x87, 0x99, 0x9f, 0xaf, 0x40, 0xdf, 0x0f, 0xee, 0xf2, 0x3d, 0xd9, 0x4c, 0xc5, 0x94},
{ 0x3c, 0x71, 0xe6, 0x4c, 0x26, 0x7c, 0x6e, 0x4a, 0x4e, 0x2e, 0x67, 0x53, 0x5d, 0xe0, 0xb5, 0xbd},
{ 0x3e, 0x8d, 0xad, 0xc9, 0x9d, 0x9d, 0x30, 0xff, 0xd9, 0xca, 0x03, 0x59, 0xb4, 0x81, 0xae, 0xfd},
- { 0x3e, 0xa2, 0x5e, 0x76, 0x19, 0x48, 0x83, 0x7b, 0xf7, 0x15, 0xb8, 0x39, 0x12, 0xa8, 0xc6, 0xba},
{ 0x3f, 0x7e, 0x21, 0x28, 0x19, 0x4a, 0xbb, 0x2c, 0x20, 0x72, 0xf2, 0xb8, 0x95, 0xfa, 0xd9, 0xf3},
{ 0x40, 0xbd, 0xd5, 0x3e, 0x16, 0x32, 0x96, 0x23, 0x34, 0x59, 0x4c, 0xb1, 0xf0, 0xf9, 0x2d, 0xa5},
{ 0x43, 0xfd, 0x27, 0xea, 0x86, 0xc0, 0xab, 0x09, 0x71, 0xba, 0x99, 0x27, 0x5d, 0xbe, 0xc1, 0x61},
@@ -2801,12 +2633,10 @@ static inline int AocInterfaceCheck(const void * addr, int size) {
{ 0x4b, 0x09, 0x29, 0xd9, 0x02, 0xbd, 0x8d, 0xfb, 0x96, 0x0f, 0x5b, 0x41, 0x70, 0x42, 0x98, 0x2c},
{ 0x4b, 0x17, 0xcf, 0x24, 0x42, 0xac, 0x4a, 0xf4, 0x94, 0xe2, 0xf7, 0x27, 0x38, 0x8d, 0x8e, 0xd8},
{ 0x4c, 0x6d, 0xa4, 0x04, 0xf6, 0xf1, 0xe1, 0xe0, 0x2e, 0xd9, 0xa1, 0xbf, 0xa1, 0xbe, 0xf4, 0x36},
- { 0x4c, 0xbb, 0x47, 0x39, 0xc0, 0xab, 0xef, 0xde, 0xe7, 0x94, 0x45, 0x29, 0xc1, 0xe3, 0xba, 0xd1},
{ 0x4c, 0xe9, 0xe2, 0x32, 0xb0, 0xad, 0x1d, 0xc1, 0x9b, 0xd9, 0x8d, 0x76, 0x65, 0xbf, 0x93, 0x53},
{ 0x50, 0x4d, 0x49, 0x0d, 0x70, 0x4a, 0xc2, 0xbe, 0xf2, 0xaf, 0x10, 0x88, 0x7b, 0x9b, 0x1a, 0xd3},
{ 0x51, 0x44, 0x50, 0xe5, 0x58, 0x54, 0xee, 0xd2, 0xa1, 0x56, 0x51, 0x06, 0x7d, 0x6a, 0x3e, 0x55},
{ 0x51, 0x94, 0x87, 0x45, 0x95, 0x24, 0x5e, 0x95, 0x85, 0x23, 0xa1, 0x71, 0xea, 0x2f, 0x6b, 0xad},
- { 0x51, 0xa1, 0xe8, 0x69, 0xc9, 0x13, 0xcc, 0xa4, 0xeb, 0xfa, 0x24, 0x57, 0x6e, 0x96, 0x77, 0x86},
{ 0x52, 0x3a, 0x9f, 0x7b, 0x74, 0x3e, 0xa2, 0x9e, 0xa2, 0x3a, 0x18, 0xc0, 0x87, 0x9b, 0x0d, 0xcc},
{ 0x53, 0x8e, 0x9a, 0xc8, 0x80, 0x22, 0xdc, 0x3b, 0xce, 0xc3, 0x11, 0xed, 0xa8, 0xb8, 0x78, 0x0f},
{ 0x56, 0xf7, 0xe6, 0x6f, 0xe4, 0xbf, 0xf9, 0x84, 0x2c, 0xa5, 0xfc, 0x4c, 0x2c, 0x57, 0x18, 0xa7},
@@ -2830,9 +2660,7 @@ static inline int AocInterfaceCheck(const void * addr, int size) {
{ 0x6c, 0xa3, 0x16, 0x0b, 0x1c, 0x5a, 0xd2, 0x7b, 0x01, 0xfa, 0x34, 0x39, 0x02, 0xfb, 0xea, 0x84},
{ 0x6c, 0xe1, 0x4e, 0x74, 0x47, 0x36, 0x5e, 0xe0, 0xce, 0x8b, 0xfb, 0x7c, 0xcc, 0xbb, 0x3c, 0x7a},
{ 0x6e, 0x88, 0x72, 0xb5, 0x78, 0x9b, 0x3c, 0x3c, 0x82, 0x39, 0x25, 0x04, 0xf3, 0xfe, 0xba, 0xda},
- { 0x6f, 0x0c, 0x39, 0x86, 0x16, 0xac, 0xa7, 0xcd, 0x4d, 0x45, 0x72, 0x79, 0x40, 0x8a, 0x7e, 0x19},
{ 0x6f, 0x21, 0x5c, 0x20, 0xb8, 0x13, 0x95, 0xc0, 0xe9, 0x48, 0x48, 0x1d, 0x89, 0x56, 0xd5, 0x68},
- { 0x6f, 0xb9, 0x1b, 0xb5, 0xc3, 0xca, 0xbc, 0xe4, 0x0d, 0xf8, 0xbe, 0x6c, 0xe1, 0x86, 0xbc, 0xaa},
{ 0x70, 0xad, 0x1f, 0x84, 0x1c, 0xe4, 0x64, 0x65, 0xe2, 0x38, 0x9e, 0x08, 0x93, 0x88, 0x35, 0xc9},
{ 0x71, 0x65, 0x64, 0x80, 0xfb, 0xa7, 0xc2, 0x51, 0x2e, 0xb2, 0xc8, 0x49, 0x3e, 0x71, 0xe7, 0xe6},
{ 0x71, 0x9d, 0xaf, 0x40, 0x4c, 0x68, 0x69, 0xc3, 0xe3, 0x84, 0x15, 0x3d, 0x48, 0x1d, 0x24, 0xa8},
@@ -2860,7 +2688,6 @@ static inline int AocInterfaceCheck(const void * addr, int size) {
{ 0x85, 0x57, 0x57, 0xd7, 0x97, 0x53, 0x30, 0x15, 0xc3, 0x2d, 0x35, 0x2f, 0x66, 0xe0, 0x46, 0x79},
{ 0x85, 0x8d, 0xde, 0x9a, 0xb4, 0xa9, 0x0a, 0x99, 0xfb, 0xb9, 0x8e, 0x0a, 0x99, 0x1a, 0xfa, 0x1f},
{ 0x88, 0xa3, 0x45, 0x93, 0x5c, 0xad, 0x7a, 0x95, 0xcb, 0x30, 0xce, 0xb0, 0x92, 0xd9, 0x48, 0xd3},
- { 0x89, 0xf5, 0x3f, 0x6d, 0x95, 0xf7, 0xa7, 0x8c, 0x3a, 0xfe, 0xbb, 0x67, 0x75, 0xc9, 0xbc, 0x27},
{ 0x8c, 0x6f, 0x6a, 0xb3, 0x9a, 0xed, 0x0b, 0x4f, 0xc8, 0x98, 0xf4, 0x2a, 0xef, 0x3d, 0x4b, 0xa4},
{ 0x8d, 0x0a, 0x76, 0xb0, 0x19, 0x7e, 0xbe, 0x63, 0x88, 0x03, 0xcc, 0x59, 0x74, 0xc4, 0x9e, 0xce},
{ 0x8d, 0x12, 0x14, 0x21, 0x54, 0x8f, 0x26, 0x5e, 0x4f, 0x29, 0x6a, 0xcb, 0xf3, 0x00, 0xfe, 0x33},
@@ -2970,7 +2797,6 @@ static inline int AocInterfaceCheck(const void * addr, int size) {
{ 0xe5, 0x18, 0xd0, 0x9c, 0xcf, 0x3b, 0x27, 0x68, 0x67, 0x6f, 0x64, 0xbd, 0x74, 0x4d, 0x03, 0xd6},
{ 0xe8, 0x5e, 0xbf, 0x92, 0xa2, 0x9e, 0x07, 0x4f, 0xe9, 0x69, 0xbe, 0x63, 0x14, 0x30, 0x38, 0x74},
{ 0xeb, 0x4c, 0xa3, 0xec, 0xc1, 0xe6, 0x1d, 0x8a, 0xbb, 0xdc, 0x79, 0x67, 0x1d, 0xc0, 0xed, 0xbb},
- { 0xed, 0x6f, 0xa3, 0x2e, 0xeb, 0xf2, 0x7a, 0xb2, 0xf9, 0xf8, 0x63, 0x03, 0xa7, 0x50, 0x78, 0x96},
{ 0xed, 0xd0, 0xa6, 0x6e, 0xe1, 0x07, 0xea, 0x64, 0xb8, 0xf6, 0xa0, 0xa3, 0x24, 0xa7, 0x85, 0x6b},
{ 0xee, 0x50, 0xe9, 0xbe, 0x27, 0xf5, 0x15, 0xf9, 0xf6, 0x66, 0xd1, 0xc6, 0x98, 0xa0, 0xd8, 0xdc},
{ 0xee, 0xca, 0x1a, 0x83, 0x93, 0xa2, 0xd6, 0xe8, 0xa9, 0x5e, 0xdd, 0x61, 0xcb, 0xfa, 0xe6, 0x41},
@@ -2980,7 +2806,6 @@ static inline int AocInterfaceCheck(const void * addr, int size) {
{ 0xf0, 0xb6, 0x4e, 0xd4, 0x02, 0x4e, 0x01, 0x98, 0x84, 0xbc, 0x79, 0x7a, 0x3a, 0x4f, 0x18, 0x3d},
{ 0xf0, 0xd0, 0xab, 0x26, 0xcd, 0x62, 0x0a, 0x32, 0xc7, 0xf2, 0x7f, 0x88, 0x62, 0x43, 0x4e, 0x7c},
{ 0xf2, 0x5d, 0xfd, 0xe2, 0xfb, 0x0b, 0xf9, 0x67, 0xc2, 0x67, 0xbe, 0x45, 0xc8, 0x23, 0x2b, 0xb6},
- { 0xf3, 0x2e, 0xd3, 0x8b, 0x05, 0x1c, 0xaa, 0x08, 0x36, 0xf4, 0x80, 0xa6, 0xfb, 0x1d, 0x23, 0x66},
{ 0xf3, 0x66, 0x28, 0x25, 0xcd, 0x66, 0xdd, 0x6f, 0xf3, 0x64, 0x25, 0xec, 0xcf, 0x6c, 0xe2, 0x3b},
{ 0xf5, 0x49, 0x60, 0x54, 0x47, 0x2a, 0x5b, 0xe7, 0x03, 0xa3, 0x2e, 0x46, 0x20, 0x6c, 0x74, 0xab},
{ 0xf5, 0xe3, 0xd3, 0xb2, 0x11, 0x78, 0x74, 0x4d, 0x12, 0x7e, 0xd7, 0x62, 0x1b, 0xe1, 0x37, 0xd4},
@@ -2999,7 +2824,6 @@ static inline int AocInterfaceCheck(const void * addr, int size) {
{ 0xfd, 0xc9, 0x9d, 0x0d, 0x19, 0xfd, 0xae, 0x73, 0xc0, 0xdd, 0x4f, 0x2a, 0x21, 0xc9, 0x4b, 0xe6},
{ 0xfd, 0xe7, 0x82, 0xe5, 0xf1, 0x43, 0x15, 0x73, 0xbd, 0x86, 0x7d, 0x16, 0x3f, 0xbf, 0x43, 0xa1},
{ 0xfe, 0x23, 0xe6, 0xae, 0xa7, 0xfe, 0x94, 0x1c, 0x7d, 0x37, 0x66, 0x55, 0x32, 0x88, 0xb3, 0x27},
- { 0xfe, 0x50, 0xb0, 0xe7, 0x73, 0xe5, 0x6f, 0xcc, 0x9f, 0xa7, 0xa8, 0xd1, 0xca, 0xa1, 0x1e, 0x82},
{ 0xff, 0xa1, 0x93, 0x53, 0x44, 0x54, 0x31, 0x28, 0x29, 0x8b, 0x05, 0xf3, 0x1c, 0x2d, 0xb4, 0xfa},
};
int start = 0;