/system/chre/util/tests/ |
H A D | priority_queue_test.cc | 18 int getValue() const { function in class:__anon1365::DummyElement 31 return left.getValue() > right.getValue(); 37 return left.getValue() > right.getValue(); 171 return left.getValue() > right.getValue(); 180 EXPECT_EQ(0, q.top().getValue()); 184 EXPECT_EQ(1, q.top().getValue()); 188 EXPECT_EQ(2, q.top().getValue()); [all...] |
H A D | dynamic_vector_test.cc | 40 int getValue() { function in class:__anon1363::Dummy 115 int getValue() const { function in class:MovableButNonCopyable 130 EXPECT_EQ(mbnc.getValue(), -1); 133 EXPECT_EQ(mbnc2.getValue(), -1); 136 EXPECT_EQ(vector[0].getValue(), 0x1337); 137 EXPECT_EQ(vector[1].getValue(), 0xface); 138 EXPECT_EQ(vector[2].getValue(), 0xcafe); 139 EXPECT_EQ(vector[3].getValue(), 0xd00d); 161 int getValue() const { function in class:CopyableButNonMovable 180 EXPECT_EQ(vector[0].getValue(), 215 int getValue() const { function in class:MovableAndCopyable [all...] |
/system/security/keystore/ |
H A D | keystore_utils.h | 66 result.setToExternal(const_cast<uint8_t*>(blob.getValue()), blob.getLength());
|
H A D | blob.h | 86 const uint8_t* getValue() const { return mBlob.value; } function in class:Blob
|
H A D | user_state.cpp | 182 memcpy(mMasterKey, masterKeyBlob.getValue(), MASTER_KEY_SIZE_BYTES);
|
H A D | keystore.cpp | 287 importKey(keyBlob->getValue(), keyBlob->getLength(), filename, userId, 654 Unique_BIO b(BIO_new_mem_buf(const_cast<uint8_t*>(blob->getValue()), blob->getLength()));
|
H A D | key_store_service.cpp | 1062 std::string charBuffer(reinterpret_cast<const char*>(charBlob.getValue()),
|
/system/nfc/halimpl/bcm2079x/adaptation/ |
H A D | config.cpp | 61 bool getValue(const char* name, char* pValue, size_t& len) const; 62 bool getValue(const char* name, unsigned long& rValue) const; 63 bool getValue(const char* name, unsigned short& rValue) const; 371 ** Function: CNfcConfig::getValue() 379 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const { function in class:CNfcConfig 394 ** Function: CNfcConfig::getValue() 402 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { function in class:CNfcConfig 415 ** Function: CNfcConfig::getValue() 423 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { function in class:CNfcConfig 596 bool b = rConfig.getValue(nam [all...] |
/system/nfc/src/adaptation/ |
H A D | config.cpp | 61 bool getValue(const char* name, char* pValue, size_t& len) const; 62 bool getValue(const char* name, unsigned long& rValue) const; 63 bool getValue(const char* name, unsigned short& rValue) const; 382 ** Function: CNfcConfig::getValue() 390 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const { function in class:CNfcConfig 405 ** Function: CNfcConfig::getValue() 413 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { function in class:CNfcConfig 426 ** Function: CNfcConfig::getValue() 434 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { function in class:CNfcConfig 607 bool b = rConfig.getValue(nam [all...] |
/system/nfc/halimpl/pn54x/utils/ |
H A D | phNxpConfig.cpp | 95 bool getValue(const char* name, char* pValue, size_t len) const; 96 bool getValue(const char* name, unsigned long& rValue) const; 97 bool getValue(const char* name, unsigned short& rValue) const; 98 bool getValue(const char* name, char* pValue, long len, long* readlen) const; 430 ** Function: CNfcConfig::getValue() 438 bool CNfcConfig::getValue(const char* name, char* pValue, size_t len) const { function in class:CNfcConfig 450 bool CNfcConfig::getValue(const char* name, char* pValue, long len, function in class:CNfcConfig 471 ** Function: CNfcConfig::getValue() 479 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { function in class:CNfcConfig 492 ** Function: CNfcConfig::getValue() 500 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { function in class:CNfcConfig [all...] |
/system/extras/verity/ |
H A D | BootSignature.java | 97 if (formatVersion.getValue().intValue() != FORMAT_VERSION) { 170 if (length.getValue().intValue() != image.length) {
|
/system/core/include/utils/ |
H A D | TypeHelpers.h | 274 inline const VALUE& getValue() const { function in struct:android::key_value_pair_t
|
/system/core/libutils/include/utils/ |
H A D | TypeHelpers.h | 274 inline const VALUE& getValue() const { function in struct:android::key_value_pair_t
|
/system/extras/simpleperf/ |
H A D | read_elf.cpp | 290 symbol.vaddr = symbol_ref->getValue();
|