Searched refs:handle_cmd (Results 1 – 9 of 9) sorted by relevance
/external/skia/platform_tools/android/apps/visualbench/src/main/jni/ |
D | main.cpp | 32 static void handle_cmd(struct android_app* app, int32_t cmd) { in handle_cmd() function 71 state->onAppCmd = handle_cmd; in android_main()
|
/external/iw/ |
D | link.c | 253 err = handle_cmd(state, id, 3, link_argv); in handle_link() 268 return handle_cmd(state, id, 4, station_argv); in handle_link()
|
D | connect.c | 111 err = handle_cmd(state, id, conn_argc, conn_argv); in iw_connect()
|
D | reg.c | 250 err = handle_cmd(state, CIB_NONE, 2, dump_args); in handle_reg_get()
|
D | iw.h | 117 int handle_cmd(struct nl80211_state *state, enum id_input idby,
|
D | iw.c | 489 int handle_cmd(struct nl80211_state *state, enum id_input idby, in handle_cmd() function
|
D | info.c | 656 err = handle_cmd(state, CIB_NONE, 2, feat_args); in handle_info()
|
D | scan.c | 2033 err = handle_cmd(state, id, trig_argc, trig_argv); in handle_scan_combined() 2069 return handle_cmd(state, id, dump_argc, dump_argv); in handle_scan_combined()
|
/external/autotest/client/deps/fakemodem/src/ |
D | fakemodem.c | 67 static const gchar *handle_cmd (FakeModem *fakemodem, const gchar *cmd); 415 response = handle_cmd (fakemodem, cmd); in master_read() 453 handle_cmd(FakeModem *fakemodem, const gchar *cmd) in handle_cmd() function
|