OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reinvoke
(Results
1 - 7
of
7
) sorted by null
/hardware/interfaces/wifi/supplicant/1.0/
ISupplicantP2pIface.hal
322
*
Reinvoke
a device from a persistent group.
325
* @param peerAddress MAC address of the device to
reinvoke
.
332
reinvoke
(SupplicantNetworkId persistentNetworkId, MacAddress peerAddress)
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pNative.java
423
*
Reinvoke
a device from a persistent group.
426
* @param deviceAddress MAC address of the device to
reinvoke
.
431
return mSupplicantP2pIfaceHal.
reinvoke
(netId, deviceAddress);
SupplicantP2pIfaceHal.java
966
public boolean
reinvoke
(int networkId, String peerAddress) {
method in class:SupplicantP2pIfaceHal
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
SupplicantP2pIfaceHalTest.java
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
p2p_iface.h
102
Return<void>
reinvoke
(
p2p_iface.cpp
240
Return<void> P2pIface::
reinvoke
(
function in class:android::hardware::wifi::supplicant::V1_0::implementation::P2pIface
[
all
...]
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_p2p_iface_hidl_test.cpp
356
*
Reinvoke
358
TEST_F(SupplicantP2pIfaceHidlTest,
Reinvoke
) {
359
p2p_iface_->
reinvoke
(
Completed in 571 milliseconds