Home
last modified time | relevance | path

Searched refs:isNull (Results 1 – 16 of 16) sorted by relevance

/system/chre/util/tests/
Dunique_ptr_test.cc33 ASSERT_FALSE(myInt.isNull()); in TEST()
47 ASSERT_FALSE(myArray.isNull()); in TEST()
57 ASSERT_FALSE(myInt.isNull()); in TEST()
70 ASSERT_FALSE(myInt.isNull()); in TEST()
74 ASSERT_FALSE(myMovedInt.isNull()); in TEST()
77 ASSERT_FALSE(myMovedInt.isNull()); in TEST()
78 ASSERT_TRUE(myInt.isNull()); in TEST()
91 ASSERT_FALSE(myInt.isNull()); in TEST()
98 EXPECT_TRUE(myInt.isNull()); in TEST()
Dblocking_queue_test.cc49 ASSERT_TRUE(ptr.isNull()); in TEST()
/system/apex/tests/src/com/android/tests/apex/
DApexRollbackTests.java115 assertThat(error).isNull(); in testAutomaticBootLoopRecovery()
160 assertThat(error).isNull(); in testSessionNotRevertedWithCheckpointingDisabled()
197 assertThat(error).isNull(); in testCheckpointingRevertsSession()
235 assertThat(error).isNull(); in testRebootingOnceDoesNotRevertSession()
294 error).isNull(); in testFailingUserspaceReboot_doesNotRevertUpdate()
324 error).isNull(); in testUserspaceRebootFailedShutdownSequence_doesNotRevertUpdate()
357 error).isNull(); in testUserspaceRebootFailedRemount_revertsUpdate()
428 assertThat(error).isNull(); in testReasonForRevertIsLoggedDuringBootloop()
DApexE2EBaseHostTest.java121 .that(installResult).isNull(); in installApex()
DApexdHostTest.java269 assertThat(error).isNull(); in testApexSessionStateUnchangedBeforeReboot()
/system/chre/util/include/chre/util/
Dunique_ptr_impl.h56 bool UniquePtr<ObjectType>::isNull() const { in isNull() function
141 if (!ptr.isNull()) { in MakeUniqueZeroFill()
Dunique_ptr.h81 bool isNull() const;
/system/chre/platform/slpi/include/chre/target_platform/
Dstatic_nanoapp_init.h55 if (nanoapp.isNull()) { \
/system/chre/platform/linux/include/chre/target_platform/
Dstatic_nanoapp_init.h54 if (nanoapp.isNull()) { \
/system/chre/platform/freertos/include/chre/target_platform/
Dstatic_nanoapp_init.h54 if (nanoapp.isNull()) { \
/system/chre/platform/shared/include/chre/platform/shared/
Dnanoapp_load_manager.h94 return !mNanoapp.isNull(); in hasPendingLoadTransaction()
/system/chre/platform/slpi/see/
Dsee_helper.cc185 if (msg->isNull() && *msgLen > 0) { in encodeSnsStdAttrReq()
232 if (msg->isNull()) { in encodeSnsSuidReq()
281 if (msg->isNull()) { in encodeSnsResamplerConfig()
323 if (msg->isNull()) { in encodeSnsStdSensorConfig()
372 if (req.isNull()) { in prepSnsClientReq()
578 if (data.isNull()) { in decodeSnsStdAttrValue()
630 if (data.isNull()) { in decodeSnsStrAttr()
685 if (data.isNull()) { in decodeSnsStdAttrEvent()
753 if (!data->event.isNull() && index < data->totalSamples) { in populateEventSample()
955 if (statusData.isNull()) { in decodeSnsStdSensorPhysicalConfigEvent()
[all …]
/system/chre/platform/shared/
Dnanoapp_load_manager.cc38 if (mNanoapp.isNull()) { in prepareForLoad()
/system/chre/apps/power_test/common/
Dpower_test.cc43 if (builder.isNull()) { in sendResponseMessageToHost()
/system/chre/platform/slpi/
Dhost_link.cc192 if (builder.isNull()) { in buildAndEnqueueMessage()
502 if (nanoapp.isNull()) { in handleLoadNanoappFile()
882 if (!pendingNanoapp.isNull()) { in handleLoadNanoappRequest()
884 if (cbData.isNull()) { in handleLoadNanoappRequest()
/system/chre/core/
Devent_loop.cc147 CHRE_ASSERT(!nanoapp.isNull()); in startNanoapp()
153 if (nanoapp.isNull()) { in startNanoapp()