Searched defs:nullptr (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DOpDumperTests.cpp27 RectOp op(uirenderer::Rect(100, 100), Matrix4::identity(), nullptr, &paint); local
H A DBakedOpDispatcherTests.cpp61 ASSERT_NE(nullptr, state);
95 ASSERT_NE(nullptr, texture);
110 ArcOp arcOp(Rect(10, 15, 20, 25), Matrix4::identity(), nullptr, &strokePaint, 0, 270, true); local
113 OvalOp ovalOp(Rect(10, 15, 20, 25), Matrix4::identity(), nullptr, &strokePaint); local
120 OffscreenBuffer* buffer = nullptr; // no providing a buffer, should hit rect fallback case
121 LayerOp op(Rect(10, 10), Matrix4::identity(), nullptr, &layerPaint, &buffer); local
141 RoundRectOp roundRectOp(bounds, Matrix4::identity(), nullptr, &paint, 0, 270);
146 PointsOp antiAliasedPointsOp(bounds, Matrix4::identity(), nullptr, &aaPaint, points, 4);
149 PointsOp pointsOp(bounds, Matrix4::identity(), nullptr, &paint, points, 4);
153 LinesOp antiAliasedLinesOp(bounds, Matrix4::identity(), nullptr,
[all...]
/frameworks/base/tools/aapt2/
H A DConfigDescription_test.cpp28 ConfigDescription* config = nullptr) {
27 TestParse(const StringPiece& input, ConfigDescription* config = nullptr) argument
H A DValueVisitor_test.cpp30 Reference* visited = nullptr;
41 Style* visitedStyle = nullptr;
78 EXPECT_NE(valueCast<Reference>(ref.get()), nullptr); local
83 EXPECT_NE(valueCast<Style>(style.get()), nullptr); local
84 EXPECT_EQ(valueCast<Reference>(style.get()), nullptr); local
/frameworks/native/services/sensorservice/
H A DSensorList.cpp60 handle, [] (const Entry& e) -> sp<SensorInterface> {return e.si;}, nullptr); member in namespace:android
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPolicyConfig.h43 VolumeCurvesCollection *volumes = nullptr)
54 if (mVolumeCurves != nullptr) {
38 AudioPolicyConfig(HwModuleCollection &hwModules, DeviceVector &availableOutputDevices, DeviceVector &availableInputDevices, sp<DeviceDescriptor> &defaultOutputDevices, bool &isSpeakerDrcEnabled, VolumeCurvesCollection *volumes = nullptr) argument
/frameworks/rs/
H A DrsElement.h126 const size_t * lengths = nullptr,
127 const uint32_t *asin = nullptr) {
123 create(Context *rsc, size_t count, const Element **ein, const char **nin, const size_t * lengths = nullptr, const uint32_t *asin = nullptr) argument
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.h157 return saveLayer(left, top, right, bottom, paint, flags, nullptr);
398 const SkPaint* paint = nullptr);
399 bool quickRejectSetupScissor(const Rect& bounds, const SkPaint* paint = nullptr) { argument
/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp120 return nullptr;
175 return nullptr;
472 startFunction(AM_Public, false, nullptr, getClassName(), 1, "RenderScript",
497 startFunction(AM_Public, false, nullptr, getClassName(), 3, "RenderScript",
546 if (*BI != nullptr) {
563 slangAssert(RT != nullptr);
572 slangAssert(*BI != nullptr);
797 genPackVarOfType(ERT, nullptr, FieldPackerName.c_str());
945 if (InTypes.front() != nullptr) {
954 if (*BI != nullptr) {
1374 genReduceResultVectorMapping(MapFromAllocation MFA, const std::string &ArrayElementTypeName, const std::string &ReflectedScalarTypeName, const std::string &VectorTypeName, unsigned VectorElementCount, const char *InArray, const char *InIdx = nullptr) argument
[all...]

Completed in 2354 milliseconds