HomeSort by relevance Sort by last modified time
    Searched full:calls (Results 251 - 275 of 19521) sorted by null

<<11121314151617181920>>

  /external/strace/xlat/
mmap_flags.in 30 * It's not actually used in source code that calls "mmap()"; the
34 * the flags, e.g. reporting calls *without* it as "old_mmap()"
35 * and calls with it as "mmap()".
  /external/v8/tools/clang/plugins/tests/
inline_ctor.h 77 // Plugin doesn't warn about inlining trivial member dtor calls.
87 // Plugin doesn't warn about inlining three ctor/dtor calls.
94 // Plugin does warn about inlining four ctor/dtor calls.
  /frameworks/base/core/res/res/xml-watch/
default_zen_mode_config.xml 21 Repeated calls, calls, messages, reminders, events off. -->
22 <allow from="2" repeatCallers="false" calls="false" messages="false" reminders="false"
  /frameworks/opt/net/ims/
README.txt 2 especially making and taking VoLTE calls using IMS.
3 At the moment, this only supports VoLTE calls which is compliant to GSMA IR.92 specification.
16 With the ImsManager, you can initiate VoLTE calls with ImsManager#makeCall()
27 To receive calls, an IMS application MUST provide a BroadcastReceiver that
47 Provides APIs for IMS services, such as initiating IMS calls, and provides access to
51 Provides IMS voice / video calls over LTE network.
54 Manages all IMS calls which are established hereafter the initial 1-to-1 call is established.
55 It's for providing the dummy calls which are disconnected with the IMS network after
95 Manages all calls which are established hereafter the initial 1-to-1 call is established.
96 It's for providing the dummy calls which are disconnected with the IMS network afte
    [all...]
  /hardware/interfaces/tests/multithread/1.0/
IMultithread.hal 22 * Makes calls finish only when specific number of them are running in parallel
29 * Could not be decremented by future calls
30 * @param numThreads number of calls in parallel to finish
  /packages/apps/Dialer/java/com/android/dialer/callintent/
Constants.java 21 // This is a Dialer extra that is set for outgoing calls and used by the InCallUI.
25 // This is a hidden system extra. For outgoing calls Dialer sets it and parses it but for incoming
26 // calls Telecom sets it and Dialer parses it.
  /packages/apps/Dialer/java/com/android/dialer/notification/res/values/
strings.xml 19 <string name="notification_channel_incoming_call">Incoming calls</string>
20 <string name="notification_channel_ongoing_call">Ongoing calls</string>
21 <string name="notification_channel_missed_call">Missed calls</string>
  /packages/apps/Dialer/java/com/android/dialer/notification/res/values-en-rAU/
strings.xml 20 <string name="notification_channel_incoming_call" msgid="2478740764736158630">"Incoming calls"</string>
21 <string name="notification_channel_ongoing_call" msgid="5593444445363940672">"Ongoing calls"</string>
22 <string name="notification_channel_missed_call" msgid="5820652855908217695">"Missed calls"</string>
  /packages/apps/Dialer/java/com/android/dialer/notification/res/values-en-rGB/
strings.xml 20 <string name="notification_channel_incoming_call" msgid="2478740764736158630">"Incoming calls"</string>
21 <string name="notification_channel_ongoing_call" msgid="5593444445363940672">"Ongoing calls"</string>
22 <string name="notification_channel_missed_call" msgid="5820652855908217695">"Missed calls"</string>
  /packages/apps/Dialer/java/com/android/dialer/notification/res/values-en-rIN/
strings.xml 20 <string name="notification_channel_incoming_call" msgid="2478740764736158630">"Incoming calls"</string>
21 <string name="notification_channel_ongoing_call" msgid="5593444445363940672">"Ongoing calls"</string>
22 <string name="notification_channel_missed_call" msgid="5820652855908217695">"Missed calls"</string>
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallLogProviderTestable.java 21 import android.provider.CallLog.Calls;
54 values.put(Calls.COUNTRY_ISO, "us");
55 values.put(Calls.GEOCODED_LOCATION, "usa");
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 83 // Terminate all active calls and accepts a waiting/held call
85 // Hold all active calls and accepts a waiting/held call
87 // Add all held calls to a conference
239 ArrayList<Call> calls = new ArrayList<>(); local
242 calls.add(activeCall);
245 when(mMockCallsManager.getCalls()).thenReturn(calls);
256 // If two calls are being conferenced and updateHeadsetWithCallState runs while this is
260 ArrayList<Call> calls = new ArrayList<>(); local
264 calls.add(parentCall);
265 calls.add(confCall1)
307 ArrayList<Call> calls = new ArrayList<>(); local
348 ArrayList<Call> calls = new ArrayList<>(); local
388 ArrayList<Call> calls = new ArrayList<>(); local
410 ArrayList<Call> calls = new ArrayList<>(); local
425 ArrayList<Call> calls = new ArrayList<>(); local
445 ArrayList<Call> calls = new ArrayList<>(); local
479 ArrayList<Call> calls = new ArrayList<>(); local
499 ArrayList<Call> calls = new ArrayList<>(); local
528 ArrayList<Call> calls = new ArrayList<>(); local
546 ArrayList<Call> calls = new ArrayList<>(); local
785 ArrayList<Call> calls = new ArrayList<>(); local
861 ArrayList<Call> calls = new ArrayList<>(); local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/services/std_svc/
std_svc_setup.c 55 * calls to PSCI SMC handler
67 * Dispatch PSCI calls to PSCI SMC handler and return its return
78 * Return the number of Standard Service Calls. PSCI is the only
79 * standard service implemented; so return number of PSCI calls
97 /* Register Standard Service Calls as runtime service */
  /external/llvm/test/CodeGen/ARM/
subtarget-features-long-calls.ll 2 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -mattr=+long-calls | FileCheck -check-prefix=LONGCALL %s
3 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -mattr=-long-calls | FileCheck -check-prefix=NO-LONGCALL %s
5 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 -mattr=+long-calls | FileCheck -check-prefix=LONGCALL %s
6 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 -mattr=-long-calls | FileCheck -check-prefix=NO-LONGCALL %s
49 attributes #0 = { "target-features"="+long-calls" }
  /prebuilts/go/darwin-x86/src/internal/singleflight/
singleflight_test.go 47 var calls int32
49 if atomic.AddInt32(&calls, 1) == 1 {
54 c <- v // pump; make available for any future calls
84 if got := atomic.LoadInt32(&calls); got <= 0 || got >= n {
85 t.Errorf("number of calls = %d; want over 0 and less than %d", got, n)
  /prebuilts/go/linux-x86/src/internal/singleflight/
singleflight_test.go 47 var calls int32
49 if atomic.AddInt32(&calls, 1) == 1 {
54 c <- v // pump; make available for any future calls
84 if got := atomic.LoadInt32(&calls); got <= 0 || got >= n {
85 t.Errorf("number of calls = %d; want over 0 and less than %d", got, n)
  /external/kernel-headers/original/uapi/linux/
sockios.h 6 * Definitions of the socket-level I/O control calls.
29 /* Routing table calls. */
91 /* ARP cache control calls. */
92 /* 0x8950 - 0x8952 * obsolete calls, don't re-use */
97 /* RARP cache control calls. */
102 /* Driver configuration calls */
107 /* DLCI configuration calls */
115 /* bonding calls */
124 /* bridge calls */
134 /* Device private ioctl calls */
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
sockios.h 6 * Definitions of the socket-level I/O control calls.
27 /* Routing table calls. */
89 /* ARP cache control calls. */
90 /* 0x8950 - 0x8952 * obsolete calls, don't re-use */
95 /* RARP cache control calls. */
100 /* Driver configuration calls */
105 /* DLCI configuration calls */
113 /* bonding calls */
122 /* bridge calls */
131 /* Device private ioctl calls */
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
sockios.h 6 * Definitions of the socket-level I/O control calls.
27 /* Routing table calls. */
89 /* ARP cache control calls. */
90 /* 0x8950 - 0x8952 * obsolete calls, don't re-use */
95 /* RARP cache control calls. */
100 /* Driver configuration calls */
105 /* DLCI configuration calls */
113 /* bonding calls */
122 /* bridge calls */
132 /* Device private ioctl calls */
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/linux/
sockios.h 6 * Definitions of the socket-level I/O control calls.
27 /* Routing table calls. */
89 /* ARP cache control calls. */
90 /* 0x8950 - 0x8952 * obsolete calls, don't re-use */
95 /* RARP cache control calls. */
100 /* Driver configuration calls */
105 /* DLCI configuration calls */
113 /* bonding calls */
122 /* bridge calls */
132 /* Device private ioctl calls */
    [all...]
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
sockios.h 6 * Definitions of the socket-level I/O control calls.
27 /* Routing table calls. */
89 /* ARP cache control calls. */
90 /* 0x8950 - 0x8952 * obsolete calls, don't re-use */
95 /* RARP cache control calls. */
100 /* Driver configuration calls */
105 /* DLCI configuration calls */
113 /* bonding calls */
122 /* bridge calls */
132 /* Device private ioctl calls */
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
sockios.h 6 * Definitions of the socket-level I/O control calls.
27 /* Routing table calls. */
89 /* ARP cache control calls. */
90 /* 0x8950 - 0x8952 * obsolete calls, don't re-use */
95 /* RARP cache control calls. */
100 /* Driver configuration calls */
105 /* DLCI configuration calls */
113 /* bonding calls */
122 /* bridge calls */
131 /* Device private ioctl calls */
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/pbapclient/
PbapParserTest.java 22 import android.provider.CallLog.Calls;
91 // testUnknownCall should parse two calls with no phone number.
118 String[] query = new String[] {Calls.NUMBER, Calls.DATE, Calls.TYPE};
119 Cursor cursor = mContext.getContentResolver().query(Calls.CONTENT_URI, query,
120 Calls.TYPE + "= " + type, null, Calls.DATE + ", " + Calls.NUMBER);
123 String foundNumber = cursor.getString(cursor.getColumnIndex(Calls.NUMBER))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
sockios.h 6 * Definitions of the socket-level I/O control calls.
27 /* Routing table calls. */
86 /* ARP cache control calls. */
87 /* 0x8950 - 0x8952 * obsolete calls, don't re-use */
92 /* RARP cache control calls. */
97 /* Driver configuration calls */
102 /* DLCI configuration calls */
110 /* bonding calls */
119 /* bridge calls */
128 /* Device private ioctl calls */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sockios.h 6 * Definitions of the socket-level I/O control calls.
27 /* Routing table calls. */
88 /* ARP cache control calls. */
89 /* 0x8950 - 0x8952 * obsolete calls, don't re-use */
94 /* RARP cache control calls. */
99 /* Driver configuration calls */
104 /* DLCI configuration calls */
112 /* bonding calls */
121 /* bridge calls */
130 /* Device private ioctl calls */
    [all...]

Completed in 988 milliseconds

<<11121314151617181920>>