Home
last modified time | relevance | path

Searched refs:internal (Results 1 – 25 of 195) sorted by relevance

12345678

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc9 together the resolution of many Khronos internal issues, along with any
27 requiring that queries be initialized (internal issue 3638).
30 <<shaders-objects-state, Setting State>> section (internal MR 6128).
31 * Consolidate VUs in many files (internal MRs 6136, 6137, 6140, 6154,
35 apiext:VK_KHR_maintenance5 (internal MR 6204).
37 (internal MR 6222).
40 etext:VK_IMAGE_CREATE_SPARSE_*_BIT flags (internal MR 6223).
41 * Combine slink:VkGraphicsPipelineCreateInfo VUs 06575 and 06603 (internal
43 * Markup fixes for apiext:VK_NV_low_latency2 (internal MR 6228).
47 (internal MR 6230).
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Drevisions.adoc18 orthography>> (internal merge request 5991).
20 `VkStructureType` (internal issue 3493).
28 _in_ a command buffer`" (internal issue 3480).
38 "`colour`" in the Vulkan Video extensions (internal issue 3254).
41 Specification, such as the Video `Std*` types (internal issue 2703).
45 on the device`", and re-order part of that table (internal merge request
65 to extension names (internal issue 2831).
70 (internal issue 2040).
75 section based on the Khronos Inclusive Language list (internal issue
78 Words and Preferred Orthography>> section (internal merge request 4794).
[all …]
/hardware/google/aemu/base/include/aemu/base/
DManagedDescriptor.hpp26 namespace internal { namespace
101 using DescriptorType = DescriptorTypeBase<internal::PlatformTraitWin32>;
102 using ManagedDescriptor = ManagedDescriptorBase<internal::PlatformTraitWin32>;
104 using DescriptorType = DescriptorTypeBase<internal::PlatformTraitUnixLike>;
105 using ManagedDescriptor = ManagedDescriptorBase<internal::PlatformTraitUnixLike>;
DManagedDescriptor.h26 namespace internal {
101 using DescriptorType = DescriptorTypeBase<internal::PlatformTraitWin32>;
102 using ManagedDescriptor = ManagedDescriptorBase<internal::PlatformTraitWin32>;
104 using DescriptorType = DescriptorTypeBase<internal::PlatformTraitUnixLike>;
105 using ManagedDescriptor = ManagedDescriptorBase<internal::PlatformTraitUnixLike>;
/hardware/google/aemu/base/include/aemu/base/memory/
DOnDemand.h89 namespace internal {
147 template <class T, class CtorArgsGetter, class State = internal::OnDemandState>
263 using OnDemandT = OnDemand<T, internal::TupleHolder<Args...>>;
276 internal::TupleHolder<Args...>,
277 internal::LazyInstanceState>;
281 internal::LazyInstanceState>;
295 OnDemand<T, internal::TupleCreator<SimpleArgsGetter>> makeOnDemand( in makeOnDemand()
297 return {internal::TupleCreator<SimpleArgsGetter>(std::move(getter))}; in makeOnDemand()
321 return {internal::TupleHolder<Arg0>{std::make_tuple(arg0)}}; in makeOnDemand()
328 return {internal::TupleHolder<Arg0, Arg1, Args...>{ in makeOnDemand()
[all …]
DLazyInstance.h23 namespace internal {
181 alignas(double) mutable internal::LazyInstanceState mState;
199 internal::is_trivially_default_constructible<LazyInstance>::value, in ptrInternal()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DConfig.h30 explicit Config(internal::AudioPolicyConfigXmlConverter& apConverter) in Config()
38 internal::AudioPolicyConfigXmlConverter& mAudioPolicyConverter;
39 internal::EngineConfigXmlConverter mEngConfigConverter{
DConfiguration.h23 namespace aidl::android::hardware::audio::core::internal {
DAidlConversionXsdc.h24 namespace aidl::android::hardware::audio::core::internal {
/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/
DFunction.h177 : private gfxstream::guest::fit::internal::
179 using Base = gfxstream::guest::fit::internal::
183 friend class gfxstream::guest::fit::internal::
187 friend const void* gfxstream::guest::fit::internal::get_target_type_id<>(
191 using NotSelfType = gfxstream::guest::fit::internal::NotSameType<FunctionImpl, U>;
194 using RequiresConditions = gfxstream::guest::fit::internal::RequiresConditions<Conditions...>;
198 gfxstream::guest::fit::internal::AssignmentRequiresConditions<FunctionImpl&, Conditions...>;
350 : private gfxstream::guest::fit::internal::
352 using Base = gfxstream::guest::fit::internal::
356 friend class gfxstream::guest::fit::internal::
[all …]
/hardware/google/aemu/base/include/aemu/base/async/
DSubscriberList.h46 namespace internal {
70 using SubscriptionToken = std::unique_ptr<internal::SubscriptionTokenImpl>;
82 internal::SubscriptionTokenImpl* token;
140 SubscriptionToken token(new internal::SubscriptionTokenImpl( in insertInternal()
/hardware/interfaces/media/omx/1.0/vts/functional/store/
DVtsHalMediaOmxV1_0TargetStoreTest.cpp80 const testing::internal::RE key;
81 const testing::internal::RE value;
95 const std::map<const std::string, const testing::internal::RE>& knownPatterns, in validateAttributes()
108 EXPECT_EQ(testing::internal::RE::FullMatch(attr.value, knownPattern->second), true) in validateAttributes()
116 if (testing::internal::RE::PartialMatch(attr.key, unknownPattern.key)) { in validateAttributes()
118 EXPECT_EQ(testing::internal::RE::FullMatch(attr.value, unknownPattern.value), in validateAttributes()
168 const std::map<const std::string, const testing::internal::RE> knownPatterns = { in TEST_P()
222 const std::map<const std::string, const testing::internal::RE> knownPatterns = { in TEST_P()
257 const testing::internal::RE nodeNamePattern = "[a-zA-Z0-9._-]+"; in TEST_P()
258 const testing::internal::RE nodeOwnerPattern = "[a-zA-Z0-9._-]+"; in TEST_P()
[all …]
/hardware/google/aemu/host-common/
Dlogging_unittest.cpp29 using ::testing::internal::CaptureStderr;
30 using ::testing::internal::CaptureStdout;
31 using ::testing::internal::GetCapturedStderr;
32 using ::testing::internal::GetCapturedStdout;
/hardware/google/aemu/base/include/aemu/base/threads/
DParallelTask.h89 class ParallelTask final : public internal::ParallelTaskBase {
135 namespace internal {
177 auto flyaway = new internal::SelfDeletingParallelTask<ResultType>(
/hardware/google/pixel/pixelstats/
DAndroid.bp35 ":libprotobuf-internal-descriptor-proto",
53 ":libprotobuf-internal-descriptor-proto",
82 ":libprotobuf-internal-protos",
110 ":libprotobuf-internal-protos",
129 ":libprotobuf-internal-protos",
/hardware/interfaces/camera/device/3.7/
DICameraInjectionSession.hal32 * When an external camera is injected to replace the internal camera session, the
35 * configure itself to match the stream configuration of the internal camera.
38 * switch back to internal camera streaming.
50 * The current stream configuration of the internal camera session and
54 * The characteristics of internal camera contains a list of keys so that
/hardware/interfaces/audio/aidl/common/include/
DStreamWorker.h34 namespace internal {
107 friend class internal::ThreadController;
169 internal::ThreadController mThread;
/hardware/google/pixel/vibrator/drv2624/bench/
Dbenchmark.cpp72 static void DefaultConfig(benchmark::internal::Benchmark *b) { in DefaultConfig()
76 static void DefaultArgs(benchmark::internal::Benchmark *b) { in DefaultArgs()
147 static void DefaultArgs(benchmark::internal::Benchmark *b) { in DefaultArgs()
/hardware/google/gfxstream/guest/GLESv2_enc/
DGLESv2Validation.cpp814 #define COMPRESSED_TEX_IMAGE_IS_COMPRESSED_FORMAT_CASE(internal) \ in isCompressedFormat() argument
815 case internal: \ in isCompressedFormat()
867 #define COMPRESSED_TEX_IMAGE_SUPPORT_CASE_ASTC(internal) \ in supportedCompressedFormat() argument
868 case internal: \ in supportedCompressedFormat()
871 #define COMPRESSED_TEX_IMAGE_SUPPORT_CASE_BPTC(internal) \ in supportedCompressedFormat() argument
872 case internal: \ in supportedCompressedFormat()
875 #define COMPRESSED_TEX_IMAGE_SUPPORT_CASE_S3TC(internal) \ in supportedCompressedFormat() argument
876 case internal: \ in supportedCompressedFormat()
879 #define COMPRESSED_TEX_IMAGE_SUPPORT_CASE_S3TC_SRGB(internal) \ in supportedCompressedFormat() argument
880 case internal: \ in supportedCompressedFormat()
[all …]
/hardware/google/aemu/base/include/aemu/base/files/
DFileShareOpenImpl.h21 namespace internal {
/hardware/interfaces/input/classifier/1.0/
DIInputClassifier.hal30 * Called by the framework to reset the HAL internal state. The reset may be called
36 * Called by the framework to reset the HAL internal state for a specific device.
/hardware/interfaces/broadcastradio/common/vts/utils/include/broadcastradio-vts-utils/
Dmock-timeout.h89 tn ::testing::internal::Function<__VA_ARGS__>::Result
94 tn ::testing::internal::Function<__VA_ARGS__>::template Arg<N-1>::type
/hardware/interfaces/camera/provider/2.4/
DICameraProvider.hal38 * "internal", "legacy", "external", "remote" etc. The camera framework
50 * incrementing integer for "internal" device types, with 0 being the main
75 * An unexpected internal error occurred while setting the callbacks
93 * An unexpected internal error occurred while setting the callbacks
104 * Returns the list of internal camera device interfaces known to this
118 * @return cameraDeviceNames The vector of internal camera device
180 * internal error.
/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/
Ddrmutils.cpp27 uint64_t internal; in drm_fourcc_from_handle() member
102 if (table[i].internal == internal_format) in drm_fourcc_from_handle()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_object_refresh/
Dcopies.adoc18 However, an implementation may: store implementation-specific internal
22 internal object data stored in non-SEU-safe memory using
24 implementation to refresh the internal data of specific objects from a
46 If an implementation does not store a supplied object's internal data in

12345678