Lines Matching defs:nullptr

205         mRenderEngine(nullptr),
380 return nullptr;
390 return nullptr;
393 if (layer == nullptr) {
394 return nullptr;
449 return nullptr;
587 if (callback != nullptr) {
603 VSyncSource::Callback* mCallback = nullptr;
632 VSyncSource::Callback* mCallback = nullptr;
673 LOG_ALWAYS_FATAL_IF(getBE().mRenderEngine == nullptr, "couldn't create RenderEngine");
810 if (configs == nullptr || display.get() == nullptr) {
834 if (property_get(propName, property, nullptr) > 0) {
920 if (stats == nullptr) {
932 if (display == nullptr) {
933 ALOGE("%s : display is nullptr", __func__);
938 if (device != nullptr) {
983 if (hw == nullptr) {
1001 if ((outColorModes == nullptr) || (display.get() == nullptr)) {
1035 if (device != nullptr) {
1091 if (hw == nullptr) {
1126 if (displayDevice == nullptr) {
1153 if (mVSyncInjector.get() == nullptr) {
1180 if (mInjectVSyncs && mInjectorEventThread.get() != nullptr) {
2373 if (defaultDisplay != nullptr) defaultDisplay->makeCurrent();
2375 if (hw != nullptr) hw->disconnect(getHwComposer());
2391 if (hw != nullptr) hw->disconnect(getHwComposer());
2400 if (disp != nullptr) {
2433 if (state.surface != nullptr) {
2461 ALOGE_IF(state.surface != nullptr,
2472 if (dispSurface != nullptr) {
2556 if (disp == nullptr) {
2559 disp = nullptr;
2566 if (disp == nullptr) {
2578 if (disp != nullptr) {
3068 if (parent == nullptr) {
3078 if (gbc != nullptr) {
3109 if (p != nullptr) {
3115 while (ancestor->getParent() != nullptr) {
3136 (p != nullptr) ? p->getName().string() : "no-parent");
3175 // one of our own. A malicious client could give us a nullptr
3178 if (state.client == nullptr) {
3183 if (binder == nullptr) {
3187 if (binder->queryLocalInterface(ISurfaceComposerClient::descriptor) == nullptr) {
3335 if (layer == nullptr) {
3364 if (p == nullptr) {
3382 if (p == nullptr) {
3450 if (s.barrierHandle != nullptr) {
3452 } else if (s.barrierGbp != nullptr) {
3496 if (layer == nullptr) {
3634 if (l != nullptr) {
3648 if (l == nullptr) {
3800 if (hw == nullptr) {
4352 if (dpy == nullptr) {
4776 new ContainerLayer(mFlinger, nullptr, String8("Screenshot Parent"),
4800 if (parent == nullptr || parent->isPendingRemoval()) {
5132 if (state.zOrderRelativeOf != nullptr || state.z < minLayerZ || state.z > maxLayerZ) {