Searched refs:nullptr (Results 51 - 75 of 980) sorted by relevance

1234567891011>>

/frameworks/native/libs/vr/libbufferhub/
H A Dbufferhub_tests.cpp31 ASSERT_TRUE(p.get() != nullptr);
34 ASSERT_TRUE(c.get() != nullptr);
38 ASSERT_TRUE(c2.get() != nullptr);
72 ASSERT_TRUE(p.get() != nullptr);
75 ASSERT_TRUE(c.get() != nullptr);
98 ASSERT_TRUE(p.get() != nullptr);
101 ASSERT_TRUE(c.get() != nullptr);
115 ASSERT_TRUE(p.get() != nullptr);
118 ASSERT_TRUE(c.get() != nullptr);
131 ASSERT_TRUE(p.get() != nullptr);
[all...]
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioSimpleRecorder.h58 if (mStream == nullptr) {
68 if (mStream == nullptr) {
77 if (mStream == nullptr) {
98 if (dataProc != nullptr) {
101 if (errorProc != nullptr) {
126 mBuilder = nullptr;
131 if (mStream != nullptr) {
134 mStream = nullptr;
136 mBuilder = nullptr;
189 AAudioStreamBuilder *mBuilder = nullptr;
[all...]
/frameworks/av/media/libaaudio/src/utility/
H A DHandleTracker.cpp58 , mHandleHeaders(nullptr)
64 if (mHandleAddresses != nullptr) {
67 if (mHandleHeaders != nullptr) {
69 // Initialize linked list of free nodes. nullptr terminated.
75 mHandleAddresses[maxHandles - 1] = nullptr;
79 mHandleAddresses = nullptr;
89 mHandleAddresses = nullptr;
93 return mHandleAddresses != nullptr;
98 if (allocated == nullptr) {
173 return nullptr;
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DMediaBufferGroup.cpp60 if (mem.get() == nullptr || mem->pointer() == nullptr) {
74 if (buffer->data() == nullptr) {
103 buffer->setObserver(nullptr);
117 (*it)->setObserver(nullptr);
146 MediaBuffer *buffer = nullptr;
161 if (buffer == nullptr
167 if (buffer->data() == nullptr) {
170 buffer = nullptr;
176 (*free)->setObserver(nullptr);
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_vr_VrManagerService.cpp35 if (gVr != nullptr) {
42 if (gVr == nullptr) {
51 if (gVr == nullptr) {
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader_2_7.h50 const DiagnosticHandlerFunction &DiagnosticHandler = nullptr);
57 DiagnosticHandlerFunction DiagnosticHandler = nullptr);
62 const DiagnosticHandlerFunction &DiagnosticHandler = nullptr);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitReader_3_0.h50 const DiagnosticHandlerFunction &DiagnosticHandler = nullptr);
57 DiagnosticHandlerFunction DiagnosticHandler = nullptr);
62 const DiagnosticHandlerFunction &DiagnosticHandler = nullptr);
/frameworks/native/services/vr/performanced/
H A Ddirectory_reader.h21 if (directory_ != nullptr)
30 bool IsValid() const { return directory_ != nullptr; }
36 // is destroyed. Returns nullptr when the end of the directory is reached.
41 return nullptr;
/frameworks/rs/
H A DrsMap.h39 Map() : endIterator(MAP_NUM_BUCKET, nullptr, this) {
40 for (size_t i = 0; i < MAP_NUM_BUCKET; i++) { bucket[i] = nullptr; }
47 while (p != nullptr) {
58 LinkNode* prev = nullptr;
60 while (node != nullptr) {
70 node->next = nullptr;
71 if (prev == nullptr) {
86 if (next != nullptr) {
93 if (next != nullptr) {
99 node = nullptr;
[all...]
/frameworks/rs/rsov/compiler/spirit/
H A Dpass_queue.h47 Module *run(Module *module, int *error = nullptr);
57 int *error = nullptr);
64 std::vector<uint32_t> runAndSerialize(Module *module, int *error = nullptr);
H A Dinstructions.cpp32 return nullptr;
45 return nullptr;
/frameworks/av/include/media/
H A DAudioTimestamp.h103 int64_t *position, int64_t *time, int timebase, Location *location = nullptr) const {
104 if (position == nullptr || time == nullptr
115 if (location != nullptr) {
124 status_t getBestTimestamp(AudioTimestamp *timestamp, Location *location = nullptr) const {
125 if (timestamp == nullptr) {
/frameworks/av/include/media/stagefright/
H A DRemoteDataSource.h31 if (source.get() == nullptr) {
32 return nullptr;
34 if (source->getIDataSource().get() != nullptr) {
60 mSource = nullptr;
61 mMemory = nullptr;
87 if (mMemory.get() == nullptr) {
/frameworks/av/media/libaudioclient/include/media/
H A DAudioTimestamp.h103 int64_t *position, int64_t *time, int timebase, Location *location = nullptr) const {
104 if (position == nullptr || time == nullptr
115 if (location != nullptr) {
124 status_t getBestTimestamp(AudioTimestamp *timestamp, Location *location = nullptr) const {
125 if (timestamp == nullptr) {
/frameworks/av/media/libstagefright/foundation/include/
H A DRemoteDataSource.h31 if (source.get() == nullptr) {
32 return nullptr;
34 if (source->getIDataSource().get() != nullptr) {
60 mSource = nullptr;
61 mMemory = nullptr;
87 if (mMemory.get() == nullptr) {
/frameworks/av/media/libstagefright/include/
H A DRemoteDataSource.h31 if (source.get() == nullptr) {
32 return nullptr;
34 if (source->getIDataSource().get() != nullptr) {
60 mSource = nullptr;
61 mMemory = nullptr;
87 if (mMemory.get() == nullptr) {
/frameworks/av/camera/camera2/
H A DSubmitInfo.cpp27 if (parcel == nullptr) return BAD_VALUE;
38 if (parcel == nullptr) return BAD_VALUE;
/frameworks/base/core/jni/
H A Dandroid_app_Activity.cpp31 if (msg != nullptr) {
36 return msg.empty() ? nullptr : env->NewStringUTF(msg.c_str());
/frameworks/base/libs/hwui/
H A DAnimationContext.cpp62 mNextFrameAnimations.mNextHandle = nullptr;
87 , mPreviousHandle(nullptr)
88 , mNextHandle(nullptr) {
94 , mPreviousHandle(nullptr)
95 , mNextHandle(nullptr) {
117 mRenderNode->animators().setAnimationHandle(nullptr);
138 mPreviousHandle = nullptr;
139 mNextHandle = nullptr;
H A DGammaFontRenderer.h30 mRenderer.reset(nullptr);
41 const uint8_t* table = nullptr;
H A DLayer.cpp31 , colorFilter(nullptr)
36 incStrong(nullptr);
/frameworks/base/libs/hwui/utils/
H A DTiming.h27 gettimeofday(&mStart, nullptr);
32 gettimeofday(&stop, nullptr);
/frameworks/compile/slang/
H A Dslang_rs_export_foreach.h73 mName(Name.data(), Name.size()), mParamPacketType(nullptr),
74 mOutType(nullptr), numParams(0), mSignatureMetadata(0),
75 mOut(nullptr), mUsrData(nullptr), mSpecialParameterSignatureMetadata(0),
114 return (mOut != nullptr);
118 return (mUsrData != nullptr);
152 slangAssert((mParamPacketType != nullptr) &&
158 slangAssert((mParamPacketType != nullptr) &&
H A Dslang_rs_foreach_lowering.cpp49 if (ToVoidPtr == nullptr) {
50 return nullptr;
56 if (Decay == nullptr) {
57 return nullptr;
63 if (DRE == nullptr) {
64 return nullptr;
70 if (FD == nullptr) {
71 return nullptr;
100 if (FD == nullptr) {
101 return nullptr;
[all...]
/frameworks/native/vulkan/libvulkan/
H A Ddriver_gen.cpp121 nullptr,
122 nullptr,
136 nullptr,
143 nullptr,
150 nullptr,
157 nullptr,
164 nullptr,
178 nullptr,
185 nullptr,
192 nullptr,
[all...]

Completed in 541 milliseconds

1234567891011>>