/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/crosshatch/ |
D | init.insmod.sh | 13 while IFS=" " read -r action name 15 case $action in
|
/device/google/bonito/ |
D | init.insmod.sh | 13 while IFS=" " read -r action name 15 case $action in
|
/device/google/wahoo/ |
D | init.insmod.sh | 17 while IFS=" " read -r action name 19 case $action in
|
/device/generic/goldfish-opengl/fuchsia/ |
D | releasepackage.py | 16 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/ |
D | init.insmod.sh | 17 while IFS="|" read -r action arg 19 case $action in
|
/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/qcom/rmtfs/ |
D | rmtfs.c | 492 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/ |
D | kernel_log_server.cc | 53 auto action = (*subscribers)[idx](evt); in ProcessSubscriptions() local 54 if (action == monitor::SubscriptionAction::ContinueSubscription) { in ProcessSubscriptions()
|
/device/google/cuttlefish/host/commands/run_cvd/ |
D | main.cc | 315 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/ |
D | msm-adie-codec.h | 39 u32 action; member
|
/device/google/bonito/sdm710/kernel-headers/linux/mfd/ |
D | msm-adie-codec.h | 39 u32 action; member
|
/device/google/cuttlefish/tools/ |
D | upload_via_ssh.py | 76 action='store_true',
|
D | upload_to_gce_and_run.py | 88 action='store_true',
|
D | tombstone_to_line.py | 119 parser.add_argument('--source', default=False, action='store_true',
|
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/assets/ |
D | style.css | 33 touch-action: none;
|
/device/google/bonito/sdm710/original-kernel-headers/linux/mfd/ |
D | msm-adie-codec.h | 63 u32 action; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/mfd/ |
D | msm-adie-codec.h | 63 u32 action; member
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | call_service.cpp | 396 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/ |
D | mkdtimg | 141 action='store_true')
|
/device/generic/goldfish-opengl/ |
D | cmake_transform.py | 137 action='store_const', dest='loglevel',
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | msm_ipa.h | 966 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/ |
D | msm_ipa.h | 522 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/ |
D | msm_ipa.h | 813 enum ipa_flt_action action; member 1477 enum ipa_flt_action action; member
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | msm_ipa.h | 433 enum ipa_flt_action action; member 685 enum ipa_flt_action action; member
|