OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NAN_STATUS_NO_SPACE_AVAILABLE
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
WifiNanNative.java
340
public static final int
NAN_STATUS_NO_SPACE_AVAILABLE
= 7;
392
case
NAN_STATUS_NO_SPACE_AVAILABLE
:
/hardware/libhardware_legacy/include/hardware_legacy/
wifi_nan.h
124
NAN_STATUS_NO_SPACE_AVAILABLE
= 7,
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
WifiNanHalTest.java
371
args.putInt("status", WifiNanNative.
NAN_STATUS_NO_SPACE_AVAILABLE
);
[
all
...]
Completed in 2334 milliseconds