Home
last modified time | relevance | path

Searched defs:handle_cmd (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/deqp-deps/amber/android_sample/jni/
Dmain.cc77 void handle_cmd(android_app* app, int32_t cmd) { in handle_cmd() function
/aosp_15_r20/trusty/user/app/sample/app-mgmt-test/port-start-srv/
Dmain.c33 static bool handle_cmd(uint8_t cmd, handle_t channel, handle_t* start_port) { in handle_cmd() function
/aosp_15_r20/cts/hostsidetests/adpf/app/hintsession/src/cpp/
H A Dmain.cpp150 void handle_cmd(android_app *pApp, int32_t cmd) { in handle_cmd() function
/aosp_15_r20/external/iw/
H A Diw.c552 int handle_cmd(struct nl80211_state *state, enum id_input idby, in handle_cmd() function
/aosp_15_r20/external/autotest/client/deps/fakemodem/src/
H A Dfakemodem.c453 handle_cmd(FakeModem *fakemodem, const gchar *cmd) in handle_cmd() function
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/session/
H A Dsession_manager.rs196 fn handle_cmd(&mut self, cmd: SessionCommand, result_sender: ResponseSender) { in handle_cmd() method
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/service/
H A Duwb_service.rs340 async fn handle_cmd(&mut self, cmd: Command) -> Result<Response> { in handle_cmd() method
/aosp_15_r20/cts/tests/tests/security/jni/
H A Dandroid_security_cts_cve_2019_2213_Test.c429 void handle_cmd(int fd, u32 cmd, void *dat) { in handle_cmd() function
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/
H A Duci_manager.rs1043 async fn handle_cmd( in handle_cmd() method