| /system/chre/platform/shared/pw_trace/include/chre/target_platform/ |
| D | tracing.h | 39 #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/ |
| D | parser_v3.cpp | 28 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()
|
| D | parser_v2.cpp | 28 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()
|
| D | writer_v2.cpp | 196 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()
|
| D | cow_reader.cpp | 122 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()
|
| D | writer_v3.cpp | 204 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()
|
| D | cow_format.cpp | 155 unique_fd&& fd, std::optional<uint64_t> label) { in CreateCowWriter()
|
| D | writer_base.cpp | 146 bool CowWriterBase::AddLabel(uint64_t label) { in AddLabel()
|
| /system/vold/model/ |
| D | EmulatedVolume.cpp | 101 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
|
| D | VolumeEncryption.cpp | 79 bool setup_ext_volume(const std::string& label, const std::string& blk_device, in setup_ext_volume()
|
| /system/keymaster/tests/ |
| D | ckdf_test.cpp | 31 const char* label; member 90 auto label = hex2blob(test.label); in TEST() local
|
| /system/keymaster/include/keymaster/cppcose/ |
| D | cppcose.h | 252 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/ |
| D | ckdf.h | 36 inline keymaster_error_t ckdf(const KeymasterKeyBlob& key, const KeymasterBlob& label, in ckdf()
|
| /system/core/toolbox/ |
| D | getevent.c | 16 struct label { struct 24 static struct label key_value_labels[] = { argument 99 const char* label; in print_possible_events() local
|
| /system/media/alsa_utils/ |
| D | alsa_logging.c | 103 void log_pcm_config(const struct pcm_config * config, const char* label) { in log_pcm_config()
|
| /system/teeui/libteeui/example/ |
| D | example_utils.cpp | 53 void translate(LabelImpl* label) { in translate()
|
| /system/vold/ |
| D | cryptfs.cpp | 103 int cryptfs_setup_ext_volume(const char* label, const char* real_blkdev, const KeyBuffer& key, in cryptfs_setup_ext_volume()
|
| /system/core/sdcard/ |
| D | sdcard.cpp | 166 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/ |
| D | cpustats.c | 305 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/ |
| D | NetlinkHandler.cpp | 204 const char *label = evt->findParam("INTERFACE"); in onEvent() local 251 void NetlinkHandler::notifyInterfaceClassActivityChanged(int label, bool isActive, in notifyInterfaceClassActivityChanged()
|
| /system/vold/binder/android/os/ |
| D | IVoldListener.aidl | 24 long sizeBytes, @utf8InCpp String label, @utf8InCpp String sysPath); in onDiskMetadataChanged()
|
| /system/extras/ext4_utils/include/ext4_utils/ |
| D | ext4_sb.h | 47 const char* label; member
|
| /system/netd/tests/ |
| D | netd_test.cpp | 74 static void assertBpfContext(const char* const target, const char* const label) { in assertBpfContext()
|
| D | TestUnsolService.cpp | 83 binder::Status TestUnsolService::onInterfaceClassActivityChanged(bool isActive, int label, in onInterfaceClassActivityChanged()
|
| /system/extras/simpleperf/scripts/ |
| D | gecko_profile_generator.py | 108 def __init__(self, value, label, color): argument
|