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

/system/core/libpixelflinger/tinyutils/
H A DSharedBuffer.cpp79 SharedBuffer* SharedBuffer::reset(size_t new_size) const function in class:android::SharedBuffer
81 // 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/netd/
H A DThrottleController.cpp69 reset(ifn);
145 reset(ifn);
149 void ThrottleController::reset(const char *iface) { function in class:ThrottleController
/system/core/sh/
H A Doptions.h40 unsigned char reset; /* if getopts has been reset */ member in struct:shparam
H A Dinit.c298 #define S_RESET 5 /* temporary - to reset a hard ignored sig */
590 #define S_RESET 5 /* temporary - to reset a hard ignored sig */
874 #define S_RESET 5 /* temporary - to reset a hard ignored sig */
984 reset() { function
/system/extras/libpagemap/
H A Dpm_process.c160 pm_memusage_t *ws_out, int reset) {
182 if (reset) {
159 pm_process_workingset(pm_process_t *proc, pm_memusage_t *ws_out, int reset) argument
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp70 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.cpp53 void GGLAssembler::reset(int opt_level) function in class:android::GGLAssembler
55 ARMAssemblerProxy::reset();
56 RegisterAllocator::reset();
67 reset(opt_level);
1026 void RegisterAllocator::reset() function in class:android::RegisterAllocator
1028 mRegs.reset();
1080 void RegisterAllocator::RegisterFile::reset() function in class:android::RegisterAllocator::RegisterFile
H A DMIPSAssembler.cpp120 void ArmToMipsAssembler::reset() function in class:android::ArmToMipsAssembler
124 mMips->reset();
1274 void MIPSAssembler::reset() function in class:android::MIPSAssembler
/system/security/keystore/
H A Dkeystore.cpp540 reset();
553 bool reset() { function in class:KeyStore
1001 static ResponseCode reset(KeyStore* keyStore, int, uid_t, Value*, Value*, Value*) { function
1002 ResponseCode rc = keyStore->reset() ? NO_ERROR : SYSTEM_ERROR;
1345 {reset, CommandCodes[RESET], STATE_ANY, P_RESET, {0, 0, 0}},

Completed in 298 milliseconds