HomeSort by relevance Sort by last modified time
    Searched refs:mModuleName (Results 1 - 19 of 19) sorted by null

  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
TestModule.java 26 private String mModuleName;
32 mModuleName = moduleName;
47 return mModuleName;
TestModuleConfigHandler.java 46 private String mModuleName = null;
54 mModuleName = configFileName.replaceAll(".config$", "");
85 mModuleName = option.getValue();
108 return mModuleName;
  /frameworks/av/services/soundtrigger/
SoundTriggerHalLegacy.cpp 29 : mModuleName(moduleName), mHwDevice(NULL)
38 if (mModuleName == NULL) {
39 mModuleName = "primary";
42 rc = hw_get_module_by_class(SOUND_TRIGGER_HARDWARE_MODULE_ID, mModuleName, &mod);
45 SOUND_TRIGGER_HARDWARE_MODULE_ID, mModuleName, strerror(-rc));
51 SOUND_TRIGGER_HARDWARE_MODULE_ID, mModuleName, strerror(-rc));
SoundTriggerHalLegacy.h 79 const char *mModuleName;
SoundTriggerHalHidl.cpp 360 : mModuleName(moduleName), mNextUniqueId(1)
362 LOG_ALWAYS_FATAL_IF(strcmp(mModuleName, "primary") != 0,
374 if (mModuleName == NULL) {
375 mModuleName = "primary";
SoundTriggerHalHidl.h 193 const char *mModuleName;
  /frameworks/av/services/audioflinger/
AudioHwDevice.h 45 , mModuleName(strdup(moduleName))
48 virtual ~AudioHwDevice() { free((void *)mModuleName); }
59 const char *moduleName() const { return mModuleName; }
81 const char * const mModuleName;
  /tools/tradefederation/core/src/com/android/tradefed/config/
ConfigurationDescriptor.java 71 private String mModuleName = null;
122 mModuleName = name;
127 return mModuleName;
  /test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
VtsRetryFactoryTest.java 34 mExcludeFilters, mAbiName, mModuleName, mTestName, mRetryType);
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DynamicConfigPusher.java 67 private String mModuleName;
92 mModuleName = moduleName;
117 .replace("{module}", mModuleName).replace("{version}", mVersion);
130 File hostFile = mergeConfigFiles(localConfigFile, apfeConfigInJson, mModuleName, device);
134 DynamicConfig.CONFIG_FOLDER_ON_DEVICE, mModuleName);
143 buildHelper.addDynamicConfigFile(mModuleName, hostFile);
164 String lookupName = (mResourceFileName != null) ? mResourceFileName : mModuleName;
181 localConfigFile = buildHelper.getTestFile(String.format("%s.dynamic", mModuleName));
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
RetryFilterHelper.java 49 protected String mModuleName = null;
93 mModuleName = moduleName;
126 mModuleName = obj.mModuleName;
138 mModuleName = null;
210 mModuleName = null;
259 if (mModuleName != null) {
262 mBuild.getTestsDir(), mModuleName);
265 String.format("No modules found matching %s", mModuleName));
269 mModuleName, ArrayUtil.join("\n", modules)))
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
BaseTestSuite.java 72 private String mModuleName = null;
256 if (mModuleName != null) {
260 testsDir, mSuitePrefix, String.format("%s.*.config", mModuleName));
264 String exactModuleName = String.format("%s.config", mModuleName);
275 String.format("No modules found matching %s", mModuleName));
281 mModuleName, ArrayUtil.join("\n", modules)));
  /test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/util/
RetryFilterHelperTest.java 65 assertTrue(helper.mModuleName == null);
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
RetryFactoryTest.java 105 protected String mModuleName = null;
243 mExcludeFilters, mAbiName, mModuleName, mTestName, mRetryType);
  /hardware/interfaces/soundtrigger/2.0/default/
SoundTriggerHalImpl.cpp 250 : mModuleName("primary"), mHwDevice(NULL), mNextModelId(1) {}
256 rc = hw_get_module_by_class(SOUND_TRIGGER_HARDWARE_MODULE_ID, mModuleName, &mod);
259 mModuleName, strerror(-rc));
265 SOUND_TRIGGER_HARDWARE_MODULE_ID, mModuleName, strerror(-rc));
277 ALOGI("onFirstRef() mModuleName %s mHwDevice %p", mModuleName, mHwDevice);
SoundTriggerHalImpl.h 169 const char* mModuleName;
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
CompatibilityTest.java 137 private String mModuleName = null;
    [all...]
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
SubPlanHelper.java 106 private String mModuleName = null;
227 if (mModuleName != null) {
228 addIncludeToSubPlan(subPlan, new TestFilter(mAbiName, mModuleName, mTestName));
  /test/framework/harnesses/cts-tradefed/
tradefed-cts-prebuilt.jar 

Completed in 500 milliseconds