Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 160) sorted by relevance

1234567

/device/google/cuttlefish/host/libs/command_util/
Dutil.cc34 bool IsShortAction(const LauncherAction action) { in IsShortAction() argument
35 switch (action) { in IsShortAction()
94 LauncherAction action; in ReadLauncherActionFromFd() local
95 CF_EXPECT(ReadExactBinaryResult(monitor_socket, &action), in ReadLauncherActionFromFd()
97 if (IsShortAction(action)) { in ReadLauncherActionFromFd()
99 .action = action, in ReadLauncherActionFromFd()
108 .action = action, in ReadLauncherActionFromFd()
123 .action = action, in ReadLauncherActionFromFd()
143 Result<void> RunLauncherAction(SharedFD monitor_socket, LauncherAction action, in RunLauncherAction() argument
145 CF_EXPECTF(IsShortAction(action), in RunLauncherAction()
[all …]
Dutil.h38 LauncherAction action; member
47 Result<void> RunLauncherAction(SharedFD monitor_socket, LauncherAction action,
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DResponseFragment.java147 public long onGuidedActionEditedAndProceed(GuidedAction action) { in onGuidedActionEditedAndProceed() argument
157 final String newName = action.getTitle() != null ? action.getTitle().toString() : ""; in onGuidedActionEditedAndProceed()
164 listener.onText(key, action.getTitle().toString()); in onGuidedActionEditedAndProceed()
166 return action.getId(); in onGuidedActionEditedAndProceed()
191 public void onGuidedActionClicked(GuidedAction action) { in onGuidedActionClicked() argument
195 final long id = action.getId(); in onGuidedActionClicked()
DSliceBroadcastReceiver.java69 final String action = intent.getAction(); in onReceive() local
70 if (action == null) { in onReceive()
73 switch (action) { in onReceive()
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/
DGceBroadcastReceiver.java40 final String action = intent.getAction(); in onReceive() local
41 Log.i(LOG_TAG, "Received broadcast: " + action); in onReceive()
43 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) { in onReceive()
45 } else if (action.equals(ConnectivityManager.CONNECTIVITY_ACTION)) { in onReceive()
47 } else if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) { in onReceive()
/device/google/trout/agl_services_build/yocto-layer/meta-google/recipes-trout/images/machine-image/sa81x5/google-overlay/usr/bin/
Dgnss_replay.py58 def command(self, action, reaction): argument
59 self.commands[action] = reaction
74 …parser.add_argument('--socket', '-s', action='store', required=True, help='The UNIX socket to inte…
75 …parser.add_argument('--input', '-i', action='store', required=True, help='The file with fix inform…
/device/google/trout/hal/gnss/host/
Dgnss_replay.py58 def command(self, action, reaction): argument
59 self.commands[action] = reaction
74 …parser.add_argument('--socket', '-s', action='store', required=True, help='The UNIX socket to inte…
75 …parser.add_argument('--input', '-i', action='store', required=True, help='The file with fix inform…
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp114 if (launcher_action.action != LauncherAction::kExtended) { in Run()
115 HandleActionWithNoData(launcher_action.action, client, process_monitor); in Run()
150 CF_EXPECT(action_info.action == LauncherAction::kExtended); in HandleExtended()
191 void ServerLoopImpl::HandleActionWithNoData(const LauncherAction action, in HandleActionWithNoData() argument
194 switch (action) { in HandleActionWithNoData()
286 << static_cast<char>(action); in HandleActionWithNoData()
/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp307 for (const auto& action : each_instance_actions_.custom_shell_actions_) { in Serialize() local
308 actions_array.append(ToJson(action)); in Serialize()
310 for (const auto& action : each_instance_actions_.custom_action_servers_) { in Serialize() local
311 actions_array.append(ToJson(action)); in Serialize()
313 for (const auto& action : in Serialize() local
315 actions_array.append(ToJson(action)); in Serialize()
/device/sample/apps/tv/LeanbackCustomizer/src/com/google/android/leanbacklauncher/partnercustomizer/
DPartnerReceiver.java70 String action = intent.getAction(); in onReceive() local
71 if (Intent.ACTION_PACKAGE_ADDED.equals(action)|| in onReceive()
72 Intent.ACTION_PACKAGE_REMOVED.equals(action)) { in onReceive()
74 } else if (ACTION_PARTNER_CUSTOMIZATION.equals(action)) { in onReceive()
/device/linaro/dragonboard/shared/utils/rmtfs/
Drmtfs.c499 struct sigaction action; in main() local
549 sigemptyset(&action.sa_mask); in main()
550 action.sa_handler = sig_int_handler; in main()
551 action.sa_flags = 0; in main()
553 sigaction(SIGINT, &action, NULL); in main()
554 sigaction(SIGTERM, &action, NULL); in main()
/device/google/atv/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/
DTestHelpers.java109 static Intent makeIntent(String action) { in makeIntent() argument
111 if (action != null) { in makeIntent()
112 intent.setAction(action); in makeIntent()
/device/google/cuttlefish/host/frontend/webrtc/html_client/
Dstyle.css34 --bt-action-bg: transparent;
61 --bt-action-bg: transparent;
75 touch-action: none;
253 background: var(--bt-action-bg);
381 touch-action: none;
412 touch-action: none;
/device/google/cuttlefish/tools/
Dcreate_base_image.go177 func gce(action OnFail, gceArg string, errorStr ...string) (string, error) {
183 if err != nil && action != IgnoreOnFail {
189 if action == ExitOnFail {
192 if action == WarnOnFail {
/device/google/cuttlefish/host/example_custom_actions/
DREADME.md1 To try out the custom action config and action server in this path, set the
/device/google/sunfish/
Dinit.insmod.sh31 while IFS="|" read -r action arg
33 case $action in
/device/google/redbull/
Dinit.insmod.sh31 while IFS="|" read -r action arg
33 case $action in
/device/google/coral/
Dinit.insmod.sh31 while IFS="|" read -r action arg
33 case $action in
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/
DBluetoothScanner.java198 final String action = intent.getAction(); in onReceive() local
200 if (BluetoothDevice.ACTION_FOUND.equals(action)) { in onReceive()
238 } else if (BluetoothAdapter.ACTION_DISCOVERY_FINISHED.equals(action)) { in onReceive()
DBluetoothPairer.java98 final String action = intent.getAction();
99 if (BluetoothDevice.ACTION_BOND_STATE_CHANGED.equals(action)) {
101 } else if (getBroadcastListeningState(mBluetoothProfile).equals(action)) {
/device/google/gs-common/insmod/4k/
Dinsmod.sh63 while IFS="|" read -r action arg
65 case $action in
/device/google/cuttlefish/host/commands/screen_recording_server/
Dscreen_recording.proto27 // true if the action succeeded for each instance.
32 // true if the action succeeded for each instance.
/device/google/gs-common/insmod/16k/
Dinsmod.sh80 while IFS="|" read -r action arg
82 case $action in
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dkernel_log_server.cc80 auto action = (*subscribers)[idx](message); in ProcessSubscriptions() local
81 if (action == monitor::SubscriptionAction::ContinueSubscription) { in ProcessSubscriptions()
/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/
DMdnsOffloadManagerService.java410 String action = intent.getAction(); in onReceive() local
412 if (Intent.ACTION_SCREEN_ON.equals(action)) { in onReceive()
415 } else if (Intent.ACTION_SCREEN_OFF.equals(action)) { in onReceive()

1234567