Searched defs:reset (Results 1 - 25 of 30) sorted by relevance

12

/system/netd/libnetdutils/
H A DUniqueFd.cpp25 void UniqueFd::reset(Fd fd) { function in class:android::netdutils::UniqueFd
/system/update_engine/update_manager/
H A Dfake_variable.h42 void reset(const T* p_value) { function in class:chromeos_update_manager::FakeVariable
43 ptr_.reset(p_value);
53 // Returns the pointer set with reset(). The ownership of the object is passed
55 // call to GetValue() without reset() will return null and set the error
/system/chre/util/include/chre/util/
H A Doptional_impl.h45 void Optional<ObjectType>::reset() { function in class:chre::Optional
81 reset();
110 reset();
H A Dunique_ptr_impl.h77 void UniquePtr<ObjectType>::reset(ObjectType *object) { function in class:chre::UniquePtr
/system/core/libmemunreachable/
H A DScopedSignalHandler.h36 ~ScopedSignalHandler() { reset(); }
57 void reset() { function in class:android::ScopedSignalHandler
/system/core/libutils/
H A DStopWatch.cpp34 reset();
73 void StopWatch::reset() function in class:android::StopWatch
H A DSharedBuffer.cpp100 SharedBuffer* SharedBuffer::reset(size_t new_size) const function in class:android::SharedBuffer
102 // cheap-o-reset.
/system/tpm/trunks/
H A Dscoped_key_handle.cc50 void ScopedKeyHandle::reset(TPM_HANDLE new_handle) { function in class:trunks::ScopedKeyHandle
58 void ScopedKeyHandle::reset() { function in class:trunks::ScopedKeyHandle
59 reset(kInvalidHandle);
/system/gatekeeper/include/gatekeeper/
H A DUniquePtr.h59 reset();
78 void reset(T* ptr = NULL) { function in class:gatekeeper::UniquePtr
107 reset();
121 void reset(T* ptr = NULL) { function in class:gatekeeper::UniquePtr
/system/libvintf/test/
H A Dutils-fake.h82 void reset() { function in class:android::vintf::details::MockPartitionMounter
/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/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/
H A DTreeNodeTest.java44 public void reset() { method in class:TreeNodeTest.TestTreeVisitor
113 testVisitor.reset();
118 testVisitor.reset();
/system/core/base/
H A Dtest_utils.cpp129 reset();
147 void CapturedStderr::reset() { function in class:CapturedStderr
/system/core/base/include/android-base/
H A Dunique_fd.h65 ~unique_fd_impl() { reset(); }
69 reset(s.release());
73 void reset(int new_value = -1) { function in class:android::base::final
120 read->reset(pipefd[0]);
121 write->reset(pipefd[1]);
130 left->reset(sockfd[0]);
131 right->reset(sockfd[1]);
/system/keymaster/include/keymaster/
H A DUniquePtr.h73 reset();
80 reset();
101 void reset(T* ptr = nullptr) { function in class:keymaster::UniquePtr
135 reset();
142 reset();
158 void reset(T* ptr = nullptr) { function in class:keymaster::UniquePtr
223 // Does reset work?
227 c.reset(new C);
250 // Does reset work?
254 c.reset(ne
[all...]
/system/media/audio_utils/spdif/
H A DSPDIFEncoder.cpp112 reset();
168 void SPDIFEncoder::reset() function in class:android::SPDIFEncoder
170 ALOGV("SPDIFEncoder: reset()");
190 reset();
/system/security/keystore/
H A Duser_state.cpp182 reset();
200 bool UserState::reset() { function in class:UserState
/system/extras/libpagemap/
H A Dpm_process.c180 pm_memusage_t *ws_out, int reset) {
207 if (reset) {
179 pm_process_workingset(pm_process_t *proc, pm_memusage_t *ws_out, int reset) argument
/system/extras/libperfmgr/
H A DHintManager.cc217 bool reset = false; local
223 reset = nodes[i]["ResetOnInit"].asBool();
225 LOG(VERBOSE) << "Node[" << i << "]'s ResetOnInit: " << reset; local
238 reset, hold_fd));
/system/netd/libbpf/include/bpf/
H A DBpfMap.h107 mMapFd.reset(-1);
109 mMapFd.reset(map_fd);
205 other.reset();
208 void reset(int fd = -1) { function in class:android::bpf::BpfMap
209 mMapFd.reset(fd);
234 reset();
244 reset();
250 reset();
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp63 void ARMAssembler::reset() function in class:android::ARMAssembler
H A DARMAssemblerProxy.cpp49 void ARMAssemblerProxy::reset() { function in class:android::ARMAssemblerProxy
50 mTarget->reset();
H A DGGLAssembler.cpp54 void GGLAssembler::reset(int opt_level) function in class:android::GGLAssembler
56 ARMAssemblerProxy::reset();
57 RegisterAllocator::reset();
68 reset(opt_level);
1029 void RegisterAllocator::reset() function in class:android::RegisterAllocator
1031 mRegs.reset();
1085 void RegisterAllocator::RegisterFile::reset() function in class:android::RegisterAllocator::RegisterFile
H A DMIPS64Assembler.cpp95 void ArmToMips64Assembler::reset() function in class:android::ArmToMips64Assembler
99 mMips->reset();
1316 void MIPS64Assembler::reset() function in class:android::MIPS64Assembler
/system/vold/
H A DVolumeManager.cpp566 int VolumeManager::reset() { function in class:VolumeManager
843 device_fd->reset(open("/dev/fuse", O_RDWR)); // not O_CLOEXEC

Completed in 615 milliseconds

12