Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 82) 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/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/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/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/support/core/ktx/src/androidTest/java/androidx/core/view/
DViewTest.kt42 var calls = 0 in doOnNextLayout() variable
44 calls++ in doOnNextLayout()
47 assertEquals(1, calls) in doOnNextLayout()
51 assertEquals(1, calls) in doOnNextLayout()
97 var calls = 0 in doOnPreDraw() variable
99 calls++ in doOnPreDraw()
102 assertEquals(1, calls) in doOnPreDraw()
106 assertEquals(1, calls) in doOnPreDraw()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java176 ArrayList<android.hardware.radio.V1_0.Call> calls) { in getCurrentCallsResponse() argument
177 responseCurrentCalls(responseInfo, calls); in getCurrentCallsResponse()
185 ArrayList<android.hardware.radio.V1_2.Call> calls) { in getCurrentCallsResponse_1_2() argument
186 responseCurrentCalls_1_2(responseInfo, calls); in getCurrentCallsResponse_1_2()
1469 ArrayList<android.hardware.radio.V1_0.Call> calls) { in responseCurrentCalls() argument
1473 int num = calls.size(); in responseCurrentCalls()
1481 dc.state = DriverCall.stateFromCLCC((int) (calls.get(i).state)); in responseCurrentCalls()
1482 dc.index = calls.get(i).index; in responseCurrentCalls()
1483 dc.TOA = calls.get(i).toa; in responseCurrentCalls()
1484 dc.isMpty = calls.get(i).isMpty; in responseCurrentCalls()
[all …]
DCallManager.java1889 private Call getFirstNonIdleCall(List<Call> calls) { in getFirstNonIdleCall() argument
1891 for (Call call : calls) { in getFirstNonIdleCall()
1903 private Call getFirstNonIdleCall(List<Call> calls, int subId) { in getFirstNonIdleCall() argument
1905 for (Call call : calls) { in getFirstNonIdleCall()
2134 private Call getFirstActiveCall(ArrayList<Call> calls) { in getFirstActiveCall() argument
2135 for (Call call : calls) { in getFirstActiveCall()
2146 private Call getFirstActiveCall(ArrayList<Call> calls, int subId) { in getFirstActiveCall() argument
2147 for (Call call : calls) { in getFirstActiveCall()
2159 private Call getFirstCallOfState(ArrayList<Call> calls, Call.State state) { in getFirstCallOfState() argument
2160 for (Call call : calls) { in getFirstCallOfState()
[all …]
/frameworks/support/lifecycle/compiler/src/main/kotlin/androidx/lifecycle/
Dtransformation.kt124 val calls = methods.map { eventMethod -> in transformToOutput() constant
131 calls.filter { it.syntheticAccess != null }.forEach { eventMethod -> in transformToOutput()
134 type to calls in transformToOutput()
138 .map { (type, calls) -> in transformToOutput() method
141 AdapterClass(type, calls, synthetic) in transformToOutput()
Dwriter.kt73 val callsByEventType = adapter.calls.groupBy { it.method.onLifecycleEvent.value } in writeAdapter()
80 .forEach { (event, calls) -> in writeAdapter() method
82 writeMethodCalls(calls, receiverField) in writeAdapter()
167 private fun MethodSpec.Builder.writeMethodCalls(calls: List<EventMethodCall>, in writeMethodCalls()
169 calls.forEach { (method, syntheticAccess) -> in writeMethodCalls()
/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/libs/incident/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/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java382 for (RilCall call : event.calls) { in printAllMetrics()
1157 RilCall[] calls = convertConnectionsToRilCalls(connections); in writeRilCallList() local
1161 .setRilCalls(calls) in writeRilCallList()
1164 if (callSession.isPhoneIdle() && disconnectReasonsKnown(calls)) { in writeRilCallList()
1170 private boolean disconnectReasonsKnown(RilCall[] calls) { in disconnectReasonsKnown() argument
1171 for (RilCall call : calls) { in disconnectReasonsKnown()
1178 RilCall[] calls = new RilCall[mConnections.size()]; in convertConnectionsToRilCalls() local
1180 calls[i] = new RilCall(); in convertConnectionsToRilCalls()
1181 calls[i].index = i; in convertConnectionsToRilCalls()
1182 convertConnectionToRilCall(mConnections.get(i), calls[i]); in convertConnectionsToRilCalls() local
[all …]
/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…
/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"…
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"…
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"…
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"…
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"…
/frameworks/support/lifecycle/compiler/src/main/kotlin/androidx/lifecycle/model/
DAdapterClass.kt25 val calls: List<EventMethodCall>, constant in androidx.lifecycle.model.AdapterClass
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeFiltering.java302 private synchronized void cleanUp(ArrayMap<String, Long> calls, long now) { in cleanUp() argument
303 final int N = calls.size(); in cleanUp()
307 calls.removeAt(i); in cleanUp()

1234