Searched defs:update (Results 1 - 4 of 4) sorted by relevance

/system/core/include/mincrypt/
H A Dhash-internal.h17 void (* const update)(struct HASH_CTX*, const void*, int); member in struct:HASH_VTAB
31 #define HASH_update(ctx, data, len) (ctx)->f->update(ctx, data, len)
/system/core/libutils/
H A DCallStack.cpp32 this->update(ignoreDepth+1, maxDepth, CURRENT_THREAD);
94 void CallStack::update(int32_t ignoreDepth, int32_t maxDepth, pid_t tid) { function in class:android::CallStack
H A DProcessCallStack.cpp126 void ProcessCallStack::update(int32_t maxDepth) { function in class:android::ProcessCallStack
133 ALOGE("%s: Failed to update the process's call stacks (errno = %d, '%s')",
178 * Ignore CallStack::update and ProcessCallStack::update for current thread
179 * - Every other thread doesn't need this since we call update off-thread
185 cs.update(ignoreDepth, maxDepth, tid);
/system/core/healthd/
H A DBatteryMonitor.cpp172 bool BatteryMonitor::update(void) { function in class:android::BatteryMonitor

Completed in 2075 milliseconds