Searched refs:reset (Results 1 - 25 of 36) sorted by relevance

12

/system/keymaster/
H A Dserializable.cpp42 dest->reset();
45 dest->reset(new uint8_t[*size]);
59 buffer_.reset(new_buffer);
69 buffer_.reset(new uint8_t[size]);
80 buffer_.reset(new uint8_t[data_len]);
125 buffer_.reset();
136 buffer_.reset();
H A Dkey_blob.cpp75 key_material_.reset(new uint8_t[key_material_length_]);
76 encrypted_key_material_.reset(new uint8_t[key_material_length_]);
144 encrypted_key_material_.reset(tmp_key_ptr.release());
145 key_material_.reset(new uint8_t[key_material_length_]);
H A Dasymmetric_key.cpp70 material->reset(new uint8_t[*size]);
94 material->reset(new uint8_t[key_data_length]);
100 material->reset();
246 rsa_key_.reset(EVP_PKEY_get1_RSA(const_cast<EVP_PKEY*>(pkey)));
450 dsa_key_.reset(EVP_PKEY_get1_DSA(const_cast<EVP_PKEY*>(pkey)));
618 ecdsa_key_.reset(EVP_PKEY_get1_EC_KEY(const_cast<EVP_PKEY*>(pkey)));
/system/core/include/utils/
H A DStopWatch.h41 void reset();
H A DSharedBuffer.h76 SharedBuffer* reset(size_t size) const;
H A DLruCache.h242 mTable.reset(new BasicHashtable<TKey, Entry>(newCapacity));
/system/core/libutils/
H A DStopWatch.cpp41 reset();
80 void StopWatch::reset() function in class:android::StopWatch
H A DSharedBuffer.cpp86 SharedBuffer* SharedBuffer::reset(size_t new_size) const function in class:android::SharedBuffer
88 // cheap-o-reset.
/system/media/audio_utils/include/audio_utils/
H A Dresampler.h64 * reset resampler state
66 void (*reset)(struct resampler_itfe *resampler); member in struct:resampler_itfe
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DSharedBuffer.h80 SharedBuffer* reset(size_t size) const;
H A DSharedBuffer.cpp88 SharedBuffer* SharedBuffer::reset(size_t new_size) const function in class:android::tinyutils::SharedBuffer
90 // cheap-o-reset.
/system/extras/libpagemap/
H A Dpm_process.c176 pm_memusage_t *ws_out, int reset) {
198 if (reset) {
175 pm_process_workingset(pm_process_t *proc, pm_memusage_t *ws_out, int reset) argument
/system/security/softkeymaster/
H A Dkeymaster_openssl.cpp295 group.reset(EC_GROUP_new_by_curve_name(NID_X9_62_prime192v1));
298 group.reset(EC_GROUP_new_by_curve_name(NID_secp224r1));
301 group.reset(EC_GROUP_new_by_curve_name(NID_X9_62_prime256v1));
304 group.reset(EC_GROUP_new_by_curve_name(NID_secp384r1));
307 group.reset(EC_GROUP_new_by_curve_name(NID_secp521r1));
/system/extras/libpagemap/include/pagemap/
H A Dpagemap.h148 /* Get the working set of a process (if ws_out != NULL), and reset it
149 * (if reset != 0). */
150 int pm_process_workingset(pm_process_t *proc, pm_memusage_t *ws_out, int reset);
/system/security/keystore/include/keystore/
H A DIKeystoreService.h88 virtual int32_t reset() = 0;
/system/security/keystore/
H A Dkeystore_cli.cpp201 NO_ARG_INT_RETURN(reset);
H A Dkeystore.cpp177 "reset",
836 reset();
857 bool reset() { function in class:UserState
1025 bool reset(uid_t uid) { function in class:KeyStore
1042 return userState->reset();
1727 int32_t reset() { function in class:android::KeyStoreProxy
1731 ALOGW("permission denied for %d: reset", callingUid);
1735 return mKeyStore->reset(callingUid) ? ::NO_ERROR : ::SYSTEM_ERROR;
2370 return mKeyStore->reset(targetUid) ? ::NO_ERROR : ::SYSTEM_ERROR;
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp53 void GGLAssembler::reset(int opt_level) function in class:android::GGLAssembler
55 ARMAssemblerProxy::reset();
56 RegisterAllocator::reset();
67 reset(opt_level);
1030 void RegisterAllocator::reset() function in class:android::RegisterAllocator
1032 mRegs.reset();
1084 void RegisterAllocator::RegisterFile::reset() function in class:android::RegisterAllocator::RegisterFile
H A DGGLAssembler.h57 void reset();
66 void reset();
186 void reset(int opt_level);
H A DARMAssemblerProxy.cpp49 void ARMAssemblerProxy::reset() { function in class:android::ARMAssemblerProxy
50 mTarget->reset();
H A DARMAssembler.h51 virtual void reset();
H A DARMAssemblerProxy.h42 virtual void reset();
H A DMIPSAssembler.h49 virtual void reset();
249 void reset();
/system/keymaster/include/keymaster/
H A Dserializable.h170 data->reset(new T[*count]);
/system/media/audio_utils/
H A Dresampler.c225 rsmp->itfe.reset = resampler_reset;

Completed in 437 milliseconds

12