Home
last modified time | relevance | path

Searched defs:component_name (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/external/OpenCSD/decoder/include/common/
H A Dtrc_pkt_decode_base.h120 inline TrcPktDecodeI::TrcPktDecodeI(const char *component_name) : in TrcPktDecodeI()
130 inline TrcPktDecodeI::TrcPktDecodeI(const char *component_name, int instIDNum) : in TrcPktDecodeI()
221 template <class P, class Pc> TrcPktDecodeBase<P, Pc>::TrcPktDecodeBase(const char *component_name) … in TrcPktDecodeBase()
227 template <class P, class Pc> TrcPktDecodeBase<P, Pc>::TrcPktDecodeBase(const char *component_name, … in TrcPktDecodeBase()
H A Dtrc_pkt_proc_base.h99 inline TrcPktProcI::TrcPktProcI(const char *component_name) : in TrcPktProcI()
104 inline TrcPktProcI::TrcPktProcI(const char *component_name, int instIDNum) : in TrcPktProcI()
220 …lass P,class Pt, class Pc> TrcPktProcBase<P, Pt, Pc>::TrcPktProcBase(const char *component_name) : in TrcPktProcBase()
229 …,class Pt, class Pc> TrcPktProcBase<P, Pt, Pc>::TrcPktProcBase(const char *component_name, int ins… in TrcPktProcBase()
/aosp_15_r20/external/freetype/src/tools/
H A Dchktrcmp.py67 component_name = trace_use_pat.sub('', src_line) variable
88 component_name = trace_def_pat_opn.sub('', hdr_line) variable
89 component_name = trace_def_pat_cls.sub('', component_name) variable
/aosp_15_r20/packages/apps/Launcher3/protos/
Dlauncher_atom.proto240 optional string component_name = 2; field
255 optional string component_name = 5; // only populated during snapshot if from workspace field
262 optional string component_name = 2; field
275 optional string component_name = 3; field
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/nfc/
Dnfc_fservice_info.pb.h319 inline const ::android::content::ComponentNameProto& NfcFServiceInfoProto::component_name() const { in component_name() function
324 ::android::content::ComponentNameProto* component_name) { in unsafe_arena_set_allocated_component_name()
371 …cFServiceInfoProto::set_allocated_component_name(::android::content::ComponentNameProto* component… in set_allocated_component_name()
Dapdu_service_info.pb.h973 inline const ::android::content::ComponentNameProto& ApduServiceInfoProto::component_name() const { in component_name() function
978 ::android::content::ComponentNameProto* component_name) { in unsafe_arena_set_allocated_component_name()
1025 …duServiceInfoProto::set_allocated_component_name(::android::content::ComponentNameProto* component… in set_allocated_component_name()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/base/core/proto/android/nfc/
Dnfc_fservice_info.pb.h319 inline const ::android::content::ComponentNameProto& NfcFServiceInfoProto::component_name() const { in component_name() function
324 ::android::content::ComponentNameProto* component_name) { in unsafe_arena_set_allocated_component_name()
371 …cFServiceInfoProto::set_allocated_component_name(::android::content::ComponentNameProto* component… in set_allocated_component_name()
Dapdu_service_info.pb.h973 inline const ::android::content::ComponentNameProto& ApduServiceInfoProto::component_name() const { in component_name() function
978 ::android::content::ComponentNameProto* component_name) { in unsafe_arena_set_allocated_component_name()
1025 …duServiceInfoProto::set_allocated_component_name(::android::content::ComponentNameProto* component… in set_allocated_component_name()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/core/proto/android/nfc/
Dnfc_fservice_info.pb.h340 inline const ::android::content::ComponentNameProto& NfcFServiceInfoProto::component_name() const { in component_name() function
345 ::android::content::ComponentNameProto* component_name) { in unsafe_arena_set_allocated_component_name()
392 …cFServiceInfoProto::set_allocated_component_name(::android::content::ComponentNameProto* component… in set_allocated_component_name()
Dapdu_service_info.pb.h1030 inline const ::android::content::ComponentNameProto& ApduServiceInfoProto::component_name() const { in component_name() function
1035 ::android::content::ComponentNameProto* component_name) { in unsafe_arena_set_allocated_component_name()
1082 …duServiceInfoProto::set_allocated_component_name(::android::content::ComponentNameProto* component… in set_allocated_component_name()
/aosp_15_r20/packages/modules/Virtualization/libs/libservice_vm_requests/src/
Ddice.rs357 component_name: Option<String>, field
403 component_name: OnceCell<String>, field
408 fn component_name(&mut self, component_name: String) -> Result<()> { in component_name() method
417 let component_name = self.component_name.take(); in build() localVariable
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/dice/
H A Dentry.rs261 component_name: Option<String>, field
272 pub fn component_name(&self) -> Option<&str> { in component_name() method
349 pub fn component_name(mut self, name: Option<String>) -> Self { in component_name() method
/aosp_15_r20/packages/modules/Virtualization/libs/dice/open_dice/src/
Dbcc.rs32 pub component_name: Option<&'a CStr>, field
48 let component_name = values.component_name.map_or(ptr::null(), |name| { in bcc_format_config_descriptor() localVariable
/aosp_15_r20/frameworks/base/core/proto/android/service/
H A Dprint.proto162 optional android.content.ComponentNameProto component_name = 1; field
188 optional android.content.ComponentNameProto component_name = 1; field
/aosp_15_r20/frameworks/proto_logging/stats/atoms/sysui/
H A Dsysui_atoms.proto177 optional string component_name = 11; field
390 optional string component_name = 6; field
444 optional string component_name = 6; field
/aosp_15_r20/external/rust/crates/uefi/src/proto/driver/
Dmod.rs3 mod component_name; module
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/driver/
Dmod.rs3 mod component_name; module
/aosp_15_r20/frameworks/base/core/proto/android/nfc/
H A Dnfc_fservice_info.proto29 optional .android.content.ComponentNameProto component_name = 1; field
H A Dapdu_service_info.proto44 optional .android.content.ComponentNameProto component_name = 1; field
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/proto/
H A Dcommunal_hub_state.proto34 string component_name = 2; field
/aosp_15_r20/external/open-dice/include/dice/
H A Dandroid.h43 const char* component_name; member
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/proto/
H A Dtiles.proto28 com.android.systemui.util.ComponentNameProto component_name = 2; field
/aosp_15_r20/external/google-cloud-java/java-maps-addressvalidation/proto-google-maps-addressvalidation-v1/src/main/proto/google/maps/addressvalidation/v1/
H A Daddress.proto104 ComponentName component_name = 1; field
/aosp_15_r20/external/googleapis/google/maps/addressvalidation/v1/
H A Daddress.proto104 ComponentName component_name = 1; field
/aosp_15_r20/external/OpenCSD/decoder/source/
H A Docsd_error_logger.cpp93 … ocsd_hndl_err_log_t ocsdDefaultErrorLogger::RegisterErrorSource(const std::string &component_name) in RegisterErrorSource()

123