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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/
H A DCredentialType.java62 * @param tunneled Flag indicating if this is for a Tunneled EAP Method
67 public static CredentialType parse(ByteBuffer payload, int length, boolean tunneled) argument
73 int authType = tunneled ? AuthParam.PARAM_TYPE_TUNNELED_EAP_METHOD_CREDENTIAL_TYPE
/frameworks/av/include/media/omx/1.0/
H A DWOmxNode.h81 OMX_U32 portIndex, OMX_BOOL tunneled,
128 uint32_t portIndex, bool tunneled, uint32_t audioHwSync,
/frameworks/av/media/libstagefright/omx/1.0/
H A DWOmxNode.h82 OMX_U32 portIndex, OMX_BOOL tunneled,
129 uint32_t portIndex, bool tunneled, uint32_t audioHwSync,
H A DWOmxNode.cpp108 OMX_U32 portIndex, OMX_BOOL tunneled,
113 toRawBool(tunneled),
317 uint32_t portIndex, bool tunneled, uint32_t audioHwSync,
322 toEnumBool(tunneled),
107 configureVideoTunnelMode( OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, native_handle_t **sidebandHandle) argument
316 configureVideoTunnelMode( uint32_t portIndex, bool tunneled, uint32_t audioHwSync, configureVideoTunnelMode_cb _hidl_cb) argument
/frameworks/av/media/libmedia/omx/1.0/
H A DWOmxNode.cpp105 OMX_U32 portIndex, OMX_BOOL tunneled,
110 toRawBool(tunneled),
314 uint32_t portIndex, bool tunneled, uint32_t audioHwSync,
319 toEnumBool(tunneled),
104 configureVideoTunnelMode( OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, native_handle_t **sidebandHandle) argument
313 configureVideoTunnelMode( uint32_t portIndex, bool tunneled, uint32_t audioHwSync, configureVideoTunnelMode_cb _hidl_cb) argument
/frameworks/av/media/libmedia/
H A DIOMX.cpp312 OMX_U32 portIndex, OMX_BOOL tunneled,
317 data.writeInt32((int32_t)tunneled);
499 OMX_U32 portIndex, OMX_BOOL tunneled,
502 portIndex, tunneled, audioHwSync, sidebandHandle);
836 OMX_BOOL tunneled = (OMX_BOOL)data.readInt32(); local
841 port_index, tunneled, audio_hw_sync, &sideband_handle);
311 configureVideoTunnelMode( OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, native_handle_t **sidebandHandle ) argument
498 configureVideoTunnelMode( OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, native_handle_t **sidebandHandle) argument
/frameworks/av/include/media/
H A DIOMX.h119 OMX_U32 portIndex, OMX_BOOL tunneled,
/frameworks/av/media/libmedia/include/media/
H A DIOMX.h119 OMX_U32 portIndex, OMX_BOOL tunneled,
/frameworks/av/include/media/stagefright/
H A DOMXNodeInstance.h69 OMX_U32 portIndex, OMX_BOOL tunneled,
/frameworks/av/media/libstagefright/foundation/include/
H A DOMXNodeInstance.h69 OMX_U32 portIndex, OMX_BOOL tunneled,
/frameworks/av/media/libstagefright/include/
H A DOMXNodeInstance.h69 OMX_U32 portIndex, OMX_BOOL tunneled,
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp971 OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync,
979 portString(portIndex), portIndex, tunneled, audioHwSync);
987 CLOG_ERROR_IF(tunneled, getExtensionIndex, err, "%s", name);
994 tunnelParams.bTunneled = tunneled;
999 portString(portIndex), portIndex, tunneled, audioHwSync);
1006 portString(portIndex), portIndex, tunneled, audioHwSync);
970 configureVideoTunnelMode( OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, native_handle_t **sidebandHandle) argument
/frameworks/av/media/libstagefright/
H A DACodec.cpp711 // we do not support changing a tunneled surface after start
713 ALOGW("cannot change tunneled surface");
1145 // Exits here for tunneled video playback codecs -- i.e. skips native window
1146 // buffer allocation step as this is managed by the tunneled OMX omponent
1898 int32_t tunneled; local
1899 if (msg->findInt32("feature-tunneled-playback", &tunneled) &&
1900 tunneled != 0) {
1937 // non-tunneled video in case the window was previously used
1938 // for a tunneled vide
[all...]

Completed in 1462 milliseconds