Home
last modified time | relevance | path

Searched refs:tunneled (Results 1 – 13 of 13) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/
DCredentialType.java67 public static CredentialType parse(ByteBuffer payload, int length, boolean tunneled) in parse() argument
73 int authType = tunneled ? AuthParam.PARAM_TYPE_TUNNELED_EAP_METHOD_CREDENTIAL_TYPE in parse()
/frameworks/av/media/libmedia/omx/1.0/
DWOmxNode.cpp105 OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode() argument
110 toRawBool(tunneled), in configureVideoTunnelMode()
315 uint32_t portIndex, bool tunneled, uint32_t audioHwSync, in configureVideoTunnelMode() argument
320 toEnumBool(tunneled), in configureVideoTunnelMode()
/frameworks/av/media/libstagefright/omx/1.0/
DWOmxNode.cpp108 OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode() argument
113 toRawBool(tunneled), in configureVideoTunnelMode()
318 uint32_t portIndex, bool tunneled, uint32_t audioHwSync, in configureVideoTunnelMode() argument
323 toEnumBool(tunneled), in configureVideoTunnelMode()
/frameworks/av/media/libmedia/include/media/omx/1.0/
DWOmxNode.h81 OMX_U32 portIndex, OMX_BOOL tunneled,
128 uint32_t portIndex, bool tunneled, uint32_t audioHwSync,
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
DWOmxNode.h82 OMX_U32 portIndex, OMX_BOOL tunneled,
129 uint32_t portIndex, bool tunneled, uint32_t audioHwSync,
/frameworks/av/media/libmedia/
DIOMX.cpp312 OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode() argument
317 data.writeInt32((int32_t)tunneled); in configureVideoTunnelMode()
499 OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode() argument
502 portIndex, tunneled, audioHwSync, sidebandHandle); in configureVideoTunnelMode()
836 OMX_BOOL tunneled = (OMX_BOOL)data.readInt32(); in onTransact() local
841 port_index, tunneled, audio_hw_sync, &sideband_handle); in onTransact()
/frameworks/av/media/libmedia/include/media/
DIOMX.h120 OMX_U32 portIndex, OMX_BOOL tunneled,
/frameworks/av/include/media/
DIOMX.h120 OMX_U32 portIndex, OMX_BOOL tunneled,
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp1007 OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, in configureVideoTunnelMode() argument
1015 portString(portIndex), portIndex, tunneled, audioHwSync); in configureVideoTunnelMode()
1023 CLOG_ERROR_IF(tunneled, getExtensionIndex, err, "%s", name); in configureVideoTunnelMode()
1030 tunnelParams.bTunneled = tunneled; in configureVideoTunnelMode()
1035 portString(portIndex), portIndex, tunneled, audioHwSync); in configureVideoTunnelMode()
1042 portString(portIndex), portIndex, tunneled, audioHwSync); in configureVideoTunnelMode()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOMXNodeInstance.h70 OMX_U32 portIndex, OMX_BOOL tunneled,
/frameworks/av/media/libstagefright/
DACodec.cpp1902 int32_t tunneled; in configureCodec() local
1903 if (msg->findInt32("feature-tunneled-playback", &tunneled) && in configureCodec()
1904 tunneled != 0) { in configureCodec()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14645 field public static final java.lang.String FEATURE_TunneledPlayback = "tunneled-playback";
/frameworks/base/api/
Dcurrent.txt23167 field public static final java.lang.String FEATURE_TunneledPlayback = "tunneled-playback";