HomeSort by relevance Sort by last modified time
    Searched full:output_paths (Results 1 - 1 of 1) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
ipc.h 59 unsigned char output_paths[ETHERNET_UTILS_NUMBER_OF_MODULES]; member in struct:t_shared_memory_rec
72 #define SHARED_MEMORY_OUTPUT_PATH(_module_index) (((shared_memory_reco *)(p_shared_memory))->output_paths[_module_index])
73 #define SHARED_MEMORY_TERMINAL_OUTPUT_PATH() (((shared_memory_reco *)(p_shared_memory))->output_paths[ETHERNET_UTILS_TERMINAL_MODULE_ID])
74 #define SHARED_MEMORY_LOGGER_OUTPUT_PATH() (((shared_memory_reco *)(p_shared_memory))->output_paths[ETHERNET_UTILS_LOGGER_MODULE_ID])
75 #define SHARED_MEMORY_WIPP_OUTPUT_PATH() (((shared_memory_reco *)(p_shared_memory))->output_paths[ETHERNET_UTILS_WIPP_MODULE_ID])

Completed in 39 milliseconds