HomeSort by relevance Sort by last modified time
    Searched full:publish_type (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_nan_WifiNanNative.cpp 346 msg.publish_type = (NanPublishType)helper.getIntField(publish_settings, "mPublishType");
351 if (msg.publish_type != NAN_PUBLISH_TYPE_UNSOLICITED)
  /frameworks/opt/net/wifi/tests/wifitests/jni/
wifi_nan_hal_mock.cpp 146 jsonW.put_int("publish_type", msg->publish_type);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
WifiNanHalTest.java 669 collector.checkThat("publish_type", argsData.getInt("publish_type"), equalTo(publishType));
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_req.cpp 501 pFwReq->publishServiceReqParams.publishType = pReq->publish_type;
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_nan.h 761 NanPublishType publish_type;/* 0= unsolicited, solicited = 1, 2= both */ member in struct:__anon32427
    [all...]

Completed in 502 milliseconds