/device/linaro/poplar/wifi/wifi_hal/ |
D | cpp_bindings.cpp | 595 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()
|
D | common.cpp | 70 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/ |
D | uim.h | 79 #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/ |
D | fetch_cvd.cc | 78 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()
|
D | build_api.cc | 72 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/ |
D | launch_cvd.cc | 63 for (const auto& arg : argv) { in StartAssembler() local 76 for (const auto& arg : argv) { in StartRunner() local
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | getopt.c | 20 const char* arg = argv[optind]; in getopt() local
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | spcom.h | 51 uint32_t arg; member 66 uint32_t arg; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | spcom.h | 80 uint32_t arg; member 101 uint32_t arg; member
|
/device/linaro/hikey/hifi/xaf/host-apf/include/os/xos/ |
D | xf-osal.h | 180 void *arg, const char *name, void * stack, in __xf_thread_create()
|
/device/google/cuttlefish/guest/hals/gps/ |
D | gps_thread.cpp | 109 void gps_state_thread(void* arg) { in gps_state_thread()
|
/device/generic/goldfish-opengl/android-emu/android/base/threads/ |
D | AndroidThread_pthread.cpp | 125 void* Thread::thread_main(void* arg) { in thread_main()
|
/device/amlogic/yukawa/hal/hdmicec/ |
D | hdmi_cec.c | 199 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/ |
D | xf-osal.h | 183 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/ |
D | ion.h | 56 unsigned long arg; member
|
D | spcom.h | 49 uint32_t arg; member
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | ion.h | 56 unsigned long arg; member
|
D | spcom.h | 49 uint32_t arg; member
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | ion.h | 134 unsigned long arg; member
|
D | spcom.h | 77 uint32_t arg; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | ion.h | 134 unsigned long arg; member
|
D | spcom.h | 77 uint32_t arg; member
|
/device/linaro/hikey/hifi/xaf/host-apf/utest/ |
D | xaf-dec-test.c | 126 static int comp_process_entry(void *arg) in comp_process_entry()
|
/device/google/cuttlefish/host/libs/config/ |
D | cuttlefish_config.cpp | 345 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/ |
D | nanoapp_encr.c | 235 static void fatalUsage(const char *name, const char *msg, const char *arg) in fatalUsage()
|