OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onIfaceRemoved
(Results
1 - 4
of
4
) sorted by null
/hardware/interfaces/wifi/1.0/
IWifiChipEventCallback.hal
55
oneway
onIfaceRemoved
(IfaceType type, string name);
/hardware/interfaces/wifi/1.0/default/
wifi_chip.cpp
552
if (!callback->
onIfaceRemoved
(IfaceType::AP, ifname).isOk()) {
553
LOG(ERROR) << "Failed to invoke
onIfaceRemoved
callback";
602
if (!callback->
onIfaceRemoved
(IfaceType::NAN, ifname).isOk()) {
648
if (!callback->
onIfaceRemoved
(IfaceType::P2P, ifname).isOk()) {
649
LOG(ERROR) << "Failed to invoke
onIfaceRemoved
callback";
692
if (!callback->
onIfaceRemoved
(IfaceType::STA, ifname).isOk()) {
693
LOG(ERROR) << "Failed to invoke
onIfaceRemoved
callback";
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
HalDeviceManager.java
744
public void
onIfaceRemoved
(int type, String name)
746
Log.d(TAG, "
onIfaceRemoved
: type=" + type + ", name=" + name);
[
all
...]
WifiVendorHal.java
[
all
...]
Completed in 78 milliseconds