Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 43) sorted by relevance

12

/device/linaro/poplar/wifi/wifi_hal/
Dcpp_bindings.cpp595 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check()
693 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) { in response_handler()
707 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) { in event_handler()
723 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) { in valid_handler()
730 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler()
737 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { in finish_handler()
744 int WifiCommand::error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) { in error_handler()
Dcommon.cpp70 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler()
96 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_vendor_handler()
/device/linaro/hikey/wpan/uim/
Duim.h79 #define UIM_ERR(fmt, arg...) printf("uim:"fmt"\n" , ##arg) argument
82 #define UIM_DBG(fmt, arg...) printf("uim:"fmt"\n" , ## arg) argument
83 #define UIM_VER(fmt, arg...) argument
86 #define UIM_DBG(fmt, arg...) printf("uim:"fmt"\n" , ## arg) argument
87 #define UIM_VER(fmt, arg...) printf("uim:"fmt"\n" , ## arg) argument
90 #define UIM_DBG(fmt, arg...) argument
91 #define UIM_VER(fmt, arg...) argument
/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc78 std::string product = std::visit([](auto&& arg) { return arg.product; }, build); in TargetBuildZipFromArtifacts()
79 auto id = std::visit([](auto&& arg) { return arg.id; }, build); in TargetBuildZipFromArtifacts()
220 auto id = std::visit([](auto&& arg) { return arg.id; }, build); in AddFilesToConfig()
221 auto target = std::visit([](auto&& arg) { return arg.target; }, build); in AddFilesToConfig()
Dbuild_api.cc72 std::visit([&out](auto&& arg) { out << arg; }, build); in operator <<()
191 Build ArgumentToBuild(BuildApi* build_api, const std::string& arg, in ArgumentToBuild()
/device/google/cuttlefish/host/commands/launch/
Dlaunch_cvd.cc63 for (const auto& arg : argv) { in StartAssembler() local
76 for (const auto& arg : argv) { in StartRunner() local
/device/generic/opengl-transport/host/commands/emugen/
Dgetopt.c20 const char* arg = argv[optind]; in getopt() local
/device/google/coral-kernel/sm8150/kernel-headers/linux/
Dspcom.h51 uint32_t arg; member
66 uint32_t arg; member
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/
Dspcom.h80 uint32_t arg; member
101 uint32_t arg; member
/device/linaro/hikey/hifi/xaf/host-apf/include/os/xos/
Dxf-osal.h180 void *arg, const char *name, void * stack, in __xf_thread_create()
/device/google/cuttlefish/guest/hals/gps/
Dgps_thread.cpp109 void gps_state_thread(void* arg) { in gps_state_thread()
/device/generic/goldfish-opengl/android-emu/android/base/threads/
DAndroidThread_pthread.cpp125 void* Thread::thread_main(void* arg) { in thread_main()
/device/amlogic/yukawa/hal/hdmicec/
Dhdmi_cec.c199 event_callback_t callback, void *arg) in hdmicec_register_event_callback()
275 static void *event_thread(void *arg) in event_thread()
/device/linaro/hikey/hifi/xaf/host-apf/include/os/android/
Dxf-osal.h183 static inline int __xf_thread_create(xf_thread_t *thread, void * (*f)(void *), void *arg) in __xf_thread_create() argument
/device/google/crosshatch/sdm845/kernel-headers/linux/
Dion.h56 unsigned long arg; member
Dspcom.h49 uint32_t arg; member
/device/google/bonito/sdm710/kernel-headers/linux/
Dion.h56 unsigned long arg; member
Dspcom.h49 uint32_t arg; member
/device/google/bonito/sdm710/original-kernel-headers/linux/
Dion.h134 unsigned long arg; member
Dspcom.h77 uint32_t arg; member
/device/google/crosshatch/sdm845/original-kernel-headers/linux/
Dion.h134 unsigned long arg; member
Dspcom.h77 uint32_t arg; member
/device/linaro/hikey/hifi/xaf/host-apf/utest/
Dxaf-dec-test.c126 static int comp_process_entry(void *arg) in comp_process_entry()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp345 for (const auto& arg : mode) { in set_adb_mode() local
761 for (const auto& arg : android::base::Split(boot_image_kernel_cmdline, " ")) { in set_boot_image_kernel_cmdline() local
776 for (const auto& arg : android::base::Split(extra_cmdline, " ")) { in set_extra_kernel_cmdline() local
791 for (const auto& arg : android::base::Split(vm_manager_cmdline, " ")) { in set_vm_manager_kernel_cmdline() local
/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c235 static void fatalUsage(const char *name, const char *msg, const char *arg) in fatalUsage()

12