HomeSort by relevance Sort by last modified time
    Searched full:call_id (Results 1 - 25 of 40) sorted by null

1 2

  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubystdfunctors.swg 90 static ID call_id = rb_intern("call");
102 VALUE res = rb_funcall( _obj, swig::call_id, 2, arg1, arg2);
121 VALUE res = rb_funcall( _obj, swig::call_id, 2, arg1, arg2);
138 VALUE res = rb_funcall( _obj, swig::call_id, 1, arg1);
152 VALUE res = rb_funcall( _obj, swig::call_id, 1, VALUE(arg1));
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsExternalCallTrackerTest.java 55 private static final int CALL_ID = 1;
77 new ImsExternalCallState(CALL_ID,
101 mTracker.getConnectionById(CALL_ID);
107 assertNull(mTracker.getConnectionById(CALL_ID));
  /external/tcpdump/
print-pptp.c 141 uint16_t call_id; member in struct:pptp_msg_ocrq
156 uint16_t call_id; member in struct:pptp_msg_ocrp
168 uint16_t call_id; member in struct:pptp_msg_icrq
180 uint16_t call_id; member in struct:pptp_msg_icrp
199 uint16_t call_id; member in struct:pptp_msg_ccrq
204 uint16_t call_id; member in struct:pptp_msg_cdn
237 6 uint16_t call_id;
297 const uint16_t *call_id)
299 ND_PRINT((ndo, " CALL_ID(%u)", EXTRACT_16BITS(call_id)));
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_video_utils.py 657 call_id_requester: the call_id of the call placing the modify request
659 call_id_requester: the call_id of the call receiving the modify request
669 A call_id corresponding to the first call in the state, or None
741 def is_call_id_in_video_state(log, ad, call_id, video_state):
742 """Return is the call_id is in expected video_state
747 call_id: call id
751 True is call_id in expected video_state; False if not.
753 return video_state == ad.droid.telecomCallVideoGetState(call_id)
766 A call_id corresponding to the first call in the state, or None
793 call_id_requester: the call_id of the call placing the modify reques
    [all...]
tel_voice_utils.py     [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallScreeningServiceFilterTest.java 80 private static final String CALL_ID = "u89prgt9ps78y5";
97 when(mCall.getId()).thenReturn(CALL_ID);
175 csAdapter.allowCall(CALL_ID);
185 csAdapter.disallowCall(CALL_ID,
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveStressCallTest.py 178 call_id = call_list[0]
180 .format(ad.droid.telecomCallGetCallState(call_id)))
181 if ad.droid.telecomCallGetCallState(call_id) != call_status:
TelLiveVoiceConfTest.py     [all...]
TelLiveVoiceTest.py     [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
PostCharDialogFragment.java 34 private static final String STATE_CALL_ID = "CALL_ID";
  /external/kernel-headers/original/uapi/linux/
if_pppox.h 49 __u16 call_id; member in struct:pptp_addr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_pppox.h 49 __be16 call_id; member in struct:pptp_addr
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Lexer.java 188 TokenTypes.CALL_ID);
213 addKeyword(TokenNames.I.toUpperCase(), TokenTypes.CALL_ID);
CallIDParser.java 66 this.lexer.match(TokenTypes.CALL_ID);
  /bionic/libc/kernel/uapi/linux/
if_pppox.h 41 __u16 call_id; member in struct:pptp_addr
  /development/ndk/platforms/android-21/include/linux/
if_pppox.h 41 __u16 call_id; member in struct:pptp_addr
  /external/nist-sip/java/gov/nist/javax/sip/header/
NameMap.java 113 putNameMap(CALL_ID, CallID.class.getName()); //18
SIPHeaderNames.java 64 public static final String CALL_ID = CallIdHeader.NAME; //18
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
if_pppox.h 41 __u16 call_id; member in struct:pptp_addr
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
if_pppox.h 41 __u16 call_id; member in struct:pptp_addr
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
if_pppox.h 41 __u16 call_id; member in struct:pptp_addr
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
if_pppox.h 41 __u16 call_id; member in struct:pptp_addr
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
if_pppox.h 41 __u16 call_id; member in struct:pptp_addr
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
if_pppox.h 41 __u16 call_id; member in struct:pptp_addr
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
if_pppox.h 41 __u16 call_id; member in struct:pptp_addr

Completed in 5904 milliseconds

1 2