Searched refs:getValue (Results 1 - 5 of 5) sorted by relevance

/system/extras/tests/bionic/libc/common/
H A Dtest_static_cpp_mutex.cpp38 virtual int getValue();
59 int Foo::getValue() function in class:Foo
68 printf( "f.getValue() returned: %d\n", f.getValue() );
/system/extras/tests/bionic/libc/bionic/
H A Dtest_static_init.cpp9 int c = theFoo.getValue();
22 c = theFoo2.getValue();
H A Dlib_static_init.cpp11 int Foo::getValue() function in class:Foo
H A Dlib_static_init.h9 virtual int getValue();
/system/security/keystore/
H A Dkeystore.cpp317 const uint8_t* getValue() const { function in class:Blob
534 memcpy(mMasterKey, masterKeyBlob.getValue(), MASTER_KEY_SIZE_BYTES);
810 Unique_BIO b(BIO_new_mem_buf(const_cast<uint8_t*>(blob->getValue()), blob->getLength()));
948 send_message(sock, keyBlob.getValue(), keyBlob.getLength());
1136 int rc = device->get_keypair_public(device, keyBlob.getValue(), keyBlob.getLength(), &data,
1167 if (device->delete_keypair(device, keyBlob.getValue(), keyBlob.getLength())) {
1209 rc = device->sign_data(device, &params, keyBlob.getValue(), keyBlob.getLength(),
1244 rc = device->verify_data(device, &params, keyBlob.getValue(), keyBlob.getLength(),

Completed in 54 milliseconds