/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
IScsiDxe.inf | 36 # COMPONENT_NAME = gIScsiComponentName
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4Dxe.inf | 37 # COMPONENT_NAME = gIp4ComponentName
|
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
IScsiDxe.inf | 34 # COMPONENT_NAME = gIScsiComponentName
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6Dxe.inf | 38 # COMPONENT_NAME = gIp6ComponentName
|
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/ |
CirrusLogic5430Dxe.inf | 45 # COMPONENT_NAME = gCirrusLogic5430ComponentName
|
/hardware/google/av/media/codecs/amr_nb_wb/ |
C2SoftAmrDec.cpp | 37 constexpr char COMPONENT_NAME[] = "c2.android.amrnb.decoder"; 39 constexpr char COMPONENT_NAME[] = "c2.android.amrwb.decoder"; 398 new C2SoftAmrDec(COMPONENT_NAME, id, 410 COMPONENT_NAME, id, std::make_shared<C2SoftAmrDec::IntfImpl>(mHelper)),
|
C2SoftAmrNbEnc.cpp | 30 constexpr char COMPONENT_NAME[] = "c2.android.amrnb.encoder"; 318 COMPONENT_NAME, id, 330 COMPONENT_NAME, id,
|
C2SoftAmrWbEnc.cpp | 32 constexpr char COMPONENT_NAME[] = "c2.android.amrwb.encoder"; 393 COMPONENT_NAME, id, 405 COMPONENT_NAME, id,
|
/system/tools/hidl/ |
generateVts.cpp | 58 out << "component_name: \""
|
/test/vts/agents/hal/ |
SocketClientToDriver.h | 53 string ReadSpecification(const string& component_name, int target_class,
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/model/ |
CustomizationParamsTest.java | 47 private static final ComponentName COMPONENT_NAME = new ComponentName("org.test", "ATestDPC"); 168 new ProvisioningParams.Builder().setDeviceAdminComponentName(COMPONENT_NAME);
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/ |
PreProvisioningActivityTest.java | 24 import static com.android.managedprovisioning.e2eui.ManagedProfileAdminReceiver.COMPONENT_NAME; 174 EXTRA_PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME, COMPONENT_NAME);
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
SelfManagedCallList.java | 54 private static ComponentName COMPONENT_NAME = new ComponentName( 106 PhoneAccountHandle handle = new PhoneAccountHandle(COMPONENT_NAME, id);
|
/test/vts-testcase/fuzz/iface_fuzzer/ |
ProtoFuzzerMutator.cpp | 116 string iface_name = comp_spec->component_name(); 147 string iface_name = comp_spec->component_name();
|
/hardware/google/av/media/codecs/vpx/ |
C2SoftVpxDec.cpp | 33 constexpr char COMPONENT_NAME[] = "c2.android.vp9.decoder"; 35 constexpr char COMPONENT_NAME[] = "c2.android.vp8.decoder"; 43 COMPONENT_NAME, 525 new C2SoftVpxDec(COMPONENT_NAME, id, 537 COMPONENT_NAME, id,
|
/frameworks/base/core/proto/android/service/ |
print.proto | 23 import "frameworks/base/core/proto/android/content/component_name.proto"; 161 optional android.content.ComponentNameProto component_name = 1; 187 optional android.content.ComponentNameProto component_name = 1;
|
/hardware/google/av/media/codecs/flac/ |
C2SoftFlacDec.cpp | 30 constexpr char COMPONENT_NAME[] = "c2.android.flac.decoder"; 327 new C2SoftFlacDec(COMPONENT_NAME, 340 COMPONENT_NAME, id, std::make_shared<C2SoftFlacDec::IntfImpl>(mHelper)),
|
/frameworks/av/media/libmedia/include/media/ |
DrmMetrics.h | 101 // component_name: "average_time_seconds"
|
/frameworks/base/core/proto/android/content/ |
intent.proto | 23 import "frameworks/base/core/proto/android/content/component_name.proto";
|
/hardware/google/av/media/codecs/mpeg4_h263/ |
C2SoftMpeg4Enc.cpp | 43 constexpr char COMPONENT_NAME[] = "c2.android.mpeg4.encoder"; 45 constexpr char COMPONENT_NAME[] = "c2.android.h263.encoder"; 539 COMPONENT_NAME, id, 551 COMPONENT_NAME, id,
|
C2SoftMpeg4Dec.cpp | 38 constexpr char COMPONENT_NAME[] = "c2.android.mpeg4.decoder"; 40 constexpr char COMPONENT_NAME[] = "c2.android.h263.decoder"; 48 COMPONENT_NAME, 643 new C2SoftMpeg4Dec(COMPONENT_NAME, 656 COMPONENT_NAME, id, std::make_shared<C2SoftMpeg4Dec::IntfImpl>(mHelper)),
|
/test/vts/drivers/hal/common/include/component_loader/ |
HalDriverLoader.h | 44 const string& component_name,
|
/test/vts/drivers/hal/common/utils/ |
InterfaceSpecUtil.cpp | 69 << message.component_name() << "_";
|
/test/vts/compilation_tools/vtsc/code_gen/driver/ |
HalHidlCodeGen.cpp | 169 if (message.component_name() != "types") { 327 if (message.component_name() != "types") { 346 if (message.component_name() != "types") { 358 if (message.component_name() != "types") { 367 if (message.component_name() != "types") { 388 if (message.component_name() != "types") { 432 if (message.component_name() != "types") { 505 if (message.component_name() != "types") { 567 if (message.component_name() != "types") { [all...] |
/hardware/google/av/media/codecs/aac/ |
C2SoftAacEnc.cpp | 99 constexpr char COMPONENT_NAME[] = "c2.android.aac.encoder"; 472 new C2SoftAacEnc(COMPONENT_NAME, 484 COMPONENT_NAME, id, std::make_shared<C2SoftAacEnc::IntfImpl>(mHelper)),
|