Searched defs:host (Results 1 – 9 of 9) sorted by relevance
/hardware/libhardware/modules/input/evdev/ |
D | InputHost.h | 43 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()
|
D | InputDeviceManager.h | 39 explicit InputDeviceManager(InputHostInterface* host) : in InputDeviceManager()
|
D | EvdevModule.cpp | 99 input_host_t* host, input_host_callbacks_t cb) { in input_init()
|
D | InputDevice.cpp | 95 EvdevDevice::EvdevDevice(InputHostInterface* host, const std::shared_ptr<InputDeviceNode>& node) : in EvdevDevice()
|
/hardware/google/gfxstream/host/features/ |
D | Features.cpp | 18 namespace host { namespace
|
/hardware/google/graphics/common/libhwc2.1/libvrr/ |
D | ExternalEventHandlerLoader.h | 27 ExternalEventHandlerLoader(const char* libName, void* interface, void* host, in ExternalEventHandlerLoader()
|
D | VariableRefreshRateController.cpp | 44 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/ |
D | meson.build | 44 subdir('host') subdir
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 401 GLsync host = (GLsync)0x0; in lookupWithError() local 415 GLsync host = (GLsync)0x0; in removeWithError() local
|