Home
last modified time | relevance | path

Searched refs:IP_RECVTOS (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp220 isIPv6 ? IPV6_RECVTCLASS : IP_RECVTOS, in MakeRTPSocketPair()
227 isIPv6 ? IPV6_RECVTCLASS : IP_RECVTOS, in MakeRTPSocketPair()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java427 public static final int IP_RECVTOS = placeholder(); field in OsConstants
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp381 initConstant(env, c, "IP_RECVTOS", IP_RECVTOS); in OsConstants_initConstants()