Searched defs:Calls (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/rsov/compiler/
H A DRSAllocationUtils.cpp65 // Collect Allocation access calls into the Calls
70 SmallVectorImpl<RSAllocationCallInfo> &Calls) {
157 Calls.push_back({A, FCall, Kind, RSElementTy.str()});
167 Calls.push_back({A, FCall, Kind, ""});
182 for (auto &Access : Calls) {
69 getRSAllocAccesses(SmallVectorImpl<RSAllocationInfo> &Allocs, SmallVectorImpl<RSAllocationCallInfo> &Calls) argument
/frameworks/base/core/java/android/provider/
H A DCallLog.java68 * <p>See the comment in {@link Calls#addCall} for the details.
77 public static class Calls implements BaseColumns { class in class:CallLog
122 * An optional extra used with {@link #CONTENT_TYPE Calls.CONTENT_TYPE} and
134 * intent.setType(CallLog.Calls.CONTENT_TYPE);
135 * intent.putExtra(CallLog.Calls.EXTRA_CALL_TYPE_FILTER, CallLog.Calls.MISSED_TYPE);
633 // Calls.PRESENTATION_xxx, in order to insulate the persistent calllog
716 && callType == Calls.OUTGOING_TYPE

Completed in 88 milliseconds