/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.cpp | 1836 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); in HWTEST_F() local 2016 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); in HWTEST_F() local [all...] |
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/ |
H A D | neural_network_core_test.cpp | 157 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); in Creator4() local 555 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 1529 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 1556 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 1583 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 1612 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 1628 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 1656 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 1672 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 1701 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 1717 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 1752 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 1790 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 1826 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 1895 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 1923 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 1959 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 1994 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 2032 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 2057 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 2082 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 2107 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 2151 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 2179 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 2207 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 2235 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 2263 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 2291 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 2357 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local [all...] |
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/ |
H A D | wfd_source_scene.cpp | 74 void WfdSourceScene::WfdP2pCallback::OnP2pThisDeviceChanged(const Wifi::WifiP2pDevice &device) in OnP2pThisDeviceChanged() argument 105 void WfdSourceScene::WfdP2pCallback::OnP2pPeersChanged(const std::vector<Wifi::WifiP2pDevice> &device) in OnP2pPeersChanged() argument
|
H A D | wfd_sink_scene.cpp | 69 void WfdSinkScene::WfdP2pCallback::OnP2pThisDeviceChanged(const Wifi::WifiP2pDevice &device) in OnP2pThisDeviceChanged() argument 74 void WfdSinkScene::WfdP2pCallback::OnP2pPeersChanged(const std::vector<Wifi::WifiP2pDevice> &device) in OnP2pPeersChanged() argument [all...] |
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_client.cpp | 358 GattClient::impl::impl(const BluetoothRemoteDevice &device) in impl() argument 571 GattClient::GattClient(const BluetoothRemoteDevice &device) : pimpl(new GattClient::impl(device)) in GattClient() argument [all...] |
H A D | bluetooth_gatt_server.cpp | 520 FindConnectedDevice(const BluetoothRemoteDevice &device) FindConnectedDevice() argument 556 RespondCharacteristicRead( const bluetooth::GattDevice &device, uint16_t handle, const uint8_t *value, size_t length, int ret) RespondCharacteristicRead() argument 572 RespondCharacteristicWrite(const bluetooth::GattDevice &device, uint16_t handle, int ret) RespondCharacteristicWrite() argument 580 RespondDescriptorRead( const bluetooth::GattDevice &device, uint16_t handle, const uint8_t *value, size_t length, int ret) RespondDescriptorRead() argument 594 RespondDescriptorWrite(const bluetooth::GattDevice &device, uint16_t handle, int ret) RespondDescriptorWrite() argument 682 Connect(const BluetoothRemoteDevice &device, bool isDirect) Connect() argument 696 CancelConnection(const BluetoothRemoteDevice &device) CancelConnection() argument 748 NotifyCharacteristicChanged( const BluetoothRemoteDevice &device, const GattCharacteristic &characteristic, bool confirm) NotifyCharacteristicChanged() argument 805 SendResponse( const BluetoothRemoteDevice &device, int requestId, int status, int offset, const uint8_t *value, int length) SendResponse() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_security.cpp | 895 bool BleSecurity::StartPair(const RawAddress &device, uint8_t peerAddrType) in StartPair() argument 908 int BleSecurity::SetDevicePasskey(const RawAddress &device, int passkey, int accept) const in SetDevicePasskey() argument 925 int BleSecurity::SetUserConfirm(const RawAddress &device, int accept) const in SetUserConfirm() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 839 int32_t BluetoothAvrcpCtServer::GetDeviceState(const RawAddress &device) in GetDeviceState() argument 858 int32_t BluetoothAvrcpCtServer::Connect(const RawAddress &device) in Connect() argument 873 int32_t BluetoothAvrcpCtServer::Disconnect(const RawAddress &device) in Disconnect() argument 888 int32_t BluetoothAvrcpCtServer::PressButton(const RawAddress &device, int32_ argument 903 ReleaseButton(const RawAddress &device, int32_t button) ReleaseButton() argument 918 GetUnitInfo(const RawAddress &device) GetUnitInfo() argument 933 GetSubUnitInfo(const RawAddress &device) GetSubUnitInfo() argument 948 GetSupportedCompanies(const RawAddress &device) GetSupportedCompanies() argument 963 GetSupportedEvents(const RawAddress &device) GetSupportedEvents() argument 978 GetPlayerAppSettingAttributes(const RawAddress &device) GetPlayerAppSettingAttributes() argument 993 GetPlayerAppSettingValues(const RawAddress &device, int32_t attribute) GetPlayerAppSettingValues() argument 1009 GetPlayerAppSettingCurrentValue(const RawAddress &device, const std::vector<int32_t> &attributes) GetPlayerAppSettingCurrentValue() argument 1031 SetPlayerAppSettingCurrentValue(const RawAddress &device, const std::vector<int32_t> &attributes, const std::vector<int32_t> &values) SetPlayerAppSettingCurrentValue() argument 1057 GetPlayerAppSettingAttributeText(const RawAddress &device, const std::vector<int32_t> &attributes) GetPlayerAppSettingAttributeText() argument 1078 GetPlayerAppSettingValueText(const RawAddress &device, int32_t attributes, const std::vector<int32_t> &values) GetPlayerAppSettingValueText() argument 1102 GetElementAttributes(const RawAddress &device, const std::vector<int32_t> &attributes) GetElementAttributes() argument 1125 GetPlayStatus(const RawAddress &device) GetPlayStatus() argument 1140 PlayItem(const RawAddress &device, int32_t scope, int64_t uid, int32_t uidCounter) PlayItem() argument 1158 GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem, const std::vector<int32_t> &attributes) GetFolderItems() argument 1183 GetTotalNumberOfItems(const RawAddress &device, int32_t scope) GetTotalNumberOfItems() argument 1198 SetAbsoluteVolume(const RawAddress &device, int32_t volume) SetAbsoluteVolume() argument 1213 EnableNotification(const RawAddress &device, const std::vector<int32_t> &events, int32_t interval) EnableNotification() argument 1236 DisableNotification(const RawAddress &device, const std::vector<int32_t> &events) DisableNotification() argument 1257 GetItemAttributes(const RawAddress &device, int64_t uid, int32_t uidCounter, const std::vector<int32_t> &attributes) GetItemAttributes() argument 1281 SetBrowsedPlayer(const RawAddress &device, int32_t playerId) SetBrowsedPlayer() argument 1296 GetMeidaPlayerList(const RawAddress &device, int32_t startItem, int32_t endItem) GetMeidaPlayerList() argument [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/ |
H A D | mock_app_provision_info.h | 160 virtual std::shared_ptr<NativeRdb::ResultSet> RemoteQuery(const std::string &device, in RemoteQuery() argument 239 ObtainDistributedTableName( const std::string &device, const std::string &table, int &errCode) ObtainDistributedTableName() argument
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | pipeline_create_functions_vk.cpp | 242 const VkDevice device = (deviceVk.GetPlatformDataVk()).device; in CreateRenderPassCombined() local 421 const VkDevice device = (deviceVk.GetPlatformDataVk()).device; in CreateRenderPassCombined2() local 699 DestroyRenderPass(VkDevice device, VkRenderPass renderPass) DestroyRenderPass() argument [all...] |
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/effect/ |
H A D | audio_effect_manager.cpp | 490 void AudioEffectManager::UpdateSupportedEffectProperty(const Device &device, in UpdateSupportedEffectProperty() argument [all...] |
H A D | audio_effect_config_parser.cpp | 421 std::vector<std::vector<Device>> device; in LoadPreStreamScenes() local 648 std::vector<std::vector<Device>> device; in LoadPostStreamScenes() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | node_context_pool_manager_gles.cpp | 240 void DeleteFbos(DeviceGLES& device, LowlevelFramebufferGL& ref) in DeleteFbos() argument 413 uint32_t GenerateSubPassFBO(DeviceGLES& device, LowlevelFramebufferGL& framebuffer, const RenderPassSubpassDesc& sb, in GenerateSubPassFBO() argument 486 ResolvePair GenerateResolveFBO(DeviceGLES& device, LowlevelFramebufferGL& framebuffer, const RenderPassSubpassDesc& sb, in GenerateResolveFBO() argument 544 LowlevelFramebufferGL::SubPassPair ProcessSubPass(DeviceGLES& device, LowlevelFramebufferG argument 675 NodeContextPoolManagerGLES(Device& device, GpuResourceManager& gpuResourceManager) NodeContextPoolManagerGLES() argument [all...] |
/foundation/multimedia/audio_framework/services/audio_policy/test/example/ |
H A D | audio_policy_test.cpp | 321 int device = strtol(optarg, nullptr, AudioPolicyTest::OPT_ARG_BASE); in SetDeviceActive() local 338 int device = strtol(optarg, nullptr, AudioPolicyTest::OPT_ARG_BASE); in IsDeviceActive() local
|
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | bluetooth_device_manager.cpp | 103 BluetoothRemoteDevice device; in SendUserSelectionEvent() local 123 bool IsBTWearDetectionEnable(const BluetoothRemoteDevice &device) in IsBTWearDetectionEnable() argument 134 GetDeviceCategory(const BluetoothRemoteDevice &device) GetDeviceCategory() argument 149 SetMediaStack(const BluetoothRemoteDevice &device, int action) SetMediaStack() argument 194 HandleConnectingDevice(const BluetoothRemoteDevice &device) HandleConnectingDevice() argument 202 HandleConnectDevice(const BluetoothRemoteDevice &device) HandleConnectDevice() argument 240 HandleDisconnectDevice(const BluetoothRemoteDevice &device) HandleDisconnectDevice() argument 259 HandleWearDevice(const BluetoothRemoteDevice &device) HandleWearDevice() argument 281 HandleUnwearDevice(const BluetoothRemoteDevice &device) HandleUnwearDevice() argument 302 HandleEnableDevice(const BluetoothRemoteDevice &device) HandleEnableDevice() argument 318 HandleDisableDevice(const BluetoothRemoteDevice &device) HandleDisableDevice() argument 334 HandleWearEnable(const BluetoothRemoteDevice &device) HandleWearEnable() argument 361 HandleWearDisable(const BluetoothRemoteDevice &device) HandleWearDisable() argument 380 HandleUserSelection(const BluetoothRemoteDevice &device) HandleUserSelection() argument 388 HandleVirtualConnectDevice(const BluetoothRemoteDevice &device) HandleVirtualConnectDevice() argument 401 HandleRemoveVirtualConnectDevice(const BluetoothRemoteDevice &device) HandleRemoveVirtualConnectDevice() argument 414 AddDeviceInConfigVector(const BluetoothRemoteDevice &device, std::vector<BluetoothRemoteDevice> &deviceVector) AddDeviceInConfigVector() argument 427 RemoveDeviceInConfigVector(const BluetoothRemoteDevice &device, std::vector<BluetoothRemoteDevice> &deviceVector) RemoveDeviceInConfigVector() argument 440 NotifyToUpdateAudioDevice(const BluetoothRemoteDevice &device, AudioDeviceDescriptor &desc, DeviceStatus deviceStatus) NotifyToUpdateAudioDevice() argument 467 NotifyToUpdateVirtualDevice(const BluetoothRemoteDevice &device, AudioDeviceDescriptor &desc, DeviceStatus deviceStatus) NotifyToUpdateVirtualDevice() argument 503 GetConnectedA2dpBluetoothDevice(const std::string& macAddress, BluetoothRemoteDevice &device) GetConnectedA2dpBluetoothDevice() argument 526 UpdateA2dpDeviceConfiguration(const BluetoothRemoteDevice &device, const AudioStreamInfo &streamInfo) UpdateA2dpDeviceConfiguration() argument 558 SetHfpStack(const BluetoothRemoteDevice &device, int action) SetHfpStack() argument 606 HandleConnectingDevice(const BluetoothRemoteDevice &device) HandleConnectingDevice() argument 614 HandleConnectDevice(const BluetoothRemoteDevice &device) HandleConnectDevice() argument 653 HandleDisconnectDevice(const BluetoothRemoteDevice &device) HandleDisconnectDevice() argument 672 HandleWearDevice(const BluetoothRemoteDevice &device) HandleWearDevice() argument 695 HandleUnwearDevice(const BluetoothRemoteDevice &device) HandleUnwearDevice() argument 718 HandleEnableDevice(const BluetoothRemoteDevice &device) HandleEnableDevice() argument 734 HandleDisableDevice(const BluetoothRemoteDevice &device) HandleDisableDevice() argument 750 HandleWearEnable(const BluetoothRemoteDevice &device) HandleWearEnable() argument 777 HandleWearDisable(const BluetoothRemoteDevice &device) HandleWearDisable() argument 796 HandleUserSelection(const BluetoothRemoteDevice &device) HandleUserSelection() argument 819 HandleStopVirtualCall(const BluetoothRemoteDevice &device) HandleStopVirtualCall() argument 831 HandleVirtualConnectDevice(const BluetoothRemoteDevice &device) HandleVirtualConnectDevice() argument 844 HandleRemoveVirtualConnectDevice(const BluetoothRemoteDevice &device) HandleRemoveVirtualConnectDevice() argument 857 AddDeviceInConfigVector(const BluetoothRemoteDevice &device, std::vector<BluetoothRemoteDevice> &deviceVector) AddDeviceInConfigVector() argument 870 RemoveDeviceInConfigVector(const BluetoothRemoteDevice &device, std::vector<BluetoothRemoteDevice> &deviceVector) RemoveDeviceInConfigVector() argument 883 NotifyToUpdateAudioDevice(const BluetoothRemoteDevice &device, AudioDeviceDescriptor &desc, DeviceStatus deviceStatus) NotifyToUpdateAudioDevice() argument 912 NotifyToUpdateVirtualDevice(const BluetoothRemoteDevice &device, AudioDeviceDescriptor &desc, DeviceStatus deviceStatus) NotifyToUpdateVirtualDevice() argument 947 GetConnectedHfpBluetoothDevice(const std::string& macAddress, BluetoothRemoteDevice &device) GetConnectedHfpBluetoothDevice() argument 987 OnScoStateChanged(const BluetoothRemoteDevice &device, bool isConnected, int reason) OnScoStateChanged() argument [all...] |
H A D | audio_bluetooth_manager.cpp | 147 BluetoothRemoteDevice device; in SetActiveA2dpDevice() local 165 BluetoothRemoteDevice device = a2dpInstance_->GetActiveSinkDevice(); GetActiveA2dpDevice() local 171 BluetoothRemoteDevice device; SetDeviceAbsVolume() local 183 BluetoothRemoteDevice device; GetA2dpDeviceStreamInfo() local 309 OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) OnConnectionStateChanged() argument 325 OnConfigurationChanged(const BluetoothRemoteDevice &device, const A2dpCodecInfo &codecInfo, int error) OnConfigurationChanged() argument 336 OnPlayingStatusChanged(const BluetoothRemoteDevice &device, int playingState, int error) OnPlayingStatusChanged() argument 344 OnMediaStackChanged(const BluetoothRemoteDevice &device, int action) OnMediaStackChanged() argument 412 HandleScoWithRecongnition(bool handleFlag, BluetoothRemoteDevice &device) HandleScoWithRecongnition() argument 467 BluetoothRemoteDevice device; SetActiveHfpDevice() local 493 BluetoothRemoteDevice device = hfpInstance_->GetActiveDevice(); GetActiveHfpDevice() local 585 UpdateCurrentActiveHfpDevice(const BluetoothRemoteDevice &device) UpdateCurrentActiveHfpDevice() argument 641 OnScoStateChanged(const BluetoothRemoteDevice &device, int state, int reason) OnScoStateChanged() argument 667 OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) OnConnectionStateChanged() argument 687 OnHfpStackChanged(const BluetoothRemoteDevice &device, int action) OnHfpStackChanged() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | rs_vulkan_context.cpp | 343 bool RsVulkanInterface::SetupDeviceProcAddresses(VkDevice device)
in SetupDeviceProcAddresses() argument
|
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | camera_capture_mode.cpp | 332 sptr<CameraDevice> device = cameraObjList[0]; in main() local
|
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/ |
H A D | hcamera_service_stub.cpp | 211 sptr<ICameraDeviceService> device = nullptr; in HandleCreateCameraDevice() local
|
/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_event_target.cpp | 362 void JsEventTarget::EmitJsDev(sptr<JsUtil::CallbackInfo> cb, std::shared_ptr<InputDevice> device) in EmitJsDev() argument
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_pointer_test.cpp | 1661 std::shared_ptr<InputDevice> device; in HWTEST_F() local 1693 std::shared_ptr<InputDevice> device; in HWTEST_F() local [all...] |
/foundation/multimodalinput/input/service/device_manager/src/ |
H A D | input_device_manager.cpp | 195 bool InputDeviceManager::IsMatchKeys(struct libinput_device *device, const std::vector<int32_t> &keyCodes) const in IsMatchKeys() argument 596 const auto &device = item.second.inputDeviceOrigin; GetKeyboardDevice() local 673 auto device = inputDevice_.find(id); IsRemote() local 724 AddVirtualInputDevice(std::shared_ptr<InputDevice> device, int32_t &deviceId) AddVirtualInputDevice() argument 774 MakeVirtualDeviceInfo(std::shared_ptr<InputDevice> device, InputDeviceInfo &deviceInfo) MakeVirtualDeviceInfo() argument [all...] |
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | event_normalize_handler.cpp | 236 auto device = libinput_event_get_device(event); in OnEventDeviceAdded() local 250 auto device = libinput_event_get_device(event); in OnEventDeviceRemoved() local 365 auto device = INPUT_DEV_MGR->GetInputDevice(keyEvent->GetDeviceId()); HandleKeyboardEvent() local [all...] |
/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_transform_processor.cpp | 693 auto device = INPUT_DEV_MGR->GetInputDevice(pointerEvent_->GetDeviceId()); in DumpInner() local
|
/foundation/multimodalinput/input/test/facility/libinput_interface/src/ |
H A D | libinput_interface.cpp | 134 int libinput_device_keyboard_has_key(struct libinput_device *device, uint32_t code) in libinput_device_keyboard_has_key() argument 184 int libinput_device_touch_btn_tool_type_down(struct libinput_device *device, int32_t btnToolType) in libinput_device_touch_btn_tool_type_down() argument 269 int32_t libinput_device_touchpad_btn_tool_type_down(struct libinput_device *device, int32_t btnToolType) in libinput_device_touchpad_btn_tool_type_down() argument 324 int libinput_has_event_led_type(struct libinput_device *device) in libinput_has_event_led_type() argument 329 const char* libinput_device_get_name(struct libinput_device *device) in libinput_device_get_name() argument 334 unsigned int libinput_device_get_id_bustype(struct libinput_device *device) in libinput_device_get_id_bustype() argument 339 libinput_device_get_id_version(struct libinput_device *device) libinput_device_get_id_version() argument 344 libinput_device_get_id_product(struct libinput_device *device) libinput_device_get_id_product() argument 349 libinput_device_get_id_vendor(struct libinput_device *device) libinput_device_get_id_vendor() argument 354 libinput_device_get_phys(struct libinput_device* device) libinput_device_get_phys() argument 359 libinput_device_get_uniq(struct libinput_device* device) libinput_device_get_uniq() argument 364 libinput_device_get_sysname(struct libinput_device *device) libinput_device_get_sysname() argument 369 libinput_device_get_udev_device(struct libinput_device *device) libinput_device_get_udev_device() argument 374 libinput_device_get_tags(struct libinput_device* device) libinput_device_get_tags() argument 379 libinput_device_has_capability(struct libinput_device *device, enum libinput_device_capability capability) libinput_device_has_capability() argument 384 libinput_device_has_key(struct libinput_device* device, int32_t keyCode) libinput_device_has_key() argument 389 libinput_device_get_axis_min(struct libinput_device* device, int32_t code) libinput_device_get_axis_min() argument 394 libinput_device_get_axis_max(struct libinput_device* device, int32_t code) libinput_device_get_axis_max() argument 399 libinput_device_get_axis_fuzz(struct libinput_device* device, int32_t code) libinput_device_get_axis_fuzz() argument 404 libinput_device_get_axis_flat(struct libinput_device* device, int32_t code) libinput_device_get_axis_flat() argument 409 libinput_device_get_axis_resolution(struct libinput_device* device, int32_t code) libinput_device_get_axis_resolution() argument 414 libinput_get_funckey_state(struct libinput_device *device, unsigned int code) libinput_get_funckey_state() argument [all...] |