/hardware/google/gfxstream/host/tests/ |
D | HelloTriangle.cpp | 20 gfxstream::HelloTriangle app; in main() local 21 app.drawLoop(); in main()
|
/hardware/interfaces/contexthub/1.0/ |
D | types.hal | 35 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,
|
D | IContexthubCallback.hal | 55 * that a nanp-app has aborted. 58 * @param appId app identifier
|
D | IContexthub.hal | 76 * 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/ |
D | vk_instance.c | 100 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/ |
D | phNxpEventLogger.cc | 60 std::ofstream::app); in Initialize() 80 std::ofstream::app); in Initialize()
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | xmlconfig.cpp | 35 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/ |
D | MyActivity.java | 19 import android.app.Activity;
|
/hardware/google/pixel-sepolicy/flipendo/ |
D | flipendo.te | 13 # Allows Flipendo to change app saturation
|
/hardware/interfaces/contexthub/1.2/ |
D | IContexthubCallback.hal | 27 * @param msg message that should be delivered to host app 30 * contents of the message being sent from the app.
|
D | types.hal | 64 * correspond to the permissions required for an equivalent Android app to
|
/hardware/interfaces/drm/1.2/ |
D | IDrmPlugin.hal | 39 * 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/ |
D | VK_EXT_metal_objects.adoc | 20 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/ |
D | types.hal | 111 * 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.
|
D | IDrmPlugin.hal | 56 * 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/ |
D | Contexthub.cpp | 301 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/ |
D | Android.mk | 47 LOCAL_MODULE:= hal3-test-app
|
/hardware/interfaces/drm/1.4/ |
D | types.hal | 34 * app. 73 * operation, or the key ID parameter provided by the app is incorrect.
|
/hardware/interfaces/configstore/1.0/ |
D | ISurfaceFlingerConfigs.hal | 28 * 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/ |
D | VK_EXT_full_screen_exclusive.adoc | 50 Other options considered (prior to the app-controlled mode) were: 63 Using an enum with default/allowed/disallowed/app-controlled enables
|
D | VK_EXT_fragment_density_map2.adoc | 34 implementation limits are not observed by the app.
|
/hardware/interfaces/power/1.0/ |
D | types.hal | 21 * 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/ |
D | how_to_run.txt | 49 # 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/ |
D | logger.cpp | 111 mFileHandle.open(mFileName, std::ios::app); in OpenGLLogger()
|
/hardware/qcom/sm7150/gps/utils/ |
D | LogBuffer.cpp | 120 s.open(filePath, std::fstream::out | std::fstream::app); in dumpToLogFile()
|