Home
last modified time | relevance | path

Searched refs:app (Results 1 – 25 of 76) sorted by relevance

1234

/hardware/google/gfxstream/host/tests/
DHelloTriangle.cpp20 gfxstream::HelloTriangle app; in main() local
21 app.drawLoop(); in main()
/hardware/interfaces/contexthub/1.0/
Dtypes.hal35 uint32_t appVersion; // Version of the app (semantics defined by app)
46 // common nanoapp header that contains the app ID, etc., as this data is
190 uint64_t appId; // Identifier of the app
191 uint32_t version; // Version of the app
192 vec<MemRange> memUsage; // Memory used by this app
193 bool enabled; // true if the app is currently enabled and running,
DIContexthubCallback.hal55 * that a nanp-app has aborted.
58 * @param appId app identifier
DIContexthub.hal76 * this case, the app must also be unloaded upon a factory reset of the
118 * Enables a nanoApp. The app's init method is called.
139 * Disables a nanoApp. The app's deinit method is called.
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_instance.c100 const VkApplicationInfo *app = pCreateInfo->pApplicationInfo; in vk_instance_init() local
103 vk_strdup(&instance->alloc, app->pApplicationName, in vk_instance_init()
105 instance->app_info.app_version = app->applicationVersion; in vk_instance_init()
108 vk_strdup(&instance->alloc, app->pEngineName, in vk_instance_init()
110 instance->app_info.engine_version = app->engineVersion; in vk_instance_init()
112 instance->app_info.api_version = app->apiVersion; in vk_instance_init()
/hardware/nxp/nfc/snxxx/halimpl/utils/
DphNxpEventLogger.cc60 std::ofstream::app); in Initialize()
80 std::ofstream::app); in Initialize()
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dxmlconfig.cpp35 const char *app, int appver,
191 const char *app, int appver, in drirc_init() argument
214 app, appver, in drirc_init()
/hardware/interfaces/vibrator/aidl/default/example_java_client/example/vib/
DMyActivity.java19 import android.app.Activity;
/hardware/google/pixel-sepolicy/flipendo/
Dflipendo.te13 # Allows Flipendo to change app saturation
/hardware/interfaces/contexthub/1.2/
DIContexthubCallback.hal27 * @param msg message that should be delivered to host app
30 * contents of the message being sent from the app.
Dtypes.hal64 * correspond to the permissions required for an equivalent Android app to
/hardware/interfaces/drm/1.2/
DIDrmPlugin.hal39 * OFFLINE. Normally each app is responsible for keeping track of
42 * KeySetIds. If an app loses the KeySetId for any stored licenses
45 * expire or when the app is uninstalled.
48 * licenses. The offline license KeySetId allows an app to query
103 * A key request/response exchange occurs between the app and a License
148 * provided by the drm HAL. The app can choose to override this URL.
156 * A provision request/response exchange occurs between the app and a
179 * sent to, if known by the HAL implementation. An app can choose to
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_metal_objects.adoc20 functionality. When integrating a Vulkan app onto such a platform, it is often useful
21 for the app to be able to interact directly with these Metal objects:
118 To export Metal objects from Vulkan objects, the app must first indicate the
209 === RESOLVED: Should the app be required to indicate its intention to export Metal objects when the…
211 Yes. To improve implementation flexibility and integrity, requiring the app to indicate
/hardware/interfaces/drm/1.0/
Dtypes.hal111 * This event type indicates that the app needs to request a certificate
118 * This event type indicates that the app needs to request keys from a
136 * This event indicates that a session opened by the app has been reclaimed
164 * Enumerate KeyRequestTypes to allow an app to determine the type of a key
228 * app.
DIDrmPlugin.hal56 * A key request/response exchange occurs between the app and a License
93 * provided by the drm HAL. The app may choose to override this
102 * After a key response is received by the app, it is provided to the
172 * A provision request/response exchange occurs between the app and a
195 * After a provision response is received by the app from a provisioning
201 * app from a provisioning server.
230 * stops are queried by the app. The app then delivers the secure stop
253 * response and must also be known by the app.
279 * response and must also be known by the app.
290 * by an app. There are a few forms of property access methods,
[all …]
/hardware/interfaces/contexthub/1.0/default/
DContexthub.cpp301 HubAppInfo app; in handleOsMessage() local
302 app.appId = query_info.app_name.id; in handleOsMessage()
303 app.version = query_info.version; in handleOsMessage()
306 apps.push_back(app); in handleOsMessage()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DAndroid.mk47 LOCAL_MODULE:= hal3-test-app
/hardware/interfaces/drm/1.4/
Dtypes.hal34 * app.
73 * operation, or the key ID parameter provided by the app is incorrect.
/hardware/interfaces/configstore/1.0/
DISurfaceFlingerConfigs.hal28 * overall latency and the lengths of the app --> SF and SF --> display phases)
32 * app --> display latency, and unless significant testing is performed to avoid
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_full_screen_exclusive.adoc50 Other options considered (prior to the app-controlled mode) were:
63 Using an enum with default/allowed/disallowed/app-controlled enables
DVK_EXT_fragment_density_map2.adoc34 implementation limits are not observed by the app.
/hardware/interfaces/power/1.0/
Dtypes.hal21 * Foreground app has started or stopped requesting a VSYNC pulse
22 * from SurfaceFlinger. If the app has started requesting VSYNC
/hardware/google/camera/common/sensor_listener/tests/
Dhow_to_run.txt49 # Test slider rear camera; Please open AOSP camera app manually first and then run the test.
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
Dlogger.cpp111 mFileHandle.open(mFileName, std::ios::app); in OpenGLLogger()
/hardware/qcom/sm7150/gps/utils/
DLogBuffer.cpp120 s.open(filePath, std::fstream::out | std::fstream::app); in dumpToLogFile()

1234