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

/frameworks/native/services/vr/virtual_touchpad/tests/
H A DVirtualTouchpad_test.cpp99 return std::unique_ptr<VirtualTouchpad>(New());
101 static VirtualTouchpadForTesting* New() { function in class:android::dvr::__anon1920::VirtualTouchpadForTesting
130 VirtualTouchpadForTesting::New());
291 VirtualTouchpadForTesting::New());
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3471 Value *Ptr, *Cmp, *New; local
3476 cast<PointerType>(Ptr->getType())->getElementType(), New) ||
3484 I = new AtomicCmpXchgInst(Ptr, Cmp, New, Ordering, Ordering, SynchScope);

Completed in 86 milliseconds