/frameworks/native/cmds/installd/ |
D | MatchExtensionGen.h | 23 int MatchExtension(const char* ext) { in MatchExtension() argument 25 switch (ext[0]) { in MatchExtension() 27 switch (ext[1]) { in MatchExtension() 29 switch (ext[2]) { in MatchExtension() 31 switch (ext[3]) { in MatchExtension() 36 switch (ext[3]) { in MatchExtension() 39 switch (ext[4]) { in MatchExtension() 42 switch (ext[5]) { in MatchExtension() 55 switch (ext[1]) { in MatchExtension() 57 switch (ext[2]) { in MatchExtension() [all …]
|
D | matchgen.py | 34 for ext in exts: 35 print " mkdir /config/sdcardfs/extensions/%s/%s" % (gid, ext)
|
/frameworks/base/libs/androidfw/ |
D | PathUtils.cpp | 67 char* ext; in getPathExtension() local 69 ext = findExtension(str); in getPathExtension() 70 if (ext != nullptr) in getPathExtension() 71 return String8(ext); in getPathExtension() 77 char* ext; in getBasePath() local 80 ext = findExtension(str8); in getBasePath() 81 if (ext == nullptr) in getBasePath() 84 return String8(str, ext - str); in getBasePath()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | ExtensionControllerImplTest.java | 82 Extension ext = mExtensionController.newExtension(OverlayPlugin.class) in testPlugin() local 90 assertEquals(plugin, ext.get()); in testPlugin() 92 ext.destroy(); in testPlugin() 110 Extension ext = mExtensionController.newExtension(Object.class) in testTuner() local 115 ext.destroy(); in testTuner() 123 Extension ext = mExtensionController.newExtension(Object.class) in testUiMode() local 134 assertNull(ext.get()); in testUiMode() 139 assertEquals(o, ext.get()); in testUiMode() 141 ext.destroy(); in testUiMode() 148 Extension ext = mExtensionController.newExtension(Object.class) in testDefault() local [all …]
|
/frameworks/av/services/audioflinger/ |
D | PatchPanel.cpp | 101 AudioHwDevice* hwDevice = findAudioHwDeviceByModule_l(port->ext.device.hw_module); in getAudioPort_l() 103 ALOGW("%s cannot find hw module %d", __func__, port->ext.device.hw_module); in getAudioPort_l() 159 oldPatch.sources[0].ext.device.hw_module != in createAudioPatch_l() 160 patch->sources[0].ext.device.hw_module)) { in createAudioPatch_l() 161 hwModule = oldPatch.sources[0].ext.device.hw_module; in createAudioPatch_l() 165 oldPatch.sinks[0].ext.device.hw_module != in createAudioPatch_l() 166 patch->sinks[0].ext.device.hw_module))) { in createAudioPatch_l() 172 hwModule = oldPatch.sinks[0].ext.device.hw_module; in createAudioPatch_l() 193 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; in createAudioPatch_l() 203 patch->sinks[i].ext.device.hw_module != srcModule)) && in createAudioPatch_l() [all …]
|
D | PatchPanel.h | 116 newPatch.sinks[0].ext.mix.handle == oldPatch.sinks[0].ext.mix.handle) || in patchesHaveSameRoute() 122 newPatch.sources[0].ext.mix.handle == oldPatch.sources[0].ext.mix.handle); in patchesHaveSameRoute()
|
D | MelReporter.cpp | 134 patch.mAudioPatch.num_sinks > 0 ? patch.mAudioPatch.sinks[0].ext.device.type : 0); in onCreateAudioPatch() 141 audio_io_handle_t streamHandle = patch.mAudioPatch.sources[0].ext.mix.handle; in onCreateAudioPatch() 148 patch.mAudioPatch.sinks[i].ext.device.type)) { in onCreateAudioPatch() 151 patch.mAudioPatch.sinks[i].ext.device.type, in onCreateAudioPatch() 152 patch.mAudioPatch.sinks[i].ext.device.address); in onCreateAudioPatch() 155 AudioDeviceTypeAddr adt{patch.mAudioPatch.sinks[i].ext.device.type, in onCreateAudioPatch() 156 patch.mAudioPatch.sinks[i].ext.device.address}; in onCreateAudioPatch()
|
/frameworks/libs/systemui/toruslib/ |
D | settings.gradle | 38 gradle.ext.wallpaperMinSdkVersion = getWallpaperProperty('wallpaperMinSdkVersion', 28) 39 gradle.ext.wallpaperTargetSdkVersion = getWallpaperProperty('wallpaperTargetSdkVersion', 30) 40 gradle.ext.compileSdkVersion = getWallpaperProperty('compileSdkVersion', 30) 41 gradle.ext.buildToolsVersion = getWallpaperProperty('buildToolsVersion', '29.0.3') 42 gradle.ext.kotlinVersion = getWallpaperProperty('kotlinVersion', '1.4.32') 43 gradle.ext.coreKtxVersion = getWallpaperProperty('coreKtxVersion', '1.6.0') 44 gradle.ext.androidXLibVersion_alpha = getWallpaperProperty( 47 gradle.ext.isPixel = false
|
/frameworks/multidex/ |
D | build.gradle | 36 gradle.ext.currentSdk = 28 37 ext.buildToolsVersion = '27.0.3' 38 project.ext.fullSdkPath = fullSdkPath 39 project.ext.androidJar = files("${fullSdkPath}/platforms/android-${gradle.currentSdk}/android.jar") 53 project.ext.distDir = new File(System.env.DIST_DIR).getCanonicalFile() 56 project.ext.distDir = file('../../out/dist') 59 ext.supportRepoOut = new File(buildDir, 'support_repo') 67 from project.ext.supportRepoOut 69 destinationDir project.ext.distDir
|
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/ |
D | Android.bp | 64 name: "hoststubgen-test-tiny-framework-host-ext", 82 name: "hoststubgen-test-tiny-framework-host-ext-stub", 85 ":hoststubgen-test-tiny-framework-host-ext{host_stub.jar}", 94 name: "hoststubgen-test-tiny-framework-host-ext-impl", 97 ":hoststubgen-test-tiny-framework-host-ext{host_impl.jar}", 176 name: "hoststubgen-test-tiny-framework-host-ext-stub-dump", 179 ":hoststubgen-test-tiny-framework-host-ext-stub", 182 "12-hoststubgen-test-tiny-framework-host-ext-stub-dump.txt", 188 name: "hoststubgen-test-tiny-framework-host-ext-impl-dump", 191 ":hoststubgen-test-tiny-framework-host-ext-impl", [all …]
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_advsimd_Blur.S | 291 107: ext v12.16b, v8.16b, v9.16b, #1*2 292 ext v13.16b, v9.16b, v10.16b, #7*2 297 106: ext v12.16b, v8.16b, v9.16b, #2*2 298 ext v13.16b, v9.16b, v10.16b, #6*2 303 105: ext v12.16b, v8.16b, v9.16b, #3*2 304 ext v13.16b, v9.16b, v10.16b, #5*2 315 103: ext v12.16b, v8.16b, v9.16b, #5*2 316 ext v13.16b, v9.16b, v10.16b, #3*2 321 102: ext v12.16b, v8.16b, v9.16b, #6*2 322 ext v13.16b, v9.16b, v10.16b, #2*2 [all …]
|
/frameworks/rs/toolkit/ |
D | Blur_advsimd.S | 291 107: ext v12.16b, v8.16b, v9.16b, #1*2 292 ext v13.16b, v9.16b, v10.16b, #7*2 297 106: ext v12.16b, v8.16b, v9.16b, #2*2 298 ext v13.16b, v9.16b, v10.16b, #6*2 303 105: ext v12.16b, v8.16b, v9.16b, #3*2 304 ext v13.16b, v9.16b, v10.16b, #5*2 315 103: ext v12.16b, v8.16b, v9.16b, #5*2 316 ext v13.16b, v9.16b, v10.16b, #3*2 321 102: ext v12.16b, v8.16b, v9.16b, #6*2 322 ext v13.16b, v9.16b, v10.16b, #2*2 [all …]
|
/frameworks/native/opengl/tools/glgen/src/ |
D | Jsr239CodeEmitter.java | 69 public void setVersion(int version, boolean ext, boolean pack) { in setVersion() argument 71 mJavaInterfaceStream = ext ? mJava10ExtInterfaceStream : in setVersion() 74 mJavaInterfaceStream = ext ? in setVersion()
|
/frameworks/native/vulkan/scripts/ |
D | generator_common.py | 157 def is_extension_internal(ext): argument 165 return ext == 'VK_ANDROID_native_buffer' 177 def base_ext_name(ext): argument 183 return ext[3:] 263 def is_extension_exported(ext): argument 271 return ext in _EXPORTED_EXTENSIONS
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioPatch.cpp | 44 AudioDeviceTypeAddr device(cfg.ext.device.type, cfg.ext.device.address); in dumpPatchEndpoints() 48 dst->appendFormat("Mix Port ID: %d; I/O handle: %d;", cfg.id, cfg.ext.mix.handle); in dumpPatchEndpoints() 113 patch->mPatch.sources[srcIndex].ext.device.type == AUDIO_DEVICE_IN_STUB) { in listAudioPatches() 119 patch->mPatch.sinks[sinkIndex].ext.device.type == AUDIO_DEVICE_OUT_STUB) { in listAudioPatches()
|
/frameworks/av/media/libaudiofoundation/include/media/ |
D | DeviceDescriptorBase.h | 97 port->ext.device.type = mDeviceTypeAddr.mType; in toAudioPortInternal() 98 port->ext.device.encapsulation_modes = mEncapsulationModes; in toAudioPortInternal() 99 port->ext.device.encapsulation_metadata_types = mEncapsulationMetadataTypes; in toAudioPortInternal() 100 (void)audio_utils_strlcpy_zerofill(port->ext.device.address, mDeviceTypeAddr.getAddress()); in toAudioPortInternal()
|
/frameworks/av/media/libaudiohal/impl/ |
D | Hal2AidlMapper.cpp | 111 if (p.ext.getTag() != AudioPortExt::Tag::device) return false; in audioDeviceMatches() 112 return p.ext.get<AudioPortExt::Tag::device>().device == device; in audioDeviceMatches() 116 if (p.ext.getTag() != AudioPortExt::Tag::device) return false; in audioDeviceMatches() 122 return p.ext.get<AudioPortExt::Tag::device>().device == device; in audioDeviceMatches() 151 if (s.ext.getTag() == AudioPortExt::mix) { in createOrUpdatePatch() 158 s.ext.get<AudioPortExt::mix>().handle); in createOrUpdatePatch() 166 s.ext.get<AudioPortExt::mix>().handle, mInstance.c_str()); in createOrUpdatePatch() 186 [](const auto& config) { return config.ext.getTag() == AudioPortExt::device; }); in createOrUpdatePatch() 188 [](const auto& config) { return config.ext.getTag() == AudioPortExt::device; }); in createOrUpdatePatch() 403 requestedPortConfig.ext = AudioPortMixExt{ .handle = ioHandle }; in findOrCreateMixPortConfig() [all …]
|
/frameworks/base/tools/aapt/ |
D | FileFinder.cpp | 87 String8 ext(getPathExtension(path)); in checkAndAddFile() local 88 ext.toLower(); in checkAndAddFile() 93 if (ext == ext2) { in checkAndAddFile()
|
/frameworks/native/opengl/libs/EGL/ |
D | getProcAddress.cpp | 53 [ext] "J"(__builtin_offsetof(gl_hooks_t, \ 54 ext.extensions[0])), \ 75 ext.extensions[_api])) \ 96 ext.extensions[_api])) \ 117 ext.extensions[_api])) \ 139 ext.extensions[_api])) \
|
/frameworks/av/media/libaudioclient/tests/ |
D | audiosystem_tests.cpp | 228 if (port.ext.device.type != AUDIO_DEVICE_IN_FM_TUNER) continue; in TEST_F() 238 << audio_device_to_string(port.ext.device.type) << " failed"; in TEST_F() 288 port.ext.device.type == AUDIO_DEVICE_OUT_SPEAKER) { in TEST_F() 303 << audio_device_to_string(sourcePort.ext.device.type) << " and sink " in TEST_F() 304 << audio_device_to_string(sinkPort.ext.device.type); in TEST_F() 313 << audio_device_to_string(sourcePort.ext.device.type) << " and sink " in TEST_F() 314 << audio_device_to_string(sinkPort.ext.device.type); in TEST_F() 375 if (port.type == AUDIO_PORT_TYPE_DEVICE && audio_is_output_device(port.ext.device.type)) { in TEST_F() 420 if (port.ext.device.type == AUDIO_DEVICE_OUT_SPEAKER) { in TEST_F() 421 const AudioDeviceTypeAddr outputDevice(port.ext.device.type, in TEST_F() [all …]
|
/frameworks/native/libs/binder/tests/ |
D | binderBinderUnitTest.cpp | 48 auto ext = sp<BBinder>::make(); in TEST() local 49 binder->setExtension(ext); in TEST() 50 EXPECT_EQ(ext, binder->getExtension()); in TEST()
|
/frameworks/av/media/libaudiofoundation/ |
D | DeviceDescriptorBase.cpp | 80 dstConfig->ext.device.type = mDeviceTypeAddr.mType; in toAudioPortConfig() 82 (void)audio_utils_strlcpy_zerofill(dstConfig->ext.device.address, mDeviceTypeAddr.getAddress()); in toAudioPortConfig() 209 UNION_SET(parcelable->hal.ext, device, deviceExt); in writeToParcelable() 211 UNION_SET(parcelable->sys.ext, device, deviceSys); in writeToParcelable() 227 UNION_GET(parcelable.hal.ext, device)); in readFromParcelable() 238 UNION_GET(parcelable.sys.ext, device)); in readFromParcelable()
|
/frameworks/av/media/audioaidlconversion/ |
D | AidlConversionEffect.cpp | 413 EffectParamWriter& param, VendorExtension ext) { in aidl2legacy_VendorExtension_EffectParameterWriter() argument 415 RETURN_IF_ERROR(ext.extension.getParcelable(&defaultExt)); in aidl2legacy_VendorExtension_EffectParameterWriter() 444 VendorExtension ext; in legacy2aidl_EffectParameterReader_VendorExtension() local 445 ext.extension.setParcelable(defaultExt); in legacy2aidl_EffectParameterReader_VendorExtension() 446 return ext; in legacy2aidl_EffectParameterReader_VendorExtension() 452 VendorExtension ext = VALUE_OR_RETURN( in aidl2legacy_Parameter_EffectParameterWriter() local 455 return VALUE_OR_RETURN_STATUS(aidl2legacy_VendorExtension_EffectParameterWriter(legacy, ext)); in aidl2legacy_Parameter_EffectParameterWriter() 459 VendorExtension ext = VALUE_OR_RETURN(legacy2aidl_EffectParameterReader_VendorExtension(param)); in legacy2aidl_EffectParameterReader_Parameter() local 460 return UNION_MAKE(Parameter, specific, UNION_MAKE(Parameter::Specific, vendorEffect, ext)); in legacy2aidl_EffectParameterReader_Parameter()
|
/frameworks/base/ravenwood/bivalenttest/ |
D | Android.bp | 39 "androidx.test.ext.junit", 62 "androidx.test.ext.junit",
|
/frameworks/base/core/tests/systemproperties/ |
D | Android.bp | 18 "androidx.test.ext.junit", 36 "androidx.test.ext.junit",
|