Home
last modified time | relevance | path

Searched defs:str_value (Results 1 – 17 of 17) sorted by relevance

/aosp12/system/update_engine/common/
H A Dprefs.cc70 string str_value; in GetInt64() local
83 string str_value; in GetBoolean() local
/aosp12/system/extras/simpleperf/
H A Dcommand.h68 const std::string* str_value; member
/aosp12/art/openjdkjvmti/
H A Dti_search.cc147 std::string str_value; in Update() local
/aosp12/hardware/knowles/athletico/sound_trigger_hal/
H A Dsound_trigger_intf.h148 char str_value[ST_EVENT_CONFIG_MAX_STR_VALUE]; member
/aosp12/hardware/qcom/audio/hal/voice_extn/
H A Dvoice_extn.c461 char str_value[256] = {0}; in voice_extn_set_parameters() local
/aosp12/hardware/st/nfc/1.0/adaptation/
H A Dconfig.cpp49 const char* str_value() const { return m_str_value.c_str(); } in str_value() function in CNfcParam
/aosp12/hardware/st/nfc/st21nfc/adaptation/
H A Dconfig.cpp50 const char* str_value() const { return m_str_value.c_str(); } in str_value() function in CNfcParam
/aosp12/hardware/samsung/nfc/halimpl/src/
H A Dconfig.cpp134 const char* str_value() const { return m_str_value.c_str(); } in str_value() function in CNfcParam
/aosp12/packages/modules/StatsD/statsd/src/
H A DFieldValue.h333 std::string str_value; member
H A Dstatsd_config.proto89 repeated string str_value = 1; field
/aosp12/hardware/nxp/nfc/pn8x/halimpl/utils/
H A DphNxpConfig.cpp115 const char* str_value() const { return m_str_value.c_str(); } in str_value() function in CNfcParam
/aosp12/system/extras/simpleperf/scripts/
H A Dpprof_proto_generator.py359 def get_string_id(self, str_value): argument
/aosp12/hardware/qcom/audio/hal/audio_extn/
H A Dsoundtrigger.c113 char str_value[ST_EVENT_CONFIG_MAX_STR_VALUE]; member
/aosp12/hardware/nxp/nfc/snxxx/halimpl/utils/
H A DphNxpConfig.cc127 const char* str_value() const { return m_str_value.c_str(); } in str_value() function in CNfcParam
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp1705 const auto str_value = ValueCast<String>(value->value.get()); in VerifySharedUserId() local
/aosp12/art/runtime/
H A Dclass_linker_test.cc1229 ObjPtr<mirror::String> str_value = mirror::String::AllocFromModifiedUtf8(soa.Self(), "robot"); in TEST_F() local
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto13849 optional string str_value = 6; field