/device/google/cuttlefish/host/libs/command_util/ |
D | util.cc | 34 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 …]
|
D | util.h | 38 LauncherAction action; member 47 Result<void> RunLauncherAction(SharedFD monitor_socket, LauncherAction action,
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/ |
D | ResponseFragment.java | 147 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()
|
D | SliceBroadcastReceiver.java | 69 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/ |
D | GceBroadcastReceiver.java | 40 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/ |
D | gnss_replay.py | 58 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/ |
D | gnss_replay.py | 58 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/ |
D | server_loop_impl.cpp | 114 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/ |
D | custom_actions.cpp | 307 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/ |
D | PartnerReceiver.java | 70 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/ |
D | rmtfs.c | 499 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/ |
D | TestHelpers.java | 109 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/ |
D | style.css | 34 --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/ |
D | create_base_image.go | 177 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/ |
D | README.md | 1 To try out the custom action config and action server in this path, set the
|
/device/google/sunfish/ |
D | init.insmod.sh | 31 while IFS="|" read -r action arg 33 case $action in
|
/device/google/redbull/ |
D | init.insmod.sh | 31 while IFS="|" read -r action arg 33 case $action in
|
/device/google/coral/ |
D | init.insmod.sh | 31 while IFS="|" read -r action arg 33 case $action in
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/ |
D | BluetoothScanner.java | 198 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()
|
D | BluetoothPairer.java | 98 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/ |
D | insmod.sh | 63 while IFS="|" read -r action arg 65 case $action in
|
/device/google/cuttlefish/host/commands/screen_recording_server/ |
D | screen_recording.proto | 27 // true if the action succeeded for each instance. 32 // true if the action succeeded for each instance.
|
/device/google/gs-common/insmod/16k/ |
D | insmod.sh | 80 while IFS="|" read -r action arg 82 case $action in
|
/device/google/cuttlefish/host/commands/kernel_log_monitor/ |
D | kernel_log_server.cc | 80 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/ |
D | MdnsOffloadManagerService.java | 410 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()
|