Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 42) sorted by relevance

12

/system/chre/platform/shared/pw_trace/include/chre/target_platform/
Dtracing.h39 #define CHRE_TRACE_INSTANT(label, ...) PW_TRACE_INSTANT(label, ##__VA_ARGS__) argument
54 #define CHRE_TRACE_START(label, ...) PW_TRACE_START(label, ##__VA_ARGS__) argument
69 #define CHRE_TRACE_END(label, ...) PW_TRACE_END(label, ##__VA_ARGS__) argument
104 #define CHRE_TRACE_INSTANT_DATA(label, dataFmtString, firstData, ...) \ argument
111 #define CHRE_TRACE_INSTANT_DATA_GROUP(label, group, dataFmtString, firstData, \ argument
120 #define CHRE_TRACE_INSTANT_DATA_TRACE_ID(label, group, trace_id, \ argument
164 #define CHRE_TRACE_START_DATA(label, dataFmtString, firstData, ...) \ argument
171 #define CHRE_TRACE_START_DATA_GROUP(label, group, dataFmtString, firstData, \ argument
180 #define CHRE_TRACE_START_DATA_TRACE_ID(label, group, trace_id, dataFmtString, \ argument
224 #define CHRE_TRACE_END_DATA(label, dataFmtString, firstData, ...) \ argument
[all …]
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dparser_v3.cpp28 bool CowParserV3::Parse(borrowed_fd fd, const CowHeaderV3& header, std::optional<uint64_t> label) { in Parse()
85 std::optional<uint32_t> CowParserV3::FindResumeOp(const uint64_t label) { in FindResumeOp()
Dparser_v2.cpp28 bool CowParserV2::Parse(borrowed_fd fd, const CowHeaderV3& header, std::optional<uint64_t> label) { in Parse()
64 bool CowParserV2::ParseOps(borrowed_fd fd, std::optional<uint64_t> label) { in ParseOps()
Dwriter_v2.cpp196 bool CowWriterV2::Initialize(std::optional<uint64_t> label) { in Initialize()
271 bool CowWriterV2::OpenForAppend(uint64_t label) { in OpenForAppend()
461 bool CowWriterV2::EmitLabel(uint64_t label) { in EmitLabel()
Dcow_reader.cpp122 bool CowReader::Parse(android::base::unique_fd&& fd, std::optional<uint64_t> label) { in Parse()
127 bool CowReader::Parse(android::base::borrowed_fd fd, std::optional<uint64_t> label) { in Parse()
493 bool CowReader::GetLastLabel(uint64_t* label) { in GetLastLabel()
Dwriter_v3.cpp204 bool CowWriterV3::Initialize(std::optional<uint64_t> label) { in Initialize()
259 bool CowWriterV3::OpenForAppend(uint64_t label) { in OpenForAppend()
438 bool CowWriterV3::EmitLabel(uint64_t label) { in EmitLabel()
Dcow_format.cpp155 unique_fd&& fd, std::optional<uint64_t> label) { in CreateCowWriter()
Dwriter_base.cpp146 bool CowWriterBase::AddLabel(uint64_t label) { in AddLabel()
/system/vold/model/
DEmulatedVolume.cpp101 std::string label = volume.getLabel(); in bindMountVolume() local
147 std::string label = getLabel(); in mountFuseBindMounts() local
258 std::string label = getLabel(); in unmountFuseBindMounts() local
357 std::string label = getLabel(); in doMount() local
537 std::string label = getLabel(); in doUnmount() local
DVolumeEncryption.cpp79 bool setup_ext_volume(const std::string& label, const std::string& blk_device, in setup_ext_volume()
/system/keymaster/tests/
Dckdf_test.cpp31 const char* label; member
90 auto label = hex2blob(test.label); in TEST() local
/system/keymaster/include/keymaster/cppcose/
Dcppcose.h252 std::optional<int> getIntValue(Label label) { in getIntValue()
258 std::optional<bytevec> getBstrValue(Label label) { in getBstrValue()
267 bool checkIntValue(Label label, int expectedValue) { in checkIntValue()
272 void add(Label label, int value) { key_->add(label, value); } in add()
273 void add(Label label, bytevec value) { key_->add(label, std::move(value)); } in add()
/system/keymaster/include/keymaster/km_openssl/
Dckdf.h36 inline keymaster_error_t ckdf(const KeymasterKeyBlob& key, const KeymasterBlob& label, in ckdf()
/system/core/toolbox/
Dgetevent.c16 struct label { struct
24 static struct label key_value_labels[] = { argument
99 const char* label; in print_possible_events() local
/system/media/alsa_utils/
Dalsa_logging.c103 void log_pcm_config(const struct pcm_config * config, const char* label) { in log_pcm_config()
/system/teeui/libteeui/example/
Dexample_utils.cpp53 void translate(LabelImpl* label) { in translate()
/system/vold/
Dcryptfs.cpp103 int cryptfs_setup_ext_volume(const char* label, const char* real_blkdev, const KeyBuffer& key, in cryptfs_setup_ext_volume()
/system/core/sdcard/
Dsdcard.cpp166 static void run_sdcardfs(const std::string& source_path, const std::string& label, uid_t uid, in run_sdcardfs()
237 const char *label = NULL; in main() local
/system/extras/cpustats/
Dcpustats.c305 char label[8]; in print_stats() local
322 static void print_cpu_stats(char* label, struct cpu_info* new_cpu, struct cpu_info* old_cpu, in print_cpu_stats()
/system/netd/server/
DNetlinkHandler.cpp204 const char *label = evt->findParam("INTERFACE"); in onEvent() local
251 void NetlinkHandler::notifyInterfaceClassActivityChanged(int label, bool isActive, in notifyInterfaceClassActivityChanged()
/system/vold/binder/android/os/
DIVoldListener.aidl24 long sizeBytes, @utf8InCpp String label, @utf8InCpp String sysPath); in onDiskMetadataChanged()
/system/extras/ext4_utils/include/ext4_utils/
Dext4_sb.h47 const char* label; member
/system/netd/tests/
Dnetd_test.cpp74 static void assertBpfContext(const char* const target, const char* const label) { in assertBpfContext()
DTestUnsolService.cpp83 binder::Status TestUnsolService::onInterfaceClassActivityChanged(bool isActive, int label, in onInterfaceClassActivityChanged()
/system/extras/simpleperf/scripts/
Dgecko_profile_generator.py108 def __init__(self, value, label, color): argument

12