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

/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;
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/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 DARMAssemblerProxy.h42 virtual void reset();
H A DARMAssemblerProxy.cpp49 void ARMAssemblerProxy::reset() { function in class:android::ARMAssemblerProxy
50 mTarget->reset();
H A DGGLAssembler.cpp52 void GGLAssembler::reset(int opt_level) function in class:android::GGLAssembler
54 ARMAssemblerProxy::reset();
55 RegisterAllocator::reset();
66 reset(opt_level);
1005 void RegisterAllocator::reset() function in class:android::RegisterAllocator
1007 mRegs.reset();
1053 void RegisterAllocator::RegisterFile::reset() function in class:android::RegisterAllocator::RegisterFile
H A DGGLAssembler.h50 void reset();
59 void reset();
176 void reset(int opt_level);
H A DARMAssembler.h52 virtual void reset();
H A DARMAssembler.cpp70 void ARMAssembler::reset() function in class:android::ARMAssembler
H A DARMAssemblerInterface.h98 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;
1306 {reset, CommandCodes[RESET], STATE_ANY, P_RESET, {0, 0, 0}},

Completed in 1641 milliseconds