Searched defs:Call (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/
H A DRSInvokeHelperPass.cpp121 bool insertSetObjectHelper(llvm::CallInst *Call, llvm::Value *V, enum RsDataType DT) { argument
150 llvm::CastInst* CastedValue = llvm::CastInst::CreatePointerCast(V, RSStructType->getPointerTo(), "", Call);
156 llvm::CallInst::Create(SetObj, SetObjParams, "", Call);
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dvariant.h655 // IfAnyOf<int>::Call(v, [](const auto& value) { DoSomething(value); });
662 static bool Call(Variant<Types...>* variant, Op&& op) { function in struct:android::pdx::rpc::Variant::IfAnyOf
669 static bool Call(const Variant<Types...>* variant, Op&& op) { function in struct:android::pdx::rpc::Variant::IfAnyOf
681 return Call(variant,
689 return Call(variant,
698 return Call(variant,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java29 public abstract class Call { class
30 protected final String LOG_TAG = "Call";
136 * Returns the Connection associated with this Call that was created
137 * first, or null if there are no Connections in this Call
223 * Returns the Connection associated with this Call that was created
224 * last, or null if there are no Connections in this Call
/frameworks/base/telecomm/java/android/telecom/
H A DCall.java45 public final class Call { class
47 * The state of a {@code Call} when newly created.
52 * The state of an outgoing {@code Call} when dialing the remote number, but not yet connected.
57 * The state of an incoming {@code Call} when ringing locally, but not yet connected.
62 * The state of a {@code Call} when in a holding state.
67 * The state of a {@code Call} when actively supporting conversation.
72 * The state of a {@code Call} when no further voice or other communication is being
73 * transmitted, the remote side has been or will inevitably be informed that the {@code Call}
75 * associated with this {@code Call}.
80 * The state of an outgoing {@code Call} whe
1894 Call(Phone phone, String telecomCallId, InCallAdapter inCallAdapter, String callingPackage, method in class:Call
1905 Call(Phone phone, String telecomCallId, InCallAdapter inCallAdapter, int state, method in class:Call
[all...]

Completed in 116 milliseconds