Home
last modified time | relevance | path

Searched refs:Api (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/
DHostStubGenStats.kt33 data class Api( in <lambda>() dataClass
39 private val apis = mutableListOf<Api>() in <lambda>()
49 apis.add(Api(fullClassName, methodName, descriptor)) in <lambda>()
/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h85 void setDriverLoaded(GpuStatsInfo::Api api, bool isDriverLoaded, int64_t driverLoadingTime);
154 void sendGpuStatsLocked(GpuStatsInfo::Api api, bool isDriverLoaded, int64_t driverLoadingTime);
DGpuStatsInfo.h101 enum Api { enum
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp309 sendGpuStatsLocked(GpuStatsInfo::Api::API_GL, true, mGpuStats.glDriverLoadingTime); in hintActivityLaunch()
313 sendGpuStatsLocked(GpuStatsInfo::Api::API_VK, true, mGpuStats.vkDriverLoadingTime); in hintActivityLaunch()
381 void GraphicsEnv::setDriverLoaded(GpuStatsInfo::Api api, bool isDriverLoaded, in setDriverLoaded()
386 if (api == GpuStatsInfo::Api::API_GL) { in setDriverLoaded()
487 void GraphicsEnv::sendGpuStatsLocked(GpuStatsInfo::Api api, bool isDriverLoaded, in sendGpuStatsLocked()
509 if (api == GpuStatsInfo::Api::API_GL) { in sendGpuStatsLocked()
/frameworks/base/libs/hostgraphics/gui/
DIGraphicBufferProducer.h29 Api, enumerator
DSurface.h53 IGraphicBufferProducer::DisconnectMode::Api) {
/frameworks/proto_logging/stats/atoms/sdksandbox/
Dsdksandbox_extension_atoms.proto47 // Api used by Apps via SdkSandboxManager
56 // Api used by SDKs in the sandbox via SdkSandboxController
/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/
DH2BGraphicBufferProducer.h82 DisconnectMode mode = DisconnectMode::Api) override;
/frameworks/base/tests/CtsSurfaceControlTestsStaging/src/main/java/android/view/surfacecontroltests/
DGraphicsActivity.java189 public enum Api { enum in GraphicsActivity
194 Api(String name) { in Api() method in GraphicsActivity.Api
627 for (Api api : Api.values()) { in runTestsWithPreconditions()
/frameworks/native/opengl/libs/EGL/
DLoader.cpp332 android::GraphicsEnv::getInstance().setDriverLoaded(android::GpuStatsInfo::Api::API_GL, in open()
359 android::GraphicsEnv::getInstance().setDriverLoaded(android::GpuStatsInfo::Api::API_GL, in open()
369 android::GraphicsEnv::getInstance().setDriverLoaded(android::GpuStatsInfo::Api::API_GL, true, in open()
/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/
DH2BGraphicBufferProducer.h81 status_t disconnect(int api, DisconnectMode mode = DisconnectMode::Api)
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_xml.go75 Api string `xml:"api,attr"` member
115 Api string `xml:"api,attr"` member
567 if xml_type.Api == "vulkansc" {
813 if typе.Api == "vulkan" {
820 } else if typе.Api == "vulkansc" {
1133 if member.Api != "vulkansc" {
/frameworks/native/libs/gui/include/gui/
DBufferQueueProducer.h148 virtual status_t disconnect(int api, DisconnectMode mode = DisconnectMode::Api);
DIGraphicBufferProducer.h517 Api, enumerator
542 virtual status_t disconnect(int api, DisconnectMode mode = DisconnectMode::Api) = 0;
DSurface.h348 IGraphicBufferProducer::DisconnectMode::Api);
/frameworks/av/media/audio/aconfig/
DREADME.md133 ### Api Changes
134 Currently, the flag infra does not support any type of Api modification (arguments, annotation,
/frameworks/native/libs/gui/bufferqueue/1.0/
DConversion.cpp1444 case BGraphicBufferProducer::DisconnectMode::Api: in toHidlDisconnectMode()
1463 return BGraphicBufferProducer::DisconnectMode::Api; in toGuiDisconnectMode()
1467 return BGraphicBufferProducer::DisconnectMode::Api; in toGuiDisconnectMode()
DH2BGraphicBufferProducer.cpp963 case BGraphicBufferProducer::DisconnectMode::Api: in toHDisconnectMode()
/frameworks/native/vulkan/libvulkan/
Ddriver.cpp290 android::GpuStatsInfo::Api::API_VK, false, systemTime() - openTime); in Open()
304 android::GpuStatsInfo::Api::API_VK, false, systemTime() - openTime); in Open()
316 android::GpuStatsInfo::Api::API_VK, true, systemTime() - openTime); in Open()
/frameworks/proto_logging/stats/atoms/credentials/
Dcredentials_extension_atoms.proto62 * Used to represent the Api Names
78 * Used to represent the Api Status
/frameworks/proto_logging/stats/atoms/cronet/
Dcronet_extension_atoms.proto439 // This field can be set by Api layer or Impl Layer, If this field was set by the Impl layer then
462 // This field can be set by Api layer or Impl Layer, If this field was set by the Impl layer then
/frameworks/native/libs/gui/
DIGraphicBufferProducer.cpp908 int api, DisconnectMode mode = DisconnectMode::Api) override { in disconnect()
/frameworks/proto_logging/stats/
Datoms.proto11965 // Api version of the system Vulkan driver.
11968 // Api version of the system CPU Vulkan driver.
11971 // Api version of the system GLES driver.