Home
last modified time | relevance | path

Searched defs:CallInfo (Results 1 – 25 of 116) sorted by relevance

12345

/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dpre_stop_hook_server_test.cc41 struct CallInfo { struct
43 ClientContext context;
44 Empty request;
45 Empty response;
47 absl::optional<Status> WaitForStatus( in WaitForStatus()
54 void SetStatus(const Status& status) { in SetStatus()
61 grpc_core::Mutex mu;
62 grpc_core::CondVar cv;
63 absl::optional<Status> status_;
/aosp_15_r20/external/lua/src/
H A Dlstate.h193 typedef struct CallInfo { struct
196 struct CallInfo *previous, *next; /* dynamic call link */ argument
219 } CallInfo; argument
/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply.pass.cpp102 struct CallInfo { struct
108 CallInfo(CallQuals q, Args&&... xargs) in CallInfo() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply.pass.cpp96 struct CallInfo { struct
102 CallInfo(CallQuals q, Args&&... xargs) in CallInfo() argument
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs164 pub struct CallInfo { struct
165 index: i32,
166 dir_incoming: bool,
167 state: CallState,
168 number: String,
221 call_list: &Vec<CallInfo>, in current_calls_query_response()
282 pub type CallInfo = ffi::CallInfo; typedef
517 call_list: &Vec<CallInfo>, in current_calls_query_response()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp117 struct CallInfo { struct in __anonce3ea9bd0111::BPFAbstractMemberAccess
118 uint32_t Kind;
119 uint32_t AccessIndex;
120 uint32_t RecordAlignment;
121 MDNode *Metadata;
122 Value *Base;
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/
DMissedCallNotifier.java37 class CallInfo { class
43 public CallInfo(CallerInfo callerInfo, PhoneAccountHandle phoneAccountHandle, Uri handle, in CallInfo() method in MissedCallNotifier.CallInfo
51 public CallInfo(Call call) { in CallInfo() method in MissedCallNotifier.CallInfo
DAnalytics.java176 public static class CallInfo { class in Analytics
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp124 struct CallInfo { struct in __anoneee1a7430111::BPFAbstractMemberAccess
125 uint32_t Kind;
126 uint32_t AccessIndex;
127 MaybeAlign RecordAlignment;
128 MDNode *Metadata;
129 WeakTrackingVH Base;
/aosp_15_r20/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallInfo.java25 public class CallInfo implements Parcelable { class
33 public CallInfo(String handle) { in CallInfo() method in CallInfo
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp100 template <typename CalleeTy> struct CallInfo { struct
102 const CalleeTy *Callee = nullptr;
104 size_t ParamNo = 0;
106 CallInfo(const CalleeTy *Callee, size_t ParamNo) in CallInfo() argument
109 struct Less {
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/header/
H A DCallInfo.java41 public final class CallInfo class
55 public CallInfo() { in CallInfo() method in CallInfo
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/ui/
DDisconnectedCallNotifier.java75 private static class CallInfo { class in DisconnectedCallNotifier
84 public CallInfo(UserHandle userHandle, Uri handle, long endTimeMs, Bitmap callerInfoIcon, in CallInfo() method in DisconnectedCallNotifier.CallInfo
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedGsmCallState.java32 class CallInfo { class
53 CallInfo (boolean isMT, State state, boolean isMpty, String number) { in CallInfo() method in CallInfo
/aosp_15_r20/external/pigweed/pw_rpc/py/pw_rpc/callback_client/
H A Dimpl.py54 class CallInfo: class
435 on_call_hook: Callable[[CallInfo], Any] | None = None,
/aosp_15_r20/external/grpc-grpc/examples/python/async_streaming/
H A Dserver.py50 def _clean_call_session(self, call_info: phone_pb2.CallInfo) -> None:
H A Dphone.proto19 message CallInfo { message
H A Dclient.py65 def _on_call_info(self, call_info: phone_pb2.CallInfo) -> None:
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGObjCRuntime.h287 const CGFunctionInfo &CallInfo; member
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1978 std::pair<SDValue, SDValue> CallInfo = TLI.LowerCallTo(CLI); in ExpandLibCall() local
2013 std::pair<SDValue,SDValue> CallInfo = TLI.LowerCallTo(CLI); in ExpandLibCall() local
2047 std::pair<SDValue, SDValue> CallInfo = TLI.LowerCallTo(CLI); in ExpandChainLibCall() local
2142 std::pair<SDValue, SDValue> CallInfo = TLI.LowerCallTo(CLI); in ExpandDivRemLibCall() local
2253 std::pair<SDValue, SDValue> CallInfo = TLI.LowerCallTo(CLI); in ExpandSinCosLibCall() local
H A DLegalizeTypes.cpp1108 std::pair<SDValue, SDValue> CallInfo = TLI.LowerCallTo(CLI); in ExpandChainLibCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2075 std::pair<SDValue, SDValue> CallInfo = TLI.LowerCallTo(CLI); in ExpandLibCall() local
2234 std::pair<SDValue, SDValue> CallInfo = TLI.LowerCallTo(CLI); in ExpandDivRemLibCall() local
2332 std::pair<SDValue, SDValue> CallInfo = TLI.LowerCallTo(CLI); in ExpandSinCosLibCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2068 std::pair<SDValue, SDValue> CallInfo = TLI.LowerCallTo(CLI); in ExpandLibCall() local
2208 std::pair<SDValue, SDValue> CallInfo = TLI.LowerCallTo(CLI); in ExpandDivRemLibCall() local
2304 std::pair<SDValue, SDValue> CallInfo = TLI.LowerCallTo(CLI); in ExpandSinCosLibCall() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1493 public class CallInfo { class in BluetoothInCallService
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2184 std::pair<SDValue, SDValue> CallInfo = LowerCallTo(CLI); in LowerF128Op() local
2235 std::pair<SDValue, SDValue> CallInfo = LowerCallTo(CLI); in LowerF128Compare() local

12345