Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 719) sorted by relevance

12345678910>>...29

/hardware/interfaces/
Dcurrent.txt19 c84da9f586087227daa3b96d42b4575326bccfd5bc8a2a5acf86d774f8ea2648 android.hardware.audio@2.0::types
20 …6c06e22b9b24ebde136054cc827b63c86d8bf4a136d6f7f54752b8566b android.hardware.audio.common@2.0::types
35 …99f8fc00262b6c03ba41271808b37cea90ac98b534299bbf4ee823af02 android.hardware.audio.effect@2.0::types
38 …b2469278a576967b4751e88de5b8d7e9df6eff6bc0da7bc9 android.hardware.biometrics.fingerprint@2.1::types
41 …fd0dbe463a3cdbcf1d985b38a28b3d93ba2ae5a1d1db4aaef4c38a5781b91 android.hardware.bluetooth@1.0::types
43 cebaa803b8e33807a0d69f46652b650ccb549e8f9b19d6becbbf26690e828b49 android.hardware.boot@1.0::types
48 …838cfed1998b49c39745dec116d2d6edc2c11a4c0399b8f3a1d1655a android.hardware.broadcastradio@1.0::types
49 …3115d6588e259e8319fddf7487adfa1f49ce60f7e80ba74e0783392a4 android.hardware.camera.common@1.0::types
53 …9ce9dde97f1cfb3d7408f6c737f621ac0f7494aeea35ed599bc2352a3 android.hardware.camera.device@1.0::types
57 …2b159cbde7920485807140f6b6064ef4a5de4a40a6c4bc8d2c72f7cd3 android.hardware.camera.device@3.2::types
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_cmd_queue_gen.py478 def get_pnext_member_copy(struct, src_type, member, types, level): argument
479 if not types[src_type].extended_by:
484 for type in types[src_type].extended_by:
496 …get_struct_copy(field_name, "pnext", type.name, "sizeof(%s)" % type.name, types, level), guard_pos…
506 def get_struct_copy(dst, src_name, src_type, size, types, level=0): argument
518 if src_type in types:
519 for member in types[src_type].members:
523 … member_copies += get_pnext_member_copy("tmp_dst%d" % level, src_type, member, types, level)
529 def get_struct_free(command, param, types): argument
534 if (param.type in types):
[all …]
/hardware/interfaces/staging/security/see/hwcrypto/aidl/aidl_api/android.hardware.security.see/current/android/hardware/security/see/hwcrypto/
DKeyPolicy.aidl36 android.hardware.security.see.hwcrypto.types.KeyUse usage;
37 …ndroid.hardware.security.see.hwcrypto.types.KeyLifetime keyLifetime = android.hardware.security.se…
38 android.hardware.security.see.hwcrypto.types.KeyPermissions[] keyPermissions;
40 …android.hardware.security.see.hwcrypto.types.KeyType keyType = android.hardware.security.see.hwcry…
DCryptoOperation.aidl39 android.hardware.security.see.hwcrypto.types.OperationData copyData;
40 android.hardware.security.see.hwcrypto.types.OperationData aadInput;
41 android.hardware.security.see.hwcrypto.types.OperationData dataInput;
42 android.hardware.security.see.hwcrypto.types.OperationData dataOutput;
43 @nullable android.hardware.security.see.hwcrypto.types.Void finish;
44 @nullable android.hardware.security.see.hwcrypto.types.Void destroyContext;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_object_refresh/
Dcapabilities.adoc10 To query the set of object types that require periodic refreshing, call:
15 of refreshable object types.
17 the number of refreshable object types available or queried, as
21 object types.
24 object types supported for the given pname:physicalDevice is returned in
29 types actually written to pname:pRefreshableObjectTypes.
31 refreshable object types supported, at most
32 pname:pRefreshableObjectTypeCount object types will be written, and
34 indicate that not all the available object types were returned.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_external_memory_capabilities.adoc25 determine what types of win32 memory handles an implementation supports for
35 *RESOLVED*: This is because some handle types are based on OS-native objects
38 Not all memory handle types can name memory objects that support 3D images,
40 Some handle types cannot even support the deferred image and memory binding
48 The memory types that do not support the handle types will simply be
50 when a set of handle types was specified at image creation time.
52 3) Should the non-opaque handle types be moved to their own extension?
56 any platform-specific types on its own, and it is easier to maintain the
58 Presumably more handle types could be added by separate extensions though,
DVK_KHR_external_memory_capabilities.adoc28 that allow an application to determine what types of "`external`" memory
45 *PROPOSED RESOLUTION*: This is because some handle types are based on
48 Not all memory handle types can name memory objects that support 3D images,
50 Some handle types cannot even support the deferred image and memory binding
59 The memory types that do not support the handle types will simply be
61 and flink:vkGetBufferMemoryRequirements when a set of handle types was
64 3) Should the non-opaque handle types be moved to their own extension?
68 any platform-specific types on its own, and it is easier to maintain the
70 Presumably more handle types could be added by separate extensions though,
83 5) Should the Windows 7-compatible handle types be named "`KMT`" handles or
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dfine_sync_commands_common.adoc11 <<synchronization-access-types-supported, table of supported access
12 types>>
17 <<synchronization-access-types-supported, table of supported access
18 types>>
27 <<synchronization-access-types-supported, table of supported access
28 types>>
37 <<synchronization-access-types-supported, table of supported access
38 types>>
47 <<synchronization-access-types-supported, table of supported access
48 types>>
[all …]
/hardware/interfaces/staging/security/see/hwcrypto/aidl/android/hardware/security/see/hwcrypto/
DKeyPolicy.aidl18 import android.hardware.security.see.hwcrypto.types.KeyLifetime;
19 import android.hardware.security.see.hwcrypto.types.KeyPermissions;
20 import android.hardware.security.see.hwcrypto.types.KeyType;
21 import android.hardware.security.see.hwcrypto.types.KeyUse;
/hardware/google/gfxstream/scripts/
Dgenerate-apigen-sources.sh6 cp -f codegen/gles1/gles1.types codegen/gles1/gl.types
11 rm codegen/gles1/gl.types
15 cp -f codegen/gles2/gles2.types codegen/gles2/gl2.types
20 rm codegen/gles2/gl2.types
/hardware/interfaces/staging/security/see/hwcrypto/aidl/aidl_api/android.hardware.security.see/current/android/hardware/security/see/hwcrypto/types/
DAesCipherMode.aidl34 package android.hardware.security.see.hwcrypto.types;
36 android.hardware.security.see.hwcrypto.types.CipherModeParameters cbc;
37 android.hardware.security.see.hwcrypto.types.CipherModeParameters ctr;
DSymmetricOperationParameters.aidl34 package android.hardware.security.see.hwcrypto.types;
37 android.hardware.security.see.hwcrypto.types.SymmetricOperation direction;
38 android.hardware.security.see.hwcrypto.types.SymmetricCryptoParameters parameters;
DSymmetricAuthOperationParameters.aidl34 package android.hardware.security.see.hwcrypto.types;
37 android.hardware.security.see.hwcrypto.types.SymmetricOperation direction;
38 android.hardware.security.see.hwcrypto.types.SymmetricAuthCryptoParameters parameters;
DSymmetricCryptoParameters.aidl34 package android.hardware.security.see.hwcrypto.types;
36 android.hardware.security.see.hwcrypto.types.AesCipherMode aes;
DSymmetricAuthCryptoParameters.aidl34 package android.hardware.security.see.hwcrypto.types;
36 android.hardware.security.see.hwcrypto.types.AesGcmMode aes;
DOperationData.aidl34 package android.hardware.security.see.hwcrypto.types;
36 android.hardware.security.see.hwcrypto.types.MemoryBufferReference memoryBufferReference;
/hardware/interfaces/staging/security/see/hwcrypto/aidl/android/hardware/security/see/hwcrypto/types/
DAesCipherMode.aidl16 package android.hardware.security.see.hwcrypto.types;
18 import android.hardware.security.see.hwcrypto.types.CipherModeParameters;
19 import android.hardware.security.see.hwcrypto.types.Void;
DSymmetricAuthOperationParameters.aidl16 package android.hardware.security.see.hwcrypto.types;
19 import android.hardware.security.see.hwcrypto.types.SymmetricAuthCryptoParameters;
20 import android.hardware.security.see.hwcrypto.types.SymmetricOperation;
DSymmetricOperationParameters.aidl16 package android.hardware.security.see.hwcrypto.types;
19 import android.hardware.security.see.hwcrypto.types.SymmetricCryptoParameters;
20 import android.hardware.security.see.hwcrypto.types.SymmetricOperation;
/hardware/google/gfxstream/
D.gitignore34 /qapi/qapi-builtin-types.[ch]
71 /qapi/qapi-types-block-core.[ch]
72 /qapi/qapi-types-block.[ch]
73 /qapi/qapi-types-char.[ch]
74 /qapi/qapi-types-common.[ch]
75 /qapi/qapi-types-crypto.[ch]
76 /qapi/qapi-types-introspect.[ch]
77 /qapi/qapi-types-migration.[ch]
78 /qapi/qapi-types-misc.[ch]
79 /qapi/qapi-types-net.[ch]
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_external_memory/
Dallocate_memory.adoc8 the handle types that may: be exported.
10 [open,refpage='VkExportMemoryAllocateInfoNV',desc='Specify memory handle types that may be exported…
21 handle types that may: be exported.
22 Multiple handle types may: be requested for the same allocation as long
/hardware/google/gfxstream/guest/qemupipe/
DAndroid.bp23 name: "libqemupipe-types.ranchu",
26 export_include_dirs: ["include-types"],
36 header_libs: ["libqemupipe-types.ranchu"],
37 export_header_lib_headers: ["libqemupipe-types.ranchu"],
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/
DREADME5 protocols/common/ - common message types that apply to all protocols
6 protocols/<proto>/<proto>.(cpp|h) - protocol definition (usually just a list of message types)
7 protocols/<proto>/*.(cpp|h) - message definition that covers all message types with the same
/hardware/google/graphics/common/libhwc2.1/libvrr/RefreshRateCalculator/
DRefreshRateCalculatorFactory.cpp47 EventQueue* eventQueue, const std::vector<RefreshRateCalculatorType>& types) { in BuildRefreshRateCalculator() argument
49 for (const auto& type : types) { in BuildRefreshRateCalculator()
84 std::vector<RefreshRateCalculatorType> types{RefreshRateCalculatorType::kVideoPlayback, in BuildRefreshRateCalculator() local
86 return BuildRefreshRateCalculator(eventQueue, types); in BuildRefreshRateCalculator()
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.t1 %% template file for generating types.hal.
27 * alternative to OEM operation and data types.
35 * alternative to OEM operation and data types.
48 * OEM operation and data types.
57 * Fused activation function types.

12345678910>>...29