/hardware/google/graphics/common/libacryl/ |
D | acrylic_factory.cpp | 28 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/ |
D | sap-api.proto | 128 // 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/ |
D | metadata_reader.cpp | 154 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()
|
D | types.h | 56 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()
|
D | metadata_reader_test.cpp | 203 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/ |
D | ISap.hal | 30 * 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
|
D | ISapCallback.hal | 21 * 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/ |
D | setup_vulkan | 19 makeSpec QUIET=@ -clean -spec all \ 41 -pageHeaders antora/pageHeaders-spec.adoc \ 45 ./config/copyright-spec.adoc \
|
D | Makefile | 31 ./makeSpec QUIET=@ -clean -spec all -genpath gen generated jsapi html 42 -pageHeaders antora/pageHeaders-spec.adoc \ 46 ./config/copyright-spec.adoc \
|
D | pageHeaders-spec.adoc | 4 // Boilerplate to include in spec pages.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | README.adoc | 9 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/ |
D | makeSpec | 95 if results.spec == 'core': 98 elif results.spec == 'khr': 101 elif results.spec == 'ratified': 104 elif results.spec == 'all':
|
D | BUILD.adoc | 47 $ ./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 …]
|
D | testBuild | 24 ./makeSpec -spec $options -genpath build_tests/gen-$build -test html 42 ./makeSpec -spec all -genpath build_tests/gen-validusage -test validusage
|
D | makeKHR | 13 ./makeSpec -clean -spec khr $*
|
D | makeAllExts | 10 ./makeSpec -clean -spec all $*
|
D | makeExt | 16 ./makeSpec -clean -spec core -extension $extension $*
|
D | ChangeLogSC.adoc | 15 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/ |
D | types.hal | 68 /** 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/ |
D | index.adoc | 11 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/ |
D | promoted_extensions_VK_VERSION_1_1.adoc | 6 // from the Vulkan repository spec build. 7 // The Vulkan SC spec build will not generate that file since none of the
|
D | promoted_extensions_VK_VERSION_1_2.adoc | 6 // 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/ |
D | acrylic_capability.h | 122 inline Acrylic *createAcrylicCompositorG2D(const char *spec) in createAcrylicCompositorG2D() argument 126 if (strcmp(spec, "fimg2d_gs101") == 0) { in createAcrylicCompositorG2D()
|
/hardware/google/graphics/gs201/libcap/ |
D | acrylic_capability.h | 132 inline Acrylic *createAcrylicCompositorG2D(const char *spec) in createAcrylicCompositorG2D() argument 136 if (strcmp(spec, "fimg2d_gs201") == 0) { in createAcrylicCompositorG2D()
|
/hardware/google/graphics/zuma/libcap/ |
D | acrylic_capability.h | 132 inline Acrylic *createAcrylicCompositorG2D(const char *spec) in createAcrylicCompositorG2D() argument 136 if (strcmp(spec, "fimg2d_zuma") == 0) { in createAcrylicCompositorG2D()
|