Home
last modified time | relevance | path

Searched defs:nativeIndex (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/sdk/android/api/org/webrtc/
DMediaStreamTrack.java26 static State fromNativeIndex(int nativeIndex) { in fromNativeIndex()
36 private final int nativeIndex; field in MediaStreamTrack.MediaType
38 private MediaType(int nativeIndex) { in MediaType()
48 static MediaType fromNativeIndex(int nativeIndex) { in fromNativeIndex()
DRtpTransceiver.java43 private final int nativeIndex; field in RtpTransceiver.RtpTransceiverDirection
45 private RtpTransceiverDirection(int nativeIndex) { in RtpTransceiverDirection()
55 static RtpTransceiverDirection fromNativeIndex(int nativeIndex) { in fromNativeIndex()
DEncodedImage.java28 private final int nativeIndex; field in EncodedImage.FrameType
30 private FrameType(int nativeIndex) { in FrameType()
39 static FrameType fromNativeIndex(int nativeIndex) { in fromNativeIndex()
DMediaSource.java23 static State fromNativeIndex(int nativeIndex) { in fromNativeIndex()
DPeerConnection.java39 static IceGatheringState fromNativeIndex(int nativeIndex) { in fromNativeIndex()
55 static IceConnectionState fromNativeIndex(int nativeIndex) { in fromNativeIndex()
70 static PeerConnectionState fromNativeIndex(int nativeIndex) { in fromNativeIndex()
91 static SignalingState fromNativeIndex(int nativeIndex) { in fromNativeIndex()
404 static AdapterType fromNativeIndex(int nativeIndex) { in fromNativeIndex()
DDataChannel.java100 static State fromNativeIndex(int nativeIndex) { in fromNativeIndex()
DRtpParameters.java41 static DegradationPreference fromNativeIndex(int nativeIndex) { in fromNativeIndex()
/external/icu/libicu/src/
Dshim.cpp1168 UChar32 utext_char32At(UText * ut, int64_t nativeIndex) { in utext_char32At()
1198 UChar32 utext_next32From(UText * ut, int64_t nativeIndex) { in utext_next32From()
1210 UChar32 utext_previous32From(UText * ut, int64_t nativeIndex) { in utext_previous32From()
1213 void utext_setNativeIndex(UText * ut, int64_t nativeIndex) { in utext_setNativeIndex()
/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp1448 int64_t nativeIndex = UTEXT_GETNATIVEINDEX(ut); in Ticket6847() local
Dregextst.cpp3322 static UBool utextOffsetToNative(UText *utext, int32_t unistrOffset, int32_t& nativeIndex) in utextOffsetToNative()
/external/icu/icu4c/source/common/
Dutext.cpp242 utext_char32At(UText *ut, int64_t nativeIndex) { in utext_char32At()