Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 25 of 115) sorted by relevance

12345

/hardware/google/graphics/common/libacryl/
Dacrylic_factory.cpp28 Acrylic *Acrylic::createInstance(const char *spec) in createInstance() argument
32 ALOGD_TEST("Creating a new Acrylic instance of '%s'", spec); in createInstance()
33 compositor = createAcrylicCompositorG2D(spec); in createInstance()
35 ALOGI("%s compositor added", spec); in createInstance()
38 ALOGE_IF(!compositor, "Failed to create HW2D compositor of '%s'", spec); in createInstance()
58 Acrylic *AcrylicFactory::createAcrylic(const char *spec) in createAcrylic() argument
60 if (strcmp(spec, "default_compositor") == 0) { in createAcrylic()
61 spec = LIBACRYL_DEFAULT_COMPOSITOR; in createAcrylic()
62 } else if (strcmp(spec, "default_scaler") == 0) { in createAcrylic()
63 spec = LIBACRYL_DEFAULT_SCALER; in createAcrylic()
[all …]
/hardware/ril/librilutils/proto/
Dsap-api.proto128 // SAP 1.1 spec 5.1.1
133 // SAP 1.1 spec 5.1.2
148 // SAP 1.1 spec 5.1.3
154 // SAP 1.1 spec 5.1.4
160 // SAP 1.1 spec 5.1.5
169 // SAP 1.1 spec 5.1.6
179 // SAP 1.1 spec 5.1.7
197 // SAP 1.1 spec 5.1.8
202 // SAP 1.1 spec 5.1.9
218 // SAP 1.1 spec 5.1.10 +5.1.12
[all …]
/hardware/libhardware/modules/camera/3_4/metadata/
Dmetadata_reader.cpp154 if (config.spec.width < 1 || config.spec.height < 1) { in StreamConfigurations()
157 config.spec.width, in StreamConfigurations()
158 config.spec.height); in StreamConfigurations()
195 if (stall.spec.width < 1 || stall.spec.height < 1) { in StreamStallDurations()
198 stall.spec.width, in StreamStallDurations()
199 stall.spec.height); in StreamStallDurations()
Dtypes.h56 StreamSpec spec; member
60 : spec({raw[0], raw[1], raw[2]}), direction(raw[3]) {} in StreamConfiguration()
67 StreamSpec spec; member
71 : spec({static_cast<int32_t>(raw[0]), in StreamStallDuration()
Dmetadata_reader_test.cpp203 EXPECT_EQ(actual[0].spec.format, config1[0]); in TEST_F()
204 EXPECT_EQ(actual[0].spec.width, config1[1]); in TEST_F()
205 EXPECT_EQ(actual[0].spec.height, config1[2]); in TEST_F()
207 EXPECT_EQ(actual[1].spec.format, config2[0]); in TEST_F()
208 EXPECT_EQ(actual[1].spec.width, config2[1]); in TEST_F()
209 EXPECT_EQ(actual[1].spec.height, config2[2]); in TEST_F()
269 EXPECT_EQ(actual[0].spec.format, stall1[0]); in TEST_F()
270 EXPECT_EQ(actual[0].spec.width, stall1[1]); in TEST_F()
271 EXPECT_EQ(actual[0].spec.height, stall1[2]); in TEST_F()
273 EXPECT_EQ(actual[1].spec.format, stall2[0]); in TEST_F()
[all …]
/hardware/interfaces/radio/1.0/
DISap.hal30 * CONNECT_REQ from SAP 1.1 spec 5.1.1
38 * DISCONNECT_REQ from SAP 1.1 spec 5.1.3
45 * TRANSFER_APDU_REQ from SAP 1.1 spec 5.1.6
54 * TRANSFER_ATR_REQ from SAP 1.1 spec 5.1.8
61 * POWER_SIM_OFF_REQ and POWER_SIM_ON_REQ from SAP 1.1 spec 5.1.10 + 5.1.12
69 * RESET_SIM_REQ from SAP 1.1 spec 5.1.14
76 * TRANSFER_CARD_READER_STATUS_REQ from SAP 1.1 spec 5.1.17
83 * SET_TRANSPORT_PROTOCOL_REQ from SAP 1.1 spec 5.1.20
DISapCallback.hal21 * CONNECT_RESP from SAP 1.1 spec 5.1.2
31 * DISCONNECT_RESP from SAP 1.1 spec 5.1.4
38 * DISCONNECT_IND from SAP 1.1 spec 5.1.5
46 * TRANSFER_APDU_RESP from SAP 1.1 spec 5.1.7
64 * TRANSFER_ATR_RESP from SAP 1.1 spec 5.1.9
80 * POWER_SIM_OFF_RESP and POWER_SIM_ON_RESP from SAP 1.1 spec 5.1.11 + 5.1.13
95 * RESET_SIM_RESP from SAP 1.1 spec 5.1.15
109 * STATUS_IND from SAP 1.1 spec 5.1.16
117 * TRANSFER_CARD_READER_STATUS_REQ from SAP 1.1 spec 5.1.18
133 * ERROR_RESP from SAP 1.1 spec 5.1.19
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/antora/
Dsetup_vulkan19 makeSpec QUIET=@ -clean -spec all \
41 -pageHeaders antora/pageHeaders-spec.adoc \
45 ./config/copyright-spec.adoc \
DMakefile31 ./makeSpec QUIET=@ -clean -spec all -genpath gen generated jsapi html
42 -pageHeaders antora/pageHeaders-spec.adoc \
46 ./config/copyright-spec.adoc \
DpageHeaders-spec.adoc4 // Boilerplate to include in spec pages.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
DREADME.adoc9 The macros in `spec-macros.rb` and `spec-macros/extension.rb` are described
52 * `spec-macros.rb` - custom asciidoctor macros used in spec markup
55 * `vu-to-json.rb` - extract valid usage statements to JSON as part of a dummy spec build
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DmakeSpec95 if results.spec == 'core':
98 elif results.spec == 'khr':
101 elif results.spec == 'ratified':
104 elif results.spec == 'all':
DBUILD.adoc47 $ ./makeSpec -spec core html
53 $ ./makeSpec -spec all all
55 to build the spec targets `html`, `pdf`, `styleguide`, `registry`,
72 that script, so you have the latest version of the spec toolchain.
88 that is needed for spec bugfixes not involving extensions.
92 it needing to be built with all extensions enabled (`-spec all`).
110 <<building-diff,Diff spec>>::
114 Must be built with all extensions enabled (using `makeSpec -spec all`).
154 To build the html spec for Vulkan SC API:
200 * -spec *type* - build with specified sets of extensions.
[all …]
DtestBuild24 ./makeSpec -spec $options -genpath build_tests/gen-$build -test html
42 ./makeSpec -spec all -genpath build_tests/gen-validusage -test validusage
DmakeKHR13 ./makeSpec -clean -spec khr $*
DmakeAllExts10 ./makeSpec -clean -spec all $*
DmakeExt16 ./makeSpec -clean -spec core -extension $extension $*
DChangeLogSC.adoc15 Change log for September 27, 2023 Vulkan SC 1.0.13 spec update:
44 spec tables/VUs/etc. from them (!348)
56 Change log for January 20, 2023 Vulkan SC 1.0.12 spec update:
88 Change log for September 9, 2022 Vulkan SC 1.0.11 spec update:
128 Change log for May 20, 2022 Vulkan SC 1.0.10 spec update:
/hardware/interfaces/nfc/1.1/
Dtypes.hal68 /** Default off-host route. 0x00 if there aren't any. Refer to NCI spec. */
73 * NCI spec.
77 /** Default system code route. 0x00 if there aren't any. Refer NCI spec */
80 /** Default power state for system code route. 0x00 if there aren't any. Refer NCI spec */
86 * Device Host(0x00) is the default. Refer to NCI spec.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/antora/modules/proposals/pages/
Dindex.adoc11 This is modules/proposals/pages/index.adoc in the Vulkan 'spec' antora tree.
14 This is a crosslink to the xref:spec::index.adoc[Vulkan Specification] main
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/sc_static/
Dpromoted_extensions_VK_VERSION_1_1.adoc6 // from the Vulkan repository spec build.
7 // The Vulkan SC spec build will not generate that file since none of the
Dpromoted_extensions_VK_VERSION_1_2.adoc6 // from the Vulkan repository spec build.
7 // The Vulkan SC spec build will not generate that file since none of the
/hardware/google/graphics/gs101/libcap/
Dacrylic_capability.h122 inline Acrylic *createAcrylicCompositorG2D(const char *spec) in createAcrylicCompositorG2D() argument
126 if (strcmp(spec, "fimg2d_gs101") == 0) { in createAcrylicCompositorG2D()
/hardware/google/graphics/gs201/libcap/
Dacrylic_capability.h132 inline Acrylic *createAcrylicCompositorG2D(const char *spec) in createAcrylicCompositorG2D() argument
136 if (strcmp(spec, "fimg2d_gs201") == 0) { in createAcrylicCompositorG2D()
/hardware/google/graphics/zuma/libcap/
Dacrylic_capability.h132 inline Acrylic *createAcrylicCompositorG2D(const char *spec) in createAcrylicCompositorG2D() argument
136 if (strcmp(spec, "fimg2d_zuma") == 0) { in createAcrylicCompositorG2D()

12345