Home
last modified time | relevance | path

Searched defs:actions (Results 1 – 11 of 11) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/
Dxtestext1.h70 CARD8 actions[XTestACTIONS_SIZE]; member
Dxtestext1proto.h145 CARD8 actions[XTestACTIONS_SIZE]; member
/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch_streamer.cpp213 auto actions = LaunchCustomActionServers(webrtc, config); in LaunchWebRTC() local
/device/linaro/hikey/hifi/xaf/host-apf/utest/
Dxaf-dec-test.c199 struct sigaction actions; in main() local
Dxaf-dec-mix-test.c231 struct sigaction actions; in main() local
/device/google/crosshatch/sdm845/kernel-headers/linux/mfd/
Dmsm-adie-codec.h42 struct adie_codec_action_unit * actions; member
/device/google/crosshatch/sdm845/original-kernel-headers/linux/mfd/
Dmsm-adie-codec.h67 struct adie_codec_action_unit *actions; member
/device/google/bonito/sdm710/kernel-headers/linux/mfd/
Dmsm-adie-codec.h42 struct adie_codec_action_unit * actions; member
/device/google/bonito/sdm710/original-kernel-headers/linux/mfd/
Dmsm-adie-codec.h67 struct adie_codec_action_unit *actions; member
/device/linaro/hikey/audio/
Daudio_hw.c158 struct sigaction actions; in xa_device_init() local
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp347 void CuttlefishConfig::set_custom_actions(const std::vector<CustomActionConfig>& actions) { in set_custom_actions()