Home
last modified time | relevance | path

Searched defs:Add (Results 1 – 12 of 12) sorted by relevance

/system/logging/logd/
DLogStatistics.h141 iterator Add(const TKey& key, const LogStatisticsElement& element) { in Add() function
151 iterator Add(const TKey& key) { in Add() function
195 void Add(const LogStatisticsElement& element) { size_ += element.total_len; } in Add() function
234 void Add(const LogStatisticsElement& element) { in Add() function
267 void Add(pid_t new_pid) { in Add() function
277 void Add(const LogStatisticsElement& element) { in Add() function
317 void Add(pid_t incomingTid) { in Add() function
327 void Add(const LogStatisticsElement& element) { in Add() function
360 void Add(const LogStatisticsElement& element) { in Add() function
388 void Add(const LogStatisticsElement& element) { in Add() function
DLogStatistics.cpp122 void LogStatistics::Add(LogStatisticsElement element) { in Add() function in LogStatistics
/system/unwinding/libunwindstack/
DMemoryOffline.h51 void Add(MemoryOffline* memory) { memories_.push_back(memory); } in Add() function
DMaps.cpp78 void Maps::Add(uint64_t start, uint64_t end, uint64_t offset, uint64_t flags, in Add() function in unwindstack::Maps
85 void Maps::Add(uint64_t start, uint64_t end, uint64_t offset, uint64_t flags, in Add() function in unwindstack::Maps
/system/keymaster/android_keymaster/
Doperation_table.cpp25 keymaster_error_t OperationTable::Add(OperationPtr&& operation) { in Add() function in keymaster::OperationTable
/system/chre/apps/rpc_world/rpc/
Drpc_world.proto13 rpc Add(stream NumberMessage) returns (NumberMessage) {} rpc
/system/extras/memory_replay/
DPointers.cpp52 void Pointers::Add(uintptr_t key_pointer, void* pointer) { in Add() function in Pointers
/system/chre/apps/rpc_world/src/
Drpc_world_manager.cc42 void RpcWorldService::Add( in Add() function in RpcWorldService
/system/core/mini_keyctl/
Dmini_keyctl.cpp66 int Add(const std::string& type, const std::string& desc, const std::string& data, in Add() function
/system/tools/aidl/
Dast_java.cpp152 void StatementBlock::Add(std::shared_ptr<Statement> statement) { in Add() function in android::aidl::java::StatementBlock
156 void StatementBlock::Add(std::shared_ptr<Expression> expression) { in Add() function in android::aidl::java::StatementBlock
/system/core/libprocessgroup/
Dtask_profiles.h202 void Add(std::unique_ptr<ProfileAction> e) { elements_.push_back(std::move(e)); } in Add() function
/system/core/fs_mgr/libsnapshot/
Dsnapshot_metadata_updater_test.cpp178 TEST_P(SnapshotMetadataUpdaterTest, Add) { in TEST_P() argument