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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInvokeHelperPass.cpp122 bool insertSetObjectHelper(llvm::CallInst *Call, llvm::Value *V, enum RsDataType DT) { argument
151 llvm::CastInst* CastedValue = llvm::CastInst::CreatePointerCast(V, RSStructType->getPointerTo(), "", Call);
157 llvm::CallInst::Create(SetObj, SetObjParams, "", Call);
/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.java35 public final class Call { class
37 * The state of a {@code Call} when newly created.
42 * The state of an outgoing {@code Call} when dialing the remote number, but not yet connected.
47 * The state of an incoming {@code Call} when ringing locally, but not yet connected.
52 * The state of a {@code Call} when in a holding state.
57 * The state of a {@code Call} when actively supporting conversation.
62 * The state of a {@code Call} when no further voice or other communication is being
63 * transmitted, the remote side has been or will inevitably be informed that the {@code Call}
65 * associated with this {@code Call}.
70 * The state of an outgoing {@code Call} whe
1278 Call(Phone phone, String telecomCallId, InCallAdapter inCallAdapter) { method in class:Call
1286 Call(Phone phone, String telecomCallId, InCallAdapter inCallAdapter, int state) { method in class:Call
[all...]

Completed in 164 milliseconds