Searched refs:isEmpty (Results 1 - 19 of 19) sorted by relevance

/system/core/healthd/
H A DBatteryMonitor.cpp102 if (path.isEmpty())
185 if (!mHealthdConfig->batteryPresentPath.isEmpty())
256 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) {
286 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) {
296 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) {
306 if (!mHealthdConfig->batteryCurrentAvgPath.isEmpty()) {
316 if (!mHealthdConfig->batteryCapacityPath.isEmpty()) {
356 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) {
362 if (!mHealthdConfig->batteryCurrentAvgPath.isEmpty()) {
368 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) {
[all...]
/system/core/libutils/tests/
H A DBitSet_test.cpp58 EXPECT_TRUE(tmp.isEmpty());
63 EXPECT_TRUE(b2.isEmpty());
129 EXPECT_TRUE(b1.isEmpty());
135 EXPECT_TRUE(b1.isEmpty());
180 EXPECT_TRUE(tmp.isEmpty());
185 EXPECT_TRUE(b2.isEmpty());
251 EXPECT_TRUE(b1.isEmpty());
257 EXPECT_TRUE(b1.isEmpty());
/system/core/include/utils/
H A DBitSet.h50 inline bool isEmpty() const { return isEmpty(value); } function in struct:android::BitSet32
52 static inline bool isEmpty(uint32_t value) { return ! value; } function in struct:android::BitSet32
192 inline bool isEmpty() const { return isEmpty(value); } function in struct:android::BitSet64
194 static inline bool isEmpty(uint64_t value) { return ! value; } function in struct:android::BitSet64
H A DKeyedVector.h56 inline bool isEmpty() const { return mVector.isEmpty(); } function in class:android::KeyedVector
H A DString8.h70 inline bool isEmpty() const;
276 inline bool String8::isEmpty() const function in class:android::String8
H A DVector.h77 inline bool isEmpty() const { return VectorImpl::isEmpty(); } function in class:android::Vector
193 inline bool empty() const{ return isEmpty(); }
H A DVectorImpl.h64 inline bool isEmpty() const { return mCount == 0; } function in class:android::VectorImpl
H A DSortedVector.h67 inline bool isEmpty() const { return VectorImpl::isEmpty(); } function in class:android::SortedVector
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DKeyedVector.h55 inline bool isEmpty() const { return mVector.isEmpty(); } function in class:android::tinyutils::KeyedVector
H A DVectorImpl.h65 inline bool isEmpty() const { return mCount == 0; } function in class:android::tinyutils::VectorImpl
H A DSortedVector.h64 inline bool isEmpty() const { return VectorImpl::isEmpty(); } function in class:android::tinyutils::SortedVector
H A DVector.h72 inline bool isEmpty() const { return VectorImpl::isEmpty(); } function in class:android::tinyutils::Vector
H A DVectorImpl.cpp500 if (!vector.isEmpty()) {
518 if (!vector.isEmpty()) {
/system/core/libutils/
H A DPropertyMap.cpp174 if (keyToken.isEmpty()) {
H A DVectorImpl.cpp593 if (!vector.isEmpty()) {
611 if (!vector.isEmpty()) {
/system/security/keystore/
H A Dkeystore_cli.cpp227 SINGLE_INT_ARG_INT_RETURN(isEmpty);
H A Dkeystore.cpp1123 bool isEmpty(uid_t userId) const { function in class:KeyStore
1850 if (!mKeyStore->isEmpty(userId)) {
1905 bool isEmpty(int32_t userId) { function in class:android::KeyStoreProxy
1910 return mKeyStore->isEmpty(userId);
H A DIKeystoreService.cpp621 virtual bool isEmpty(int32_t userId) function in class:android::BpKeystoreService
628 ALOGD("isEmpty() could not contact remote: %d\n", status);
634 ALOGD("isEmpty() caught exception %d\n", err);
1382 bool ret = isEmpty(userId);
/system/security/keystore/include/keystore/
H A DIKeystoreService.h162 virtual bool isEmpty(int32_t userId) = 0;

Completed in 201 milliseconds