Home
last modified time | relevance | path

Searched refs:isNull (Results 1 – 19 of 19) 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/util/
DModuleTestUtilsTest.java61 SHIM_V2, installResult)).that(installResult).isNull(); in testAbandonActiveStagedSession()
69 SHIM_V2, installResult)).that(installResult).isNull(); in testAbandonActiveStagedSession()
/system/apex/tests/src/com/android/tests/apex/
DApexRollbackTests.java104 assertThat(error).isNull(); in testAutomaticBootLoopRecovery()
149 assertThat(error).isNull(); in testSessionNotRevertedWithCheckpointingDisabled()
190 assertThat(error).isNull(); in testCheckpointingRevertsSession()
232 assertThat(error).isNull(); in testRebootingOnceDoesNotRevertSession()
295 error).isNull(); in testFailingUserspaceReboot_doesNotRevertUpdate()
325 error).isNull(); in testUserspaceRebootFailedShutdownSequence_doesNotRevertUpdate()
358 error).isNull(); in testUserspaceRebootFailedRemount_revertsUpdate()
DApexE2EBaseHostTest.java118 .that(installResult).isNull(); in installApex()
DApexdHostTest.java255 assertThat(error).isNull(); in testApexSessionStateUnchangedBeforeReboot()
/system/chre/ash/platform/slpi/smgr/
Dash.cc142 if (calRequest.isNull() || calResponse.isNull()) { in ashSetCalibration()
/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.h54 if (nanoapp.isNull()) { \
/system/chre/platform/linux/include/chre/target_platform/
Dstatic_nanoapp_init.h52 if (nanoapp.isNull()) { \
/system/chre/platform/slpi/include/chre/platform/slpi/
Dnanoapp_load_manager.h92 return !mNanoapp.isNull(); in hasPendingLoadTransaction()
/system/chre/platform/slpi/see/
Dsee_helper.cc183 if (msg->isNull() && *msgLen > 0) { in encodeSnsStdAttrReq()
230 if (msg->isNull()) { in encodeSnsSuidReq()
279 if (msg->isNull()) { in encodeSnsResamplerConfig()
321 if (msg->isNull()) { in encodeSnsStdSensorConfig()
370 if (req.isNull()) { in prepSnsClientReq()
577 if (data.isNull()) { in decodeSnsStdAttrValue()
629 if (data.isNull()) { in decodeSnsStrAttr()
687 if (data.isNull()) { in decodeSnsStdAttrEvent()
755 if (!data->event.isNull() && index < data->totalSamples) { in populateEventSample()
937 if (statusData.isNull()) { in decodeSnsStdSensorPhysicalConfigEvent()
[all …]
/system/chre/platform/slpi/
Dnanoapp_load_manager.cc34 if (mNanoapp.isNull()) { in prepareForLoad()
Dhost_link.cc200 if (builder.isNull()) { in buildAndEnqueueMessage()
517 if (nanoapp.isNull()) { in handleLoadNanoappFile()
806 if (!pendingNanoapp.isNull()) { in handleLoadNanoappRequest()
808 if (cbData.isNull()) { in handleLoadNanoappRequest()
/system/chre/platform/slpi/smgr/
Dplatform_sensor.cc808 if (infoRequest.isNull() || infoResponse.isNull()) { in onStatusChange()
995 if (monitorRequest.isNull() || monitorResponse.isNull()) { in setSensorMonitorRequest()
1053 if (sensorInfoRequest.isNull() || sensorInfoResponse.isNull()) { in getSensorsForSensorId()
1263 if (sensorRequest.isNull() || sensorResponse.isNull()) { in makeBufferingReq()
Dsmr_helper.cc124 if (txn.isNull()) { in sendReqSyncUntyped()
/system/chre/core/
Devent_loop.cc144 CHRE_ASSERT(!nanoapp.isNull()); in startNanoapp()
150 if (nanoapp.isNull()) { in startNanoapp()
/system/chre/platform/slpi/include/chre/platform/slpi/smgr/
Dsmr_helper.h94 if (reqData.isNull()) { in sendReqAsync()