Home
last modified time | relevance | path

Searched defs:reset_interface (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_interface.cc26 void bluetooth::testing::stack::l2cap::reset_interface() { interface_ = &mock_l2cap_interface; } in reset_interface() function in bluetooth::testing::stack::l2cap
Dmock_stack_rnr_interface.cc26 void bluetooth::testing::stack::rnr::reset_interface() { interface_ = &default_interface; } in reset_interface() function in bluetooth::testing::stack::rnr
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_connectivity_Vpn.cpp193 static int reset_interface(const char *name) in reset_interface() function