Home
last modified time | relevance | path

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

123

/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/crosshatch/
Dinit.insmod.sh13 while IFS=" " read -r action name
15 case $action in
/device/google/bonito/
Dinit.insmod.sh13 while IFS=" " read -r action name
15 case $action in
/device/google/wahoo/
Dinit.insmod.sh17 while IFS=" " read -r action name
19 case $action in
/device/generic/goldfish-opengl/fuchsia/
Dreleasepackage.py16 parser.add_argument("--dry-run", action="store_true")
17 parser.add_argument("--ignore-branch", action="store_true")
18 parser.add_argument("--ignore-rebuild", action="store_true")
19 parser.add_argument("--ignore-buildtype", action="store_true")
/device/google/coral/
Dinit.insmod.sh17 while IFS="|" read -r action arg
19 case $action in
/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/qcom/rmtfs/
Drmtfs.c492 struct sigaction action; in main() local
542 sigemptyset(&action.sa_mask); in main()
543 action.sa_handler = sig_int_handler; in main()
544 action.sa_flags = 0; in main()
546 sigaction(SIGINT, &action, NULL); in main()
547 sigaction(SIGTERM, &action, NULL); in main()
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dkernel_log_server.cc53 auto action = (*subscribers)[idx](evt); in ProcessSubscriptions() local
54 if (action == monitor::SubscriptionAction::ContinueSubscription) { in ProcessSubscriptions()
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc315 cuttlefish::LauncherAction action; in ServerLoop() local
316 while (client->IsOpen() && client->Read(&action, sizeof(action)) > 0) { in ServerLoop()
317 switch (action) { in ServerLoop()
375 << static_cast<char>(action); in ServerLoop()
/device/google/crosshatch/sdm845/kernel-headers/linux/mfd/
Dmsm-adie-codec.h39 u32 action; member
/device/google/bonito/sdm710/kernel-headers/linux/mfd/
Dmsm-adie-codec.h39 u32 action; member
/device/google/cuttlefish/tools/
Dupload_via_ssh.py76 action='store_true',
Dupload_to_gce_and_run.py88 action='store_true',
Dtombstone_to_line.py119 parser.add_argument('--source', default=False, action='store_true',
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/assets/
Dstyle.css33 touch-action: none;
/device/google/bonito/sdm710/original-kernel-headers/linux/mfd/
Dmsm-adie-codec.h63 u32 action; member
/device/google/crosshatch/sdm845/original-kernel-headers/linux/mfd/
Dmsm-adie-codec.h63 u32 action; member
/device/google/cuttlefish/host/commands/modem_simulator/
Dcall_service.cpp396 std::string action(*cmd); in HandleHangup() local
397 int n = std::stoi(action.substr(0, 1)); in HandleHangup()
400 index = std::stoi(action.substr(1)); in HandleHangup()
/device/linaro/hikey/installer/hikey960/
Dmkdtimg141 action='store_true')
/device/generic/goldfish-opengl/
Dcmake_transform.py137 action='store_const', dest='loglevel',
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/
Dmsm_ipa.h966 enum ipa_flt_action action; member
1013 enum ipa_flt_action action; member
1956 enum ipa_flt_action action; member
/device/google/coral-kernel/sm8150/kernel-headers/linux/
Dmsm_ipa.h522 enum ipa_flt_action action; member
537 enum ipa_flt_action action; member
891 enum ipa_flt_action action; member
/device/google/bonito/sdm710/original-kernel-headers/linux/
Dmsm_ipa.h813 enum ipa_flt_action action; member
1477 enum ipa_flt_action action; member
/device/google/crosshatch/sdm845/kernel-headers/linux/
Dmsm_ipa.h433 enum ipa_flt_action action; member
685 enum ipa_flt_action action; member

123