Home
last modified time | relevance | path

Searched refs:iface_object (Results 1 – 5 of 5) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/binder/
Dbinder_manager.cpp88 android::sp<fi::w1::wpa_supplicant::IIface> *iface_object) in getIfaceBinderObjectByKey() argument
90 if (!iface_object_key || !iface_object) in getIfaceBinderObjectByKey()
96 *iface_object = iface_object_map_[iface_object_key]; in getIfaceBinderObjectByKey()
Dbinder_manager.h40 android::sp<fi::w1::wpa_supplicant::IIface> *iface_object);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/binder/
Dbinder_manager.cpp88 android::sp<fi::w1::wpa_supplicant::IIface> *iface_object) in getIfaceBinderObjectByKey() argument
90 if (!iface_object_key || !iface_object) in getIfaceBinderObjectByKey()
96 *iface_object = iface_object_map_[iface_object_key]; in getIfaceBinderObjectByKey()
Dbinder_manager.h40 android::sp<fi::w1::wpa_supplicant::IIface> *iface_object);
/third_party/glib/tests/gobject/
Dtestgobject.c140 TestIface *iface_object,
155 TestIface *iface_object,
253 TestIface *iface_object, in test_object_test_signal() argument
258 g_return_val_if_fail (TEST_IS_IFACE (iface_object), NULL); in test_object_test_signal()