Home
last modified time | relevance | path

Searched refs:server (Results 1 – 25 of 101) sorted by relevance

12345

/hardware/google/gfxstream/host/magma/
DCMakeLists.txt2 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
DBUILD.bazel2 name = "gfxstream-magma-server",
/hardware/google/gfxstream/host/vulkan/
DCMakeLists.txt4 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/
DCMakeLists.txt23 # 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 …]
DBUILD.bazel135 "//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/
DIBluetoothAudioHost.hal25 * 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
DIBluetoothAudioOffload.hal27 * 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/
DCMakeLists.txt14 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/
Dacquire_xlib_display.adoc8 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/
DplatformQuerySupport_xlib.adoc8 …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/
DplatformQuerySupport_xcb.adoc8 …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.
DplatformCreateSurface_xcb.adoc41 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/
DGRPCVehicleProxyServerUnitTest.cpp179 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/
DWatchdogClient.cpp65 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/
DIAGnss.hal55 * 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/
DICanController.hal22 * 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/
DIAGnss.hal56 * 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.
DIGnssDebug.hal27 * 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/
DREADME.md3 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/
DOWNERS3 file:platform/frameworks/base:/services/core/java/com/android/server/display/OWNERS
/hardware/interfaces/vibrator/
DOWNERS2 include platform/frameworks/base:/services/core/java/com/android/server/vibrator/OWNERS
/hardware/interfaces/biometrics/
DOWNERS3 include platform/frameworks/base:/services/core/java/com/android/server/biometrics/OWNERS
/hardware/interfaces/soundtrigger/
DOWNERS4 include platform/frameworks/base:/services/core/java/com/android/server/soundtrigger_middleware/OWN…
/hardware/google/gfxstream/guest/mesa/src/egl/wayland/wayland-drm/
Dmeson.build38 '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/
DREADME.md92 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

12345