HomeSort by relevance Sort by last modified time
    Searched refs:Api (Results 1 - 25 of 186) sorted by null

1 2 3 4 5 6 7 8

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Api.java 20 * This class will be used for API-related definitions; for now, just the api "level"
27 public class Api {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
icodecapi.h 68 const GUID *Api) = 0;
71 const GUID *Api) = 0;
74 const GUID *Api,
80 const GUID *Api,
85 const GUID *Api,
89 const GUID *Api,
93 const GUID *Api,
97 const GUID *Api,
101 const GUID *Api) = 0;
107 const GUID *Api,
    [all...]
  /frameworks/base/libs/hwui/
DeferredLayerUpdater.cpp 29 Layer::Api layerApi)
53 if (mSurfaceTexture.get() && mLayerApi == Layer::Api::OpenGL && mGLContextAttached) {
85 if (mLayer->getApi() == Layer::Api::Vulkan) {
91 LOG_ALWAYS_FATAL_IF(mLayer->getApi() != Layer::Api::OpenGL,
93 mLayer->getApi(), Layer::Api::OpenGL, Layer::Api::Vulkan);
114 LOG_ALWAYS_FATAL_IF(mLayer->getApi() != Layer::Api::OpenGL,
116 Layer::Api::OpenGL, Layer::Api::Vulkan);
153 LOG_ALWAYS_FATAL_IF(mLayer->getApi() != Layer::Api::Vulkan
    [all...]
Layer.h 43 enum class Api {
48 Api getApi() const { return mApi; }
98 Layer(RenderState& renderState, Api api, sk_sp<SkColorFilter>, int alpha,
106 Api mApi;
DeferredLayerUpdater.h 49 Layer::Api layerApi);
104 Layer::Api getBackingLayerApi() { return mLayerApi; }
122 Layer::Api mLayerApi;
VkLayer.h 32 : Layer(renderState, Api::Vulkan, colorFilter, alpha, mode)
GlLayer.cpp 36 : Layer(renderState, Api::OpenGL, colorFilter, alpha, mode)
Layer.cpp 26 Layer::Layer(RenderState& renderState, Api api, sk_sp<SkColorFilter> colorFilter, int alpha,
30 , mApi(api)
  /external/protobuf/src/google/protobuf/
api.pb.h 2 // source: google/protobuf/api.proto
42 class Api;
48 class LIBPROTOBUF_EXPORT Api : public ::google::protobuf::Message {
50 Api();
51 virtual ~Api();
53 Api(const Api& from);
55 inline Api& operator=(const Api& from) {
61 static const Api& default_instance()
    [all...]
api.pb.cc 2 // source: google/protobuf/api.proto
5 #include <google/protobuf/api.pb.h>
42 "google/protobuf/api.proto");
46 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Api, name_),
47 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Api, methods_),
48 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Api, options_),
49 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Api, version_),
50 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Api, source_context_),
51 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Api, mixins_),
52 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Api, syntax_)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
api.pb.h 2 // source: google/protobuf/api.proto
42 class Api;
48 class LIBPROTOBUF_EXPORT Api : public ::google::protobuf::Message {
50 Api();
51 virtual ~Api();
53 Api(const Api& from);
55 inline Api& operator=(const Api& from) {
61 static const Api& default_instance()
    [all...]
  /tools/metalava/src/main/java/com/android/tools/metalava/apilevels/
Api.java 23 * Represents the whole Android API.
25 public class Api extends ApiElement {
28 public Api() {
29 // Pretend that API started from version 0 to make sure that classes existed in the first version
31 super("Android API");
35 * Prints the whole API definition to a stream.
40 stream.println("<api version=\"2\">");
42 printClosingTag("api", "", stream);
49 * @param version an API version in which the class existed
50 * @param deprecated whether the class was deprecated in the API versio
    [all...]
AndroidJarReader.java 64 public Api getApi() throws IOException {
65 Api api = new Api(); local
69 readJar(api, apiLevel, jar);
74 processCodebase(api, apiLevel);
91 processCodebase(api, apiLevel);
95 readJar(api, apiLevel, jar);
99 api.removeImplicitInterfaces();
100 api.removeOverridingMethods()
    [all...]
AddApisFromCodebase.kt 25 /** Visits the API codebase and inserts into the [Api] the classes, methods and fields */
26 fun addApisFromCodebase(api: Api, apiLevel: Int, codebase: Codebase) {
40 val newClass = api.addClass(cls.internalName(), apiLevel, cls.deprecated)
ApiGenerator.java 30 * Main class for command line command to convert the existing API XML/TXT files into diff-based
87 } else if (arg.equals("--min-api")) {
155 Api api = reader.getApi(); local
156 return createApiFile(new File(outPath), api);
163 Api api = reader.getApi(); local
164 return createApiFile(outputFile, api);
168 System.err.println("\nGenerates a single API file from the content of an SDK.");
170 System.err.println("\tApiCheck [--min-api=1] OutFile [SdkFolder | --pattern sdk/%/public/android.jar]+")
    [all...]
  /frameworks/base/libs/hwui/tests/unit/
DeferredLayerUpdaterTests.cpp 34 if (layerUpdater->backingLayer()->getApi() == Layer::Api::OpenGL) {
48 if (layerUpdater->backingLayer()->getApi() == Layer::Api::OpenGL) {
54 if (layerUpdater->backingLayer()->getApi() == Layer::Api::OpenGL) {
  /frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
buffer_transport_benchmark.cpp 221 const DvrApi_v1& Api() { return api_; }
256 int ret = dvr_.Api().PerformanceSetSchedulerPolicy(0, "graphics");
282 dvr_.Api().ReadBufferQueueHandleEvents(
308 dvr_.Api().ReadBufferQueueGetEventFd(new_queue->GetReadQueue());
325 ret = dvr_.Api().WriteBufferQueueCreate(
333 ret = dvr_.Api().WriteBufferQueueCreateReadQueue(write_queue_,
340 ret = dvr_.Api().ReadBufferQueueSetBufferAvailableCallback(
348 dvr_.Api().WriteBufferQueueGetANativeWindow(write_queue_, &surface_);
378 ret = dvr_.Api().ReadBufferQueueAcquireBuffer(
388 ret = dvr_.Api().ReadBufferQueueReleaseBuffer(read_queue_, buffer
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
ParseBenchmark.java 45 @Param Api api; field in class:ParseBenchmark
53 private enum Api {
82 private Api(String extension) {
94 text = resourceToString("/" + document.name() + "." + api.extension);
95 parser = api.newParser();
  /frameworks/base/libs/hwui/pipeline/skia/
LayerDrawable.cpp 49 if (layer->getApi() == Layer::Api::OpenGL) {
64 SkASSERT(layer->getApi() == Layer::Api::Vulkan);
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Api.cs 2 // source: google/protobuf/api.proto
12 /// <summary>Holder for reflection information generated from google/protobuf/api.proto</summary>
17 /// <summary>File descriptor for google/protobuf/api.proto</summary>
45 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Api), global::Google.Protobuf.WellKnownTypes.Api.Parser, new[]{ "Name", "Methods", "Options", "Version", "SourceContext", "Mixins", "Syntax" }, null, null, null),
55 /// Api is a light-weight descriptor for a protocol buffer service.
58 public sealed partial class Api : pb::IMessage<Api> {
59 private static readonly pb::MessageParser<Api> _parser = new pb::MessageParser<Api>(() => new Api())
    [all...]
  /prebuilts/tools/common/api-generator/
api-generator-26.0.0.jar 
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
StmResourceDescriptor.h 175 UINT16 Api:1;
  /external/webrtc/webrtc/modules/audio_processing/vad/
standalone_vad_unittest.cc 22 TEST(StandaloneVadTest, Api) {
  /frameworks/native/libs/gui/include/gui/
BufferQueueProducer.h 127 // connect attempts to connect a producer API to the BufferQueue. This
137 int api, bool producerControlledByApp, QueueBufferOutput* output);
140 virtual status_t disconnect(int api, DisconnectMode mode = DisconnectMode::Api);
IGraphicBufferProducer.h 440 // connect attempts to connect a client API to the IGraphicBufferProducer.
453 // The api should be one of the NATIVE_WINDOW_API_* values in <window.h>
469 // * api was out of range (see above).
479 int api, bool producerControlledByApp, QueueBufferOutput* output) = 0;
482 // Disconnect only the specified API.
483 Api,
484 // Disconnect any API originally connected from the process calling disconnect.
488 // disconnect attempts to disconnect a client API from the
494 // The api should be one of the NATIVE_WINDOW_API_* values in <window.h>
496 // Alternatively if mode is AllLocal, then the API value is ignored, and any AP
    [all...]

Completed in 480 milliseconds

1 2 3 4 5 6 7 8