/hardware/google/gfxstream/host/magma/ |
D | CMakeLists.txt | 2 gfxstream-magma-server 6 ${gfxstream-magma-server-backend-sources}) 8 gfxstream-magma-server 10 ${gfxstream-magma-server-backend-defines}) 12 gfxstream-magma-server 15 ${gfxstream-magma-server-backend-libs}) 17 gfxstream-magma-server
|
D | BUILD.bazel | 2 name = "gfxstream-magma-server",
|
/hardware/google/gfxstream/host/vulkan/ |
D | CMakeLists.txt | 4 add_library(gfxstream-vulkan-server 31 target_link_libraries(gfxstream-vulkan-server PUBLIC 45 target_compile_definitions(gfxstream-vulkan-server PRIVATE -DVK_USE_PLATFORM_WIN32_KHR) 47 target_compile_definitions(gfxstream-vulkan-server PRIVATE -DVK_USE_PLATFORM_METAL_EXT) 49 target_compile_definitions(gfxstream-vulkan-server PRIVATE -DVK_USE_PLATFORM_SCREEN_QNX) 53 target_compile_options(gfxstream-vulkan-server PRIVATE -fvisibility=hidden) 55 target_compile_options(gfxstream-vulkan-server PRIVATE -Wno-unused-value -Wno-return-type -Wno-retu… 57 target_include_directories(gfxstream-vulkan-server
|
/hardware/google/gfxstream/host/ |
D | CMakeLists.txt | 23 # Stream server core 24 set(stream-server-core-sources 51 set(stream-server-core-platform-sources NativeSubWindow_cocoa.mm) 53 set(stream-server-core-platform-sources NativeSubWindow_win32.cpp) 55 set(stream-server-core-platform-sources NativeSubWindow_qnx.cpp) 57 set(stream-server-core-platform-sources NativeSubWindow_x11.cpp) 72 ${stream-server-core-sources} 73 ${stream-server-core-platform-sources} 82 gfxstream-gl-server 83 gfxstream-magma-server [all …]
|
D | BUILD.bazel | 135 "//hardware/google/gfxstream/host/gl:gfxstream-gl-server", 141 "//hardware/google/gfxstream/host/magma:gfxstream-magma-server", 144 "//hardware/google/gfxstream/host/vulkan:gfxstream-vulkan-server",
|
/hardware/interfaces/bluetooth/a2dp/1.0/ |
D | IBluetoothAudioHost.hal | 25 * This interface is from HAL server to HAL client. 27 * The HAL server must call into the IBluetoothAudioHost to initiate 35 * Invoked when the start stream is requested from HAL server 36 * to HAL client. This indicates that the HAL server 45 * Invoked when the suspend stream is requested from HAL server 46 * to HAL client. This indicates that the HAL server 54 * Invoked when the stop stream is requested from HAL server 55 * to HAL client. This indicates that the HAL server wants to
|
D | IBluetoothAudioOffload.hal | 27 * This interface is from HAL client to HAL server. 30 * as codec configuration to the HAL server, when its connected to an 35 * call the endSession to terminate the session with the HAL server. 51 * SUCCESS if HAL server successfully initializes the platform with the 53 * UNSUPPORTED_CODEC_CONFIGURATION if HAL server cannot initialize the 55 * FAILURE if HAL server cannot initialize the platform for any other
|
/hardware/google/gfxstream/host/gl/ |
D | CMakeLists.txt | 14 add_library(gfxstream-gl-server 34 gfxstream-gl-server 48 gfxstream-gl-server 53 target_include_directories(gfxstream-gl-server
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_acquire_xlib_display/ |
D | acquire_xlib_display.adoc | 8 server, call: 13 * pname:dpy A connection to the X11 server that currently owns 21 when the X11 server from which control was acquired itself loses access to 25 If the X11 server associated with pname:dpy does not own pname:display, or 32 One example of when an X11 server loses access to a display is when it loses 41 When acquiring displays from an X11 server, an application may also wish to 50 * pname:dpy A connection to the X11 server from which pname:rrOutput was
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_xlib_surface/ |
D | platformQuerySupport_xlib.adoc | 8 …sentationSupportKHR',desc='Query physical device for presentation to X11 server using Xlib',type='… 11 presentation to an X11 server, using the Xlib client-side library, call: 17 * pname:dpy is a pointer to an Xlib code:Display connection to the server.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_xcb_surface/ |
D | platformQuerySupport_xcb.adoc | 8 …sentationSupportKHR',desc='Query physical device for presentation to X11 server using XCB',type='p… 11 presentation to an X11 server, using the XCB client-side library, call: 18 server.
|
D | platformCreateSurface_xcb.adoc | 41 server. 88 * Avoid holding a server grab on an xcb connection while waiting for 90 xcb connection referring to the same X server instance.
|
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/ |
D | GRPCVehicleProxyServerUnitTest.cpp | 179 GrpcVehicleProxyServer server = GrpcVehicleProxyServer("", std::move(mockHardware)); in TEST() local 193 auto grpcStatus = server.Subscribe(&context, &request, &returnStatus); in TEST() 208 GrpcVehicleProxyServer server = GrpcVehicleProxyServer("", std::move(mockHardware)); in TEST() local 216 auto grpcStatus = server.Subscribe(&context, &request, &returnStatus); in TEST() 226 GrpcVehicleProxyServer server = GrpcVehicleProxyServer("", std::move(mockHardware)); in TEST() local 235 auto grpcStatus = server.Unsubscribe(&context, &request, &returnStatus); in TEST()
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | WatchdogClient.cpp | 65 std::shared_ptr<ICarWatchdog> server = ICarWatchdog::fromBinder(binder); in initialize() local 66 if (server == nullptr) { in initialize() 70 mWatchdogServer = server; in initialize()
|
/hardware/interfaces/gnss/2.0/ |
D | IAGnss.hal | 55 * Sets the hostname and port for the AGNSS server. 58 * @param hostname Hostname of the AGNSS server. 59 * @param port Port number associated with the server. 72 * that there is a network path to the SUPL server. The network handle can also be used
|
/hardware/interfaces/automotive/can/1.0/ |
D | ICanController.hal | 22 * server instances of ICanBus for each one that's up. 111 * exist, HAL server must create it. 170 * Fetches the list of interface types supported by this HAL server. 177 * Bring up the CAN interface and publish ICanBus server instance. 185 * Unpublish ICanBus server instance and bring down the CAN interface. 187 * In case of failure, at least the ICanBus server instance must be
|
/hardware/interfaces/gnss/1.0/ |
D | IAGnss.hal | 56 * Sets the hostname and port for the AGNSS server. 59 * @param hostname Hostname of the AGNSS server. 60 * @param port Port number associated with the server.
|
D | IGnssDebug.hal | 27 * server. 32 * server. 150 * True if a server has provided a predicted orbit and clock model for 156 * start of the server predicted information. For example, a 1 day
|
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/ |
D | README.md | 3 A test GRPC server that implements wakeup_client.proto. This test server acts 5 test server does not communicate with any actual network server. It has the 8 * It starts a GRPC server on 'DGRPC_SERVICE_ADDRESS' compile flag which is 9 localhost:50051. The GRPC server provides the service according to 16 uses DGRPC_SERVICE_ADDRESS to find this GRPC server, so it must have the 21 In real implementation, it should receive task from the remote server. 27 remote server. 32 In real implementation, if the server provides a task timestamp, then this 71 timed out, the wakeup client should also report to remote task server about
|
/hardware/interfaces/light/ |
D | OWNERS | 3 file:platform/frameworks/base:/services/core/java/com/android/server/display/OWNERS
|
/hardware/interfaces/vibrator/ |
D | OWNERS | 2 include platform/frameworks/base:/services/core/java/com/android/server/vibrator/OWNERS
|
/hardware/interfaces/biometrics/ |
D | OWNERS | 3 include platform/frameworks/base:/services/core/java/com/android/server/biometrics/OWNERS
|
/hardware/interfaces/soundtrigger/ |
D | OWNERS | 4 include platform/frameworks/base:/services/core/java/com/android/server/soundtrigger_middleware/OWN…
|
/hardware/google/gfxstream/guest/mesa/src/egl/wayland/wayland-drm/ |
D | meson.build | 38 'wayland-drm-server-protocol.h', 40 output : 'wayland-drm-server-protocol.h', 41 command : [prog_wl_scanner, 'server-header', '@INPUT@', '@OUTPUT@'],
|
/hardware/interfaces/neuralnetworks/utils/ |
D | README.md | 92 server process or if the server process dies before returning a result, HIDL will return from the 97 client launches an asynchronous task and the server fails to return a result through the callback, 106 To protect against the case when the server dies after the asynchronous task was called successfully 108 which can be used to detect when an interface object (and more generally, the server process) has
|