Searched refs:types (Results 451 - 475 of 562) sorted by relevance

<<11121314151617181920>>

/frameworks/base/libs/androidfw/tests/
H A DBackupData_test.cpp24 #include <sys/types.h>
/frameworks/base/libs/hwui/service/
H A DGraphicsStatsService.cpp26 #include <sys/types.h>
/frameworks/base/tools/aapt/
H A DPackage.cpp20 #include <sys/types.h>
/frameworks/base/tools/aapt2/
H A DDebug.cpp127 for (const auto& type : package->types) {
/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator.cpp355 for (auto& type : package->types) {
/frameworks/base/tools/aapt2/link/
H A DTableMerger.cpp149 // Both types are public and have different IDs.
250 for (auto& src_type : src_package->types) {
/frameworks/base/tools/aapt2/proto/
H A DTableProtoSerializer.cpp236 for (auto& type : package->types) {
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp42 #include <sys/types.h>
/frameworks/native/libs/binder/
H A DIMemory.cpp26 #include <sys/types.h>
H A DMemoryDealer.cpp37 #include <sys/types.h>
/frameworks/native/libs/math/include/math/
H A Dmat3.h23 #include <sys/types.h>
/frameworks/native/libs/nativewindow/
H A DAHardwareBuffer.cpp32 #include <android/hardware/graphics/common/1.0/types.h>
/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp101 #include <sys/types.h>
142 // Local types
H A DhwcStress.cpp98 #include <sys/types.h>
/frameworks/native/services/inputflinger/host/
H A DInputDriver.cpp19 #include <sys/types.h>
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DHalDeviceManagerTest.java1610 cicl.types.add(IfaceType.STA);
1615 cicl.types.add(IfaceType.P2P);
1616 cicl.types.add(IfaceType.NAN);
1626 cicl.types.add(IfaceType.AP);
/frameworks/rs/
H A DrsDriverLoader.cpp28 #include <sys/types.h>
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp686 if (activeDesc->mProfile->getSupportedDevices().types() &
732 if ((mAvailableOutputDevices.types() & curProfile->getSupportedDevicesType()) == 0) {
2796 devices.types(), outputDesc->mIoHandle);
2797 setOutputDevice(outputDesc, devices.types(), true, 0, handle);
3510 audio_devices_t outputDeviceTypes = mAvailableOutputDevices.types();
3511 audio_devices_t inputDeviceTypes = mAvailableInputDevices.types() & ~AUDIO_DEVICE_BIT_IN;
4156 } else if (!(desc->supportedDevices() & mAvailableOutputDevices.types())) {
4315 if (!(desc->mProfile->supportDevice(mAvailableInputDevices.types()))) {
4537 ((mAvailableInputDevices.types() & AUDIO_DEVICE_IN_BLUETOOTH_SCO_HEADSET &
4539 ((mAvailableOutputDevices.types()
[all...]
/frameworks/base/core/java/android/content/
H A DContentProviderNative.java284 String[] types = getStreamTypes(url, mimeTypeFilter);
286 reply.writeStringArray(types);
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h33 #include <sys/types.h>
185 * These are standard types that are shared between multiple specific
186 * resource types.
218 // Chunk types in RES_XML_TYPE
230 // Chunk types in RES_TABLE_TYPE
328 // types, as defined below.
851 * A collection of resource data types within a package. Followed by
1380 // Mark any types that use this with a v26 qualifier to prevent runtime issues on older
1477 // resources, 'name' can be one of the following special resource types
1478 // to supply meta-data about the attribute; for all other resource types
1806 type_info types[Res_MAXTYPE + 1]; member in struct:android::ResTable::Theme::package_info
[all...]
/frameworks/rs/script_api/
H A Drs_allocation_create.spec146 create Allocations of scalar and vector numerical types without creating
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java81 * modules for different <em>account types</em>. Authenticators (which may be
324 * but no authenticator specific auth token types.
642 * the account. For example, there are types corresponding to Google and Facebook. The exact
1520 * <p>Some authenticators have auth token <em>types</em>, whose value
1521 * is authenticator-dependent. Some services use different token types to
1610 * <p>Some authenticators have auth token <em>types</em>, whose value
1611 * is authenticator-dependent. Some services use different token types to
1687 * <p>Some authenticators have auth token <em>types</em>, whose value
1688 * is authenticator-dependent. Some services use different token types to
2194 Set<String> types
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java865 native long rsnScriptGroupCreate(long con, long[] kernels, long[] src, long[] dstk, long[] dstf, long[] types); argument
866 synchronized long nScriptGroupCreate(long[] kernels, long[] src, long[] dstk, long[] dstf, long[] types) { argument
868 return rsnScriptGroupCreate(mContext, kernels, src, dstk, dstf, types);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java716 if (!mApnSetting.types[0].equals(PhoneConstants.APN_TYPE_MMS)
719 "isDnsOk: return false apn.types[0]=%s APN_TYPE_MMS=%s isIpAddress(%s)=%s",
720 mApnSetting.types[0], PhoneConstants.APN_TYPE_MMS, mApnSetting.mmsProxy,
769 // doing it this way allows device or carrier to just override the types they
869 for (String type : mApnSetting.types) {
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DRenderScript.java824 native long rsnScriptGroupCreate(long con, long[] kernels, long[] src, long[] dstk, long[] dstf, long[] types); argument
825 synchronized long nScriptGroupCreate(long[] kernels, long[] src, long[] dstk, long[] dstf, long[] types) { argument
827 return rsnScriptGroupCreate(mContext, kernels, src, dstk, dstf, types);

Completed in 588 milliseconds

<<11121314151617181920>>