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

12

/system/core/sh/
H A Dinit.h38 void reset(void);
H A Dmkinit.sh55 RESET["{ "]* ) event=reset;;
181 echo "reset() {"
H A Doptions.c126 shellparam.reset = 1;
170 /* "--" means reset params */
366 shellparam.reset = 1;
389 if (shellparam.reset == 1) {
392 shellparam.reset = 0;
H A Doptions.h40 unsigned char reset; /* if getopts has been reset */ member in struct:shparam
H A Dmain.c142 reset();
H A Deval.c115 * Called to reset things after an exception.
929 shellparam.reset = 1;
/system/netd/
H A DThrottleController.h28 static void reset(const char *iface);
H A DThrottleController.cpp69 reset(ifn);
145 reset(ifn);
149 void ThrottleController::reset(const char *iface) { function in class:ThrottleController
/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/tinyutils/
H A DSharedBuffer.h71 SharedBuffer* reset(size_t size) const;
H A DSharedBuffer.cpp79 SharedBuffer* SharedBuffer::reset(size_t new_size) const function in class:android::SharedBuffer
81 // cheap-o-reset.
/system/extras/libpagemap/include/pagemap/
H A Dpagemap.h121 /* Get the working set of a process (if ws_out != NULL), and reset it
122 * (if reset != 0). */
123 int pm_process_workingset(pm_process_t *proc, pm_memusage_t *ws_out, int reset);
/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 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 DGGLAssembler.h51 void reset();
60 void reset();
180 void reset(int opt_level);
H A DARMAssemblerProxy.cpp49 void ARMAssemblerProxy::reset() { function in class:android::ARMAssemblerProxy
50 mTarget->reset();
H A DARMAssembler.h52 virtual void reset();
H A DARMAssemblerProxy.h42 virtual void reset();
H A DMIPSAssembler.h49 virtual void reset();
249 void reset();
H A DMIPSAssembler.cpp120 void ArmToMipsAssembler::reset() function in class:android::ArmToMipsAssembler
124 mMips->reset();
1274 void MIPSAssembler::reset() function in class:android::MIPSAssembler
H A DARMAssembler.cpp70 void ARMAssembler::reset() function in class:android::ARMAssembler
H A DARMAssemblerInterface.h105 virtual void reset() = 0;
/system/media/audio_utils/
H A Dresampler.c225 rsmp->itfe.reset = resampler_reset;
H A Decho_reference.c164 er->resampler->reset(er->resampler);
/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 261 milliseconds

12