Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 90) sorted by relevance

1234

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DObserverNodeTest.java68 ArrayList<ObserverCall> calls = new ArrayList<ObserverCall>(); in testUri() local
71 root.collectObserversLocked(uris[i], 0, null, false, 0, myUserHandle, calls); in testUri()
72 assertEquals(nums[i], calls.size()); in testUri()
73 calls.clear(); in testUri()
98 ArrayList<ObserverCall> calls = new ArrayList<ObserverCall>(); in testUriNotNotify() local
101 root.collectObserversLocked(uris[i], 0, null, false, 0, myUserHandle, calls); in testUriNotNotify()
102 assertEquals(nums[i], calls.size()); in testUriNotNotify()
103 calls.clear(); in testUriNotNotify()
/frameworks/base/core/tests/benchmarks/src/android/util/
DStreamsBenchmark.java43 private SparseIntArray calls; field in StreamsBenchmark
47 calls = new SparseIntArray(); in setUp()
50 calls.put(i, r.nextInt(Integer.MAX_VALUE)); in setUp()
56 calls = null; in tearDown()
61 final int N = calls.size(); in timeDirect()
64 values[j] = ((long) calls.valueAt(j) << 32) | calls.keyAt(j); in timeDirect()
86 getOpenSessionCallsList(calls).stream().sorted( in timeStreams()
/frameworks/rs/script_api/
DGenerateStubsWhiteList.cpp442 static void generateTestCall(GeneratedFile* file, ostringstream* calls, in generateTestCall() argument
445 *calls << " "; in generateTestCall()
450 *calls << "*(" << ret->rsType << "*)" << addVariable(file, variableNumber) << " = "; in generateTestCall()
453 *calls << permutation.getName() << "("; in generateTestCall()
458 *calls << separator; in generateTestCall()
461 *calls << "context"; in generateTestCall()
464 *calls << addVariable(file, variableNumber); in generateTestCall()
466 *calls << "(" << p->rsType << "*) " << addVariable(file, variableNumber); in generateTestCall()
468 *calls << "*(" << p->rsType << "*)" << addVariable(file, variableNumber); in generateTestCall()
472 *calls << ");\n"; in generateTestCall()
[all …]
/frameworks/opt/net/ims/
DREADME.txt2 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 after
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java190 ArrayList<android.hardware.radio.V1_0.Call> calls) { in getCurrentCallsResponse() argument
191 responseCurrentCalls(responseInfo, calls); in getCurrentCallsResponse()
199 ArrayList<android.hardware.radio.V1_2.Call> calls) { in getCurrentCallsResponse_1_2() argument
200 responseCurrentCalls_1_2(responseInfo, calls); in getCurrentCallsResponse_1_2()
1652 ArrayList<android.hardware.radio.V1_0.Call> calls) { in responseCurrentCalls() argument
1656 int num = calls.size(); in responseCurrentCalls()
1664 dc.state = DriverCall.stateFromCLCC((int) (calls.get(i).state)); in responseCurrentCalls()
1665 dc.index = calls.get(i).index; in responseCurrentCalls()
1666 dc.TOA = calls.get(i).toa; in responseCurrentCalls()
1667 dc.isMpty = calls.get(i).isMpty; in responseCurrentCalls()
[all …]
DCallManager.java1759 private Call getFirstNonIdleCall(List<Call> calls) { in getFirstNonIdleCall() argument
1761 for (Call call : calls) { in getFirstNonIdleCall()
1773 private Call getFirstNonIdleCall(List<Call> calls, int subId) { in getFirstNonIdleCall() argument
1775 for (Call call : calls) { in getFirstNonIdleCall()
1975 private Call getFirstActiveCall(ArrayList<Call> calls) { in getFirstActiveCall() argument
1976 for (Call call : calls) { in getFirstActiveCall()
1987 private Call getFirstActiveCall(ArrayList<Call> calls, int subId) { in getFirstActiveCall() argument
1988 for (Call call : calls) { in getFirstActiveCall()
2000 private Call getFirstCallOfState(ArrayList<Call> calls, Call.State state) { in getFirstCallOfState() argument
2001 for (Call call : calls) { in getFirstCallOfState()
[all …]
/frameworks/av/drm/libmediadrm/protos/
Dmetrics.proto82 // Count and execution time of getKeyRequest calls.
85 // Count and execution time of provideKeyResponse calls.
88 // Count of getProvisionRequest calls.
91 // Count of provideProvisionResponse calls.
100 // Count getPropertyByteArray calls to retrieve the device unique id.
/frameworks/base/core/proto/android/
Dsection.proto38 // incidentd calls dumpsys for annotated field
41 // incidentd calls logs for annotated field
47 // incidentd calls tombstoned for annotated field
/frameworks/rs/rsov/compiler/tests/multi_function/
Dblend_mf.ll16 ; Function calls to _Z14convert_uchar4Dv4_j should be translated into OpUConvert instructions
47 attributes #0 = { norecurse nounwind readnone "disable-tail-calls"="false" "less-precise-fpmad"="fa…
48 attributes #1 = { nounwind readnone "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-f…
/frameworks/rs/rsov/compiler/tests/single_kernel/
Dmixed.ll44 attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-poin…
45 attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"…
46 attributes #2 = { norecurse nounwind readnone "disable-tail-calls"="false" "less-precise-fpmad"="fa…
Doldroot.ll11 attributes #0 = { norecurse nounwind readnone "disable-tail-calls"="false" "less-precise-fpmad"="fa…
Didentity.ll13 attributes #0 = { norecurse nounwind readnone "disable-tail-calls"="false" "less-precise-fpmad"="fa…
/frameworks/rs/rsov/compiler/tests/image/
Dcontrast.ll74 attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-poin…
75 attributes #1 = { nounwind readnone "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-f…
76 attributes #2 = { nounwind readonly "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-f…
Dblend.ll37 attributes #0 = { nounwind readonly "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-f…
38 attributes #1 = { nounwind readnone "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-f…
/frameworks/rs/rsov/compiler/tests/rs_allocation/
Dwrite.ll41 attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-poin…
42 attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"…
Dread.ll48 attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-poin…
49 attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"…
Drewrite_getdim.ll50 attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-poin…
51 attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"…
Dgetdimx.ll55 attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-poin…
56 attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"…
Daccess_same.ll57 attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-poin…
58 attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"…
Dread_write.ll49 attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-poin…
50 attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"…
Dmulti_read.ll58 attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-poin…
59 attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"…
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java469 for (RilCall call : event.calls) { in printAllMetrics()
1438 RilCall[] calls = convertConnectionsToRilCalls(connections, countryIso); in writeRilCallList() local
1442 .setRilCalls(calls) in writeRilCallList()
1445 if (callSession.isPhoneIdle() && disconnectReasonsKnown(calls)) { in writeRilCallList()
1451 private boolean disconnectReasonsKnown(RilCall[] calls) { in disconnectReasonsKnown() argument
1452 for (RilCall call : calls) { in disconnectReasonsKnown()
1460 RilCall[] calls = new RilCall[mConnections.size()]; in convertConnectionsToRilCalls() local
1462 calls[i] = new RilCall(); in convertConnectionsToRilCalls()
1463 calls[i].index = i; in convertConnectionsToRilCalls()
1464 convertConnectionToRilCall(mConnections.get(i), calls[i], countryIso); in convertConnectionsToRilCalls() local
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeFiltering.java318 private synchronized void cleanUp(ArrayMap<String, Long> calls, long now) { in cleanUp() argument
319 final int N = calls.size(); in cleanUp()
323 calls.removeAt(i); in cleanUp()
/frameworks/compile/mclinker/lib/Support/Windows/
DSystem.inc44 /// srandom - set the initial seed value for future calls to random().
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DTransportManagerTest.java637 List<String> calls = new ArrayList<>(); in testForEachRegisteredTransport() local
639 transportManager.forEachRegisteredTransport(calls::add); in testForEachRegisteredTransport()
641 assertThat(calls) in testForEachRegisteredTransport()
651 List<String> calls = new ArrayList<>(); in testForEachRegisteredTransport_whenNoTransportsRegistered() local
653 transportManager.forEachRegisteredTransport(calls::add); in testForEachRegisteredTransport_whenNoTransportsRegistered()
655 assertThat(calls).isEmpty(); in testForEachRegisteredTransport_whenNoTransportsRegistered()

1234