Home
last modified time | relevance | path

Searched defs:host (Results 1 – 9 of 9) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DInputHost.h43 InputHostBase(input_host_t* host, input_host_callbacks_t cb) : mHost(host), mCallbacks(cb) {} in InputHostBase()
55 InputReport(input_host_t* host, input_host_callbacks_t cb, input_report_t* r) : in InputReport()
75 InputReportDefinition(input_host_t* host, input_host_callbacks_t cb, in InputReportDefinition()
96 InputDeviceDefinition(input_host_t* host, input_host_callbacks_t cb, in InputDeviceDefinition()
115 InputProperty(input_host_t* host, input_host_callbacks_t cb, input_property_t* p) : in InputProperty()
133 InputPropertyMap(input_host_t* host, input_host_callbacks_t cb, input_property_map_t* m) : in InputPropertyMap()
169 InputHost(input_host_t* host, input_host_callbacks_t cb) : InputHostBase(host, cb) {} in InputHost()
DInputDeviceManager.h39 explicit InputDeviceManager(InputHostInterface* host) : in InputDeviceManager()
DEvdevModule.cpp99 input_host_t* host, input_host_callbacks_t cb) { in input_init()
DInputDevice.cpp95 EvdevDevice::EvdevDevice(InputHostInterface* host, const std::shared_ptr<InputDeviceNode>& node) : in EvdevDevice()
/hardware/google/gfxstream/host/features/
DFeatures.cpp18 namespace host { namespace
/hardware/google/graphics/common/libhwc2.1/libvrr/
DExternalEventHandlerLoader.h27 ExternalEventHandlerLoader(const char* libName, void* interface, void* host, in ExternalEventHandlerLoader()
DVariableRefreshRateController.cpp44 static OperationSpeedMode getOperationSpeedModeWrapper(void* host) { in getOperationSpeedModeWrapper()
50 static BrightnessMode getBrightnessModeWrapper(void* host) { in getBrightnessModeWrapper()
56 static int getBrightnessNitsWrapper(void* host) { in getBrightnessNitsWrapper()
62 static const char* getDisplayFileNodePathWrapper(void* host) { in getDisplayFileNodePathWrapper()
68 static int getEstimateVideoFrameRateWrapper(void* host) { in getEstimateVideoFrameRateWrapper()
74 static int getAmbientLightSensorOutputWrapper(void* host) { in getAmbientLightSensorOutputWrapper()
80 static bool isProximityThrottlingEnabledWrapper(void* host) { in isProximityThrottlingEnabledWrapper()
/hardware/google/gfxstream/
Dmeson.build44 subdir('host') subdir
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp401 GLsync host = (GLsync)0x0; in lookupWithError() local
415 GLsync host = (GLsync)0x0; in removeWithError() local