HomeSort by relevance Sort by last modified time
    Searched refs:handleCall (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnectionService.java 108 handleCall(call);
129 handleCall((BluetoothHeadsetClientCall)
190 private void handleCall(BluetoothHeadsetClientCall call) {
453 handleCall(call);
  /external/clang/lib/Analysis/
Consumed.cpp 488 bool handleCall(const CallExpr *Call, const Expr *ObjArg,
608 bool ConsumedStmtVisitor::handleCall(const CallExpr *Call, const Expr *ObjArg,
755 handleCall(Call, nullptr, FunDecl);
813 handleCall(Call, Call->getImplicitObjectArgument(), MD);
827 if (!handleCall(Call, Call->getArg(0), FunDecl))
833 handleCall(MCall, MCall->getImplicitObjectArgument(), FunDecl);
835 handleCall(Call, Call->getArg(0), FunDecl);
    [all...]
ThreadSafety.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 259 void handleCall(MachineBasicBlock::iterator &I);
    [all...]

Completed in 350 milliseconds