Searched defs:nativeIndex (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/ |
H A D | MediaStreamTrack.java | 26 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()
|
H A D | EncodedImage.java | 28 private final int nativeIndex; field in EncodedImage.FrameType 30 private FrameType(int nativeIndex) { in FrameType() 39 static FrameType fromNativeIndex(int nativeIndex) { in fromNativeIndex()
|
H A D | RtpTransceiver.java | 44 private final int nativeIndex; field in RtpTransceiver.RtpTransceiverDirection 46 private RtpTransceiverDirection(int nativeIndex) { in RtpTransceiverDirection() 56 static RtpTransceiverDirection fromNativeIndex(int nativeIndex) { in fromNativeIndex()
|
H A D | PeerConnection.java | 39 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() 414 static AdapterType fromNativeIndex(int nativeIndex) { in fromNativeIndex()
|
H A D | MediaSource.java | 23 static State fromNativeIndex(int nativeIndex) { in fromNativeIndex()
|
H A D | DataChannel.java | 100 static State fromNativeIndex(int nativeIndex) { in fromNativeIndex()
|
H A D | RtpParameters.java | 41 static DegradationPreference fromNativeIndex(int nativeIndex) { in fromNativeIndex()
|
/aosp_15_r20/external/icu/libicu/src/ |
H A D | shim.cpp | 1168 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()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | utxttest.cpp | 1449 int64_t nativeIndex = UTEXT_GETNATIVEINDEX(ut); in Ticket6847() local
|
H A D | regextst.cpp | 3322 static UBool utextOffsetToNative(UText *utext, int32_t unistrOffset, int32_t& nativeIndex) in utextOffsetToNative()
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | utxttest.cpp | 1447 int64_t nativeIndex = UTEXT_GETNATIVEINDEX(ut); in Ticket6847() local
|
H A D | regextst.cpp | 3322 static UBool utextOffsetToNative(UText *utext, int32_t unistrOffset, int32_t& nativeIndex) in utextOffsetToNative()
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | utext.cpp | 245 utext_char32At(UText *ut, int64_t nativeIndex) { in utext_char32At()
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | utext.cpp | 245 utext_char32At(UText *ut, int64_t nativeIndex) { in utext_char32At()
|