Home
last modified time | relevance | path

Searched refs:isEmpty (Results 1 – 18 of 18) sorted by relevance

/system/core/healthd/
DBatteryMonitor.cpp130 if (path.isEmpty()) in readFromFile()
215 if (!mHealthdConfig->batteryPresentPath.isEmpty()) in update()
225 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) in update()
228 if (!mHealthdConfig->batteryFullChargePath.isEmpty()) in update()
231 if (!mHealthdConfig->batteryCycleCountPath.isEmpty()) in update()
234 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) in update()
330 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in update()
335 if (!mHealthdConfig->batteryFullChargePath.isEmpty()) { in update()
340 if (!mHealthdConfig->batteryCycleCountPath.isEmpty()) { in update()
365 if (!mHealthdConfig->batteryStatusPath.isEmpty()) { in getChargeStatus()
[all …]
/system/core/libutils/tests/
DBitSet_test.cpp58 EXPECT_TRUE(tmp.isEmpty()); in TEST_F()
63 EXPECT_TRUE(b2.isEmpty()); in TEST_F()
129 EXPECT_TRUE(b1.isEmpty()); in TEST_F()
135 EXPECT_TRUE(b1.isEmpty()); in TEST_F()
180 EXPECT_TRUE(tmp.isEmpty()); in TEST_F()
185 EXPECT_TRUE(b2.isEmpty()); in TEST_F()
251 EXPECT_TRUE(b1.isEmpty()); in TEST_F()
257 EXPECT_TRUE(b1.isEmpty()); in TEST_F()
/system/core/include/utils/
DBitSet.h50 inline bool isEmpty() const { return isEmpty(value); } in isEmpty() function
52 static inline bool isEmpty(uint32_t value) { return ! value; } in isEmpty() function
192 inline bool isEmpty() const { return isEmpty(value); } in isEmpty() function
194 static inline bool isEmpty(uint64_t value) { return ! value; } in isEmpty() function
DKeyedVector.h56 inline bool isEmpty() const { return mVector.isEmpty(); } in isEmpty() function
DString8.h68 inline bool isEmpty() const;
269 inline bool String8::isEmpty() const in isEmpty() function
DSortedVector.h67 inline bool isEmpty() const { return VectorImpl::isEmpty(); } in isEmpty() function
DVector.h77 inline bool isEmpty() const { return VectorImpl::isEmpty(); } in isEmpty() function
193 inline bool empty() const{ return isEmpty(); } in empty()
DVectorImpl.h64 inline bool isEmpty() const { return mCount == 0; } in isEmpty() function
/system/security/keystore/
Dkeystore.h66 bool isEmpty(uid_t userId) const;
Dkeystore_cli.cpp257 SINGLE_INT_ARG_INT_RETURN(isEmpty); in main()
Dkey_store_service.h56 bool isEmpty(int32_t userId);
Dkey_store_service.cpp198 if (!mKeyStore->isEmpty(userId)) { in onUserAdded()
264 bool KeyStoreService::isEmpty(int32_t userId) { in isEmpty() function in android::KeyStoreService
269 return mKeyStore->isEmpty(userId); in isEmpty()
Dkeystore.cpp175 bool KeyStore::isEmpty(uid_t userId) const { in isEmpty() function in KeyStore
DIKeystoreService.cpp684 virtual bool isEmpty(int32_t userId) in isEmpty() function in android::BpKeystoreService
1478 bool ret = isEmpty(userId); in onTransact()
/system/core/libutils/
DVectorImpl.cpp595 if (isEmpty()) { in _indexOrderOf()
637 if (!vector.isEmpty()) { in merge()
655 if (!vector.isEmpty()) { in merge()
DPropertyMap.cpp174 if (keyToken.isEmpty()) { in parse()
/system/security/keystore/include/keystore/
DIKeystoreService.h175 virtual bool isEmpty(int32_t userId) = 0;
/system/extras/verity/
DBootSignature.java268 if (!certPath.isEmpty()) { in verifySignature()