Searched refs:nullptr (Results 1 - 25 of 1295) sorted by relevance

1234567891011>>

/frameworks/base/cmds/statsd/src/
H A Dstatscompanion_util.cpp27 sp<IStatsCompanionService> statsCompanion = nullptr;
30 if (statsCompanion == nullptr) {
31 if (sm != nullptr) {
34 if (statsCompanion == nullptr) {
36 return nullptr;
/frameworks/av/media/libstagefright/
H A DStagefrightPluginLoader.cpp31 : mCreateCodec(nullptr),
32 mCreateBuilder(nullptr) {
34 if (mLibHandle == nullptr) {
39 if (mCreateCodec == nullptr) {
44 if (mCreateBuilder == nullptr) {
49 if (mCreateBuilder == nullptr) {
55 if (mLibHandle != nullptr) {
62 if (mLibHandle == nullptr || mCreateCodec == nullptr) {
64 return nullptr;
[all...]
H A DInterfaceUtils.cpp27 if (source == nullptr) {
28 return nullptr;
34 if (source == nullptr) {
35 return nullptr;
44 if (extractor == nullptr) {
45 return nullptr;
51 if (source == nullptr) {
52 return nullptr;
60 if (source == nullptr) {
61 return nullptr;
[all...]
H A DRemoteMediaExtractor.cpp50 mAnalyticsItem = nullptr;
65 const char *mime = nullptr;
78 mExtractorPlugin = nullptr;
81 if (mAnalyticsItem != nullptr) {
87 if (mAnalyticsItem != nullptr) {
89 mAnalyticsItem = nullptr;
99 return (source == nullptr)
100 ? nullptr : CreateIMediaSourceFromMediaSourceBase(this, source, mExtractorPlugin);
108 return nullptr;
116 return nullptr;
[all...]
/frameworks/compile/slang/
H A Dslang_rs_exportable.cpp25 mContext = nullptr;
/frameworks/base/cmds/bootanimation/iot/
H A DBootAction.cpp29 if (mLibHandle != nullptr) {
36 APeripheralManagerClient* client = nullptr;
39 while (client == nullptr) {
41 if (client == nullptr) {
52 if (mLibHandle == nullptr) {
58 void* loaded = nullptr;
59 if (!loadSymbol("boot_action_init", &loaded) || loaded == nullptr) {
64 loaded = nullptr;
65 if (!loadSymbol("boot_action_shutdown", &loaded) || loaded == nullptr) {
72 loaded = nullptr;
[all...]
H A DBootAction.h54 void* mLibHandle = nullptr;
55 libInit mLibInit = nullptr;
56 libStartPart mLibStartPart = nullptr;
57 libShutdown mLibShutdown = nullptr;
/frameworks/base/tools/aapt2/
H A DResource_test.cpp25 ASSERT_NE(type, nullptr);
29 ASSERT_NE(type, nullptr);
33 ASSERT_NE(type, nullptr);
37 ASSERT_NE(type, nullptr);
41 ASSERT_NE(type, nullptr);
45 ASSERT_NE(type, nullptr);
49 ASSERT_NE(type, nullptr);
53 ASSERT_NE(type, nullptr);
57 ASSERT_NE(type, nullptr);
61 ASSERT_NE(type, nullptr);
[all...]
/frameworks/native/services/vr/virtual_touchpad/
H A DVirtualTouchpadClient.cpp15 if (service_ != nullptr) {
21 if (service_ != nullptr) {
25 if (sm == nullptr) {
32 if (service == nullptr) {
41 if (service_ == nullptr) {
45 service_ = nullptr;
50 if (service_ == nullptr) {
57 if (service_ == nullptr) {
64 if (service_ == nullptr) {
73 service_ != nullptr
[all...]
/frameworks/av/camera/ndk/
H A DNdkCaptureRequest.cpp32 if (window == nullptr) {
43 if (target != nullptr) {
53 if (req == nullptr || req->targets == nullptr || target == nullptr) {
55 if (req != nullptr)
58 req_targets = nullptr;
74 if (req == nullptr || req->targets == nullptr || target == nullptr) {
[all...]
H A DNdkCameraManager.cpp38 if (manager != nullptr) {
47 if (manager == nullptr || cameraIdList == nullptr) {
58 if (cameraIdList != nullptr) {
67 if (callback == nullptr) {
71 if (callback->onCameraAvailable == nullptr || callback->onCameraUnavailable == nullptr) {
86 if (callback == nullptr) {
90 if (callback->onCameraAvailable == nullptr || callback->onCameraUnavailable == nullptr) {
[all...]
H A DNdkCameraMetadata.cpp33 if (acm == nullptr || entry == nullptr) {
45 if (acm == nullptr || numTags == nullptr || tags == nullptr) {
56 if (src == nullptr) {
58 return nullptr;
66 if (metadata != nullptr) {
/frameworks/rs/cpp/
H A DBaseObj.cpp23 if (mID == nullptr) {
30 return o == nullptr ? nullptr : o->getID();
49 mRS = nullptr;
50 mID = nullptr;
54 const char *name = nullptr;
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DBuffer.cpp31 if (mData == nullptr) {
42 if (mData != nullptr) {
44 mData = nullptr;
/frameworks/av/media/libaudiohal/
H A DDevicesFactoryHalInterface.cpp27 if (hardware::audio::V4_0::IDevicesFactory::getService() != nullptr) {
30 if (hardware::audio::V2_0::IDevicesFactory::getService() != nullptr) {
33 return nullptr;
/frameworks/rs/driver/
H A DrsdElement.cpp38 obj->unused1 = nullptr;
39 obj->unused2 = nullptr;
40 obj->unused3 = nullptr;
/frameworks/rs/
H A DrsAnimation.cpp28 return nullptr;
37 mValuesInput = nullptr;
38 mValuesOutput = nullptr;
54 return nullptr;
59 return nullptr;
66 if (a->mValuesInput == nullptr || a->mValuesOutput == nullptr) {
69 return nullptr;
127 Animation *a = nullptr;//Animation::create(rsc, inValues, outValues, valueCount, interp, pre, post);
128 if (a != nullptr) {
[all...]
/frameworks/rs/rsov/driver/
H A DrsovElement.cpp32 obj->unused1 = nullptr;
33 obj->unused2 = nullptr;
34 obj->unused3 = nullptr;
H A DrsovSampler.cpp33 obj->unused1 = nullptr;
34 obj->unused2 = nullptr;
35 obj->unused3 = nullptr;
H A DrsovType.cpp32 obj->unused1 = nullptr;
33 obj->unused2 = nullptr;
34 obj->unused3 = nullptr;
/frameworks/native/libs/vr/libdvr/tests/
H A Ddvr_api_test.h18 ASSERT_NE(nullptr, platform_handle_) << "Dvr shared library missing.";
22 ASSERT_NE(nullptr, dvr_get_api) << "Platform library missing dvrGetApi.";
29 if (platform_handle_ != nullptr) {
34 void* platform_handle_ = nullptr;
H A Ddvr_named_buffer-test.cpp17 DvrBuffer* buffer1 = nullptr;
20 ASSERT_NE(nullptr, buffer1);
22 DvrBuffer* buffer2 = nullptr;
25 ASSERT_NE(nullptr, buffer2);
27 AHardwareBuffer* hardware_buffer1 = nullptr;
30 ASSERT_NE(nullptr, hardware_buffer1);
32 AHardwareBuffer* hardware_buffer2 = nullptr;
35 ASSERT_NE(nullptr, hardware_buffer2);
55 DvrBuffer* buffer3 = nullptr;
57 ASSERT_NE(nullptr, buffer
[all...]
/frameworks/base/tools/aapt2/jni/
H A DScopedUtfChars.h31 CHECK(s != nullptr);
32 utf_chars_ = env->GetStringUTFChars(s, nullptr);
37 rhs.env_ = nullptr;
38 rhs.string_ = nullptr;
39 rhs.utf_chars_ = nullptr;
57 rhs.env_ = nullptr;
58 rhs.string_ = nullptr;
59 rhs.utf_chars_ = nullptr;
/frameworks/base/tools/aapt2/optimize/
H A DVersionCollapser_test.cpp48 EXPECT_EQ(nullptr,
51 EXPECT_EQ(nullptr,
56 EXPECT_EQ(nullptr,
61 EXPECT_NE(nullptr,
66 EXPECT_NE(nullptr,
69 EXPECT_NE(nullptr,
72 EXPECT_NE(nullptr,
90 EXPECT_EQ(nullptr,
93 EXPECT_EQ(nullptr,
96 EXPECT_EQ(nullptr,
[all...]
/frameworks/compile/libbcc/lib/
H A DBCCContext.cpp27 static BCCContext *GlobalContext = nullptr;
30 if (GlobalContext == nullptr) {
32 if (GlobalContext == nullptr) {
41 GlobalContext = nullptr;
51 GlobalContext = nullptr;

Completed in 162 milliseconds

1234567891011>>