Home
last modified time | relevance | path

Searched full:capable (Results 1 – 25 of 4430) sorted by relevance

12345678910>>...178

/aosp_15_r20/frameworks/base/location/java/android/location/
H A DGnssCapabilities.java684 public @NonNull Builder setHasScheduling(boolean capable) { in setHasScheduling() argument
685 mTopFlags = setFlag(mTopFlags, TOP_HAL_CAPABILITY_SCHEDULING, capable); in setHasScheduling()
692 public @NonNull Builder setHasMsb(boolean capable) { in setHasMsb() argument
693 mTopFlags = setFlag(mTopFlags, TOP_HAL_CAPABILITY_MSB, capable); in setHasMsb()
700 public @NonNull Builder setHasMsa(boolean capable) { in setHasMsa() argument
701 mTopFlags = setFlag(mTopFlags, TOP_HAL_CAPABILITY_MSA, capable); in setHasMsa()
708 public @NonNull Builder setHasSingleShotFix(boolean capable) { in setHasSingleShotFix() argument
709 mTopFlags = setFlag(mTopFlags, TOP_HAL_CAPABILITY_SINGLE_SHOT, capable); in setHasSingleShotFix()
716 public @NonNull Builder setHasOnDemandTime(boolean capable) { in setHasOnDemandTime() argument
717 mTopFlags = setFlag(mTopFlags, TOP_HAL_CAPABILITY_ON_DEMAND_TIME, capable); in setHasOnDemandTime()
[all …]
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dandroid_vendor_capabilities_test.cc39 view.offloaded_resolution_of_private_address().Write(Capability::CAPABLE); in TEST()
42 view.filtering_support().Write(Capability::CAPABLE); in TEST()
44 view.activity_energy_info_support().Write(Capability::CAPABLE); in TEST()
77 view.offloaded_resolution_of_private_address().Write(Capability::CAPABLE); in TEST()
80 view.filtering_support().Write(Capability::CAPABLE); in TEST()
82 view.activity_energy_info_support().Write(Capability::CAPABLE); in TEST()
115 view.offloaded_resolution_of_private_address().Write(Capability::CAPABLE); in TEST()
118 view.filtering_support().Write(Capability::CAPABLE); in TEST()
120 view.activity_energy_info_support().Write(Capability::CAPABLE); in TEST()
128 view.extended_scan_support().UncheckedWrite(Capability::CAPABLE); in TEST()
[all …]
/aosp_15_r20/external/bcc/tools/
H A Dcapable_example.txt1 Demonstrations of capable, the Linux eBPF/bcc version.
4 capable traces calls to the kernel cap_capable() function, which does security
7 # ./capable.py
43 # ./capable.py -x
69 It is possible to include a kernel stack trace to the capable events by passing
72 # ./capable.py -K
96 # ./capable.py -K -U --unique
101 # ./capable.py --cgroupmap /sys/fs/bpf/test01
108 # ./capable.py -h
109 usage: capable.py [-h] [-v] [-p PID] [-K] [-U] [-x] [--cgroupmap CGROUPMAP]
[all …]
H A Dcapable.py4 # capable Trace security capabilitiy checks (cap_capable()).
7 # USAGE: capable [-h] [-v] [-p PID] [-K] [-U]
25 ./capable # trace capability checks
26 ./capable -v # verbose: include non-audit checks
27 ./capable -p 181 # only trace PID 181
28 ./capable -K # add kernel stacks to trace
29 ./capable -U # add user-space stacks to trace
30 ./capable -x # extra fields: show TID and INSETID columns
31 ./capable --unique # don't repeat stacks for the same pid or cgroup
32 ./capable --cgroupmap mappath # only trace cgroups in this BPF map
[all …]
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/emergency/
H A DEmergencyAffordanceServiceTest.java134 * Verify if the device is not voice capable, the feature should be disabled.
138 // Given: the device is not voice capable in testSettings_shouldBeOff_whenVoiceCapableIsFalse()
148 * Verify the voice capable device is booted up without EA-enabled cell network, with
162 * Verify the voice capable device is booted up with EA-enabled SIM installed, the
176 * Verify the voice capable device is booted up with EA-enabled Cell network, the
196 // Given: the device is voice capable, boot up with no EA-enabled SIM, no EA-enabled Cell in testSettings_shouldBeOn_whenSubscriptionInfoChangedWithEmergencyIso()
215 // Given: the device is voice capable, no EA-enabled Cell, with EA-enabled SIM in testSettings_shouldBeOff_whenSubscriptionInfoChangedWithoutEmergencyIso()
234 // Given: the device is voice capable, boot up with no EA-enabled SIM, no EA-enabled Cell in testSettings_shouldBeOn_whenCountryIsoChangedWithEmergencyIso()
253 // Given: the device is voice capable, boot up with no EA-enabled SIM, with EA-enabled Cell in testSettings_shouldBeOff_whenCountryIsoChangedWithoutEmergencyIso()
270 // Given: the device is voice capable, no EA-enabled Cell, no EA-enabled SIM in testSettings_shouldBeOff_whenNoEmergencyIsoInCellNorSim()
[all …]
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSimultaneousCallingTracker.java50 * A dynamic map of all voice capable {@link Phone} objects mapped to the set of {@link Phone}
163 * @param simultaneousCallSubSupportMap Map of all voice capable subscription IDs mapped to
249 Log.v(LOG_TAG, "Device is not simultaneous calling capable"); in getSubIdsSupportingSimultaneousCalling()
265 + " the map of voice capable phones."); in getSubIdsSupportingSimultaneousCalling()
272 + "is not DSDA capable."); in updatePhoneMapAndSimultaneousCallSupportMap()
286 + "capable."); in updateSimultaneousCallSupportMap()
306 + "capable."); in disableSimultaneousCallingSupport()
319 * @param phoneMap Map of voice capable phones mapped to the set of phones each has a compatible
341 * @param phoneMap Map of voice capable phones mapped to the set of phones each has a compatible
355 * checking whether each {@link Phone} corresponds to a valid and voice capable subscription.
[all …]
/aosp_15_r20/external/kernel-headers/original/uapi/linux/
H A Dmdio.h135 #define MDIO_SPEED_10G 0x0001 /* 10G capable */
136 #define MDIO_PMA_SPEED_2B 0x0002 /* 2BASE-TL capable */
137 #define MDIO_PMA_SPEED_10P 0x0004 /* 10PASS-TS capable */
138 #define MDIO_PMA_SPEED_1000 0x0010 /* 1000M capable */
139 #define MDIO_PMA_SPEED_100 0x0020 /* 100M capable */
140 #define MDIO_PMA_SPEED_10 0x0040 /* 10M capable */
141 #define MDIO_PMA_SPEED_2_5G 0x2000 /* 2.5G capable */
142 #define MDIO_PMA_SPEED_5G 0x4000 /* 5G capable */
143 #define MDIO_PCS_SPEED_10P2B 0x0002 /* 10PASS-TS/2BASE-TL capable */
144 #define MDIO_PCS_SPEED_2_5G 0x0040 /* 2.5G capable */
[all …]
H A Dpci_regs.h88 #define PCI_BIST_CAPABLE 0x80 /* 1 if BIST capable */
312 #define PCI_MSI_FLAGS_MASKBIT 0x0100 /* Per-vector masking capable */
439 #define PCI_X_STATUS_133MHZ 0x00020000 /* 133 MHz capable */
447 #define PCI_X_STATUS_266MHZ 0x40000000 /* 266 MHz capable */
448 #define PCI_X_STATUS_533MHZ 0x80000000 /* 533 MHz capable */
458 #define PCI_X_SSTATUS_133MHZ 0x0002 /* 133 MHz capable */
463 #define PCI_X_SSTATUS_266MHZ 0x4000 /* 266 MHz capable */
464 #define PCI_X_SSTATUS_533MHZ 0x8000 /* 533 MHz capable */
549 #define PCI_EXP_LNKCAP_SDERC 0x00080000 /* Surprise Down Error Reporting Capable */
550 #define PCI_EXP_LNKCAP_DLLLARC 0x00100000 /* Data Link Layer Link Active Reporting Capable */
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dcapable.c2 // Based on capable(8) from BCC by Brendan Gregg.
12 #include "capable.h"
13 #include "capable.skel.h"
87 const char *argp_program_version = "capable 0.1";
93 "USAGE: capable [--help] [-p PID | -c CG | -K | -U | -x] [-u TYPE]\n"
97 " capable # Trace capability checks\n"
98 " capable -p 185 # Trace this PID only\n"
99 " capable -c CG # Trace process under cgroupsPath CG\n"
100 " capable -K # Add kernel stacks to trace\n"
101 " capable -x # Extra fields: show TID and INSETID columns\n"
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/
Dmdio.h107 #define MDIO_SPEED_10G 0x0001 /* 10G capable */
108 #define MDIO_PMA_SPEED_2B 0x0002 /* 2BASE-TL capable */
109 #define MDIO_PMA_SPEED_10P 0x0004 /* 10PASS-TS capable */
110 #define MDIO_PMA_SPEED_1000 0x0010 /* 1000M capable */
111 #define MDIO_PMA_SPEED_100 0x0020 /* 100M capable */
112 #define MDIO_PMA_SPEED_10 0x0040 /* 10M capable */
113 #define MDIO_PCS_SPEED_10P2B 0x0002 /* 10PASS-TS/2BASE-TL capable */
167 #define MDIO_PCS_STAT2_10GBR 0x0001 /* 10GBASE-R capable */
168 #define MDIO_PCS_STAT2_10GBX 0x0002 /* 10GBASE-X capable */
169 #define MDIO_PCS_STAT2_10GBW 0x0004 /* 10GBASE-W capable */
[all …]
Dpci_regs.h77 #define PCI_BIST_CAPABLE 0x80 /* 1 if BIST capable */
377 #define PCI_X_STATUS_133MHZ 0x00020000 /* 133 MHz capable */
385 #define PCI_X_STATUS_266MHZ 0x40000000 /* 266 MHz capable */
386 #define PCI_X_STATUS_533MHZ 0x80000000 /* 533 MHz capable */
396 #define PCI_X_SSTATUS_133MHZ 0x0002 /* 133 MHz capable */
401 #define PCI_X_SSTATUS_266MHZ 0x4000 /* 266 MHz capable */
402 #define PCI_X_SSTATUS_533MHZ 0x8000 /* 533 MHz capable */
468 #define PCI_EXP_LNKCAP_SDERC 0x00080000 /* Surprise Down Error Reporting Capable */
469 #define PCI_EXP_LNKCAP_DLLLARC 0x00100000 /* Data Link Layer Link Active Reporting Capable */
504 #define PCI_EXP_SLTCAP_HPC 0x00000040 /* Hot-Plug Capable */
[all …]
/aosp_15_r20/external/google-cloud-java/java-profiler/proto-google-cloud-profiler-v2/src/main/java/com/google/devtools/cloudprofiler/v2/
H A DCreateProfileRequest.java198 * One or more profile types that the agent is capable of providing.
215 * One or more profile types that the agent is capable of providing.
230 * One or more profile types that the agent is capable of providing.
246 * One or more profile types that the agent is capable of providing.
261 * One or more profile types that the agent is capable of providing.
1022 * One or more profile types that the agent is capable of providing.
1038 * One or more profile types that the agent is capable of providing.
1052 * One or more profile types that the agent is capable of providing.
1067 * One or more profile types that the agent is capable of providing.
1090 * One or more profile types that the agent is capable of providing.
[all …]
H A DCreateProfileRequestOrBuilder.java90 * One or more profile types that the agent is capable of providing.
102 * One or more profile types that the agent is capable of providing.
114 * One or more profile types that the agent is capable of providing.
127 * One or more profile types that the agent is capable of providing.
139 * One or more profile types that the agent is capable of providing.
/aosp_15_r20/external/libfuse/lib/
H A Dfuse_lowlevel.c480 fill_open(oarg, f, req->se->conn.capable & FUSE_CAP_PASSTHROUGH_UPSTREAM);
534 if (!(req->se->conn.capable & FUSE_CAP_PASSTHROUGH))
614 fill_open(&arg, f, req->se->conn.capable & FUSE_CAP_PASSTHROUGH_UPSTREAM);
2144 se->conn.capable = 0;
2171 se->conn.capable |= FUSE_CAP_ASYNC_READ;
2173 se->conn.capable |= FUSE_CAP_POSIX_LOCKS;
2175 se->conn.capable |= FUSE_CAP_ATOMIC_O_TRUNC;
2177 se->conn.capable |= FUSE_CAP_EXPORT_SUPPORT;
2179 se->conn.capable |= FUSE_CAP_DONT_MASK;
2181 se->conn.capable |= FUSE_CAP_FLOCK_LOCKS;
[all …]
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/
H A DActivityLifecyclePipTests.java69 // Launch Pip-capable activity in testGoToPip()
93 // Launch Pip-capable activity and enter Pip immediately in testPipOnLaunch()
120 // Launch Pip-capable activity and enter Pip immediately in testDestroyPip()
141 // Launch Pip-capable activity and enter Pip immediately in testLaunchBelowPip()
161 // Launch Pip-capable activity and enter Pip immediately in testIntoPipSameTask()
198 // Launch Pip-capable activity (which is on a separate Task) and enter Pip immediately in testDestroyBelowPip()
219 // Launch Pip-capable activity and enter Pip immediately in testSplitScreenBelowPip()
277 // Launch Pip-capable activity and enter Pip immediately in testPipAboveSplitScreen()
/aosp_15_r20/external/bcc/man/man8/
H A Dcapable.81 .TH capable 8 "2020-03-08" "USER COMMANDS"
3 capable \- Trace security capability checks (cap_capable()).
5 .B capable [\-h] [\-v] [\-p PID] [\-K] [\-U] [\-x] [\-\-cgroupmap MAPPATH]
45 .B capable
49 .B capable \-p 181
54 .B capable \-\-cgroupmap /sys/fs/bpf/test01
/aosp_15_r20/external/tcpdump/
H A Dgmpls.c40 { GMPLS_PSC1, "Packet-Switch Capable-1"},
41 { GMPLS_PSC2, "Packet-Switch Capable-2"},
42 { GMPLS_PSC3, "Packet-Switch Capable-3"},
43 { GMPLS_PSC4, "Packet-Switch Capable-4"},
44 { GMPLS_L2SC, "Layer-2 Switch Capable"},
46 { GMPLS_LSC, "Lambda-Switch Capable"},
47 { GMPLS_FSC, "Fiber-Switch Capable"},
/aosp_15_r20/external/coreboot/src/southbridge/intel/bd82x6x/
H A Dearly_rcba.c50 * D31IP_SIP SATA 1 -> PIRQ A (MSI capable in AHCI mode) in southbridge_configure_default_intmap()
53 * D27IP_ZIP HDA -> PIRQ D (MSI capable) in southbridge_configure_default_intmap()
55 * D25IP_LIP GbE -> PIRQ B (MSI capable) in southbridge_configure_default_intmap()
56 * D20IP_XHCIIP xHCI -> PIRQ B (MSI capable) in southbridge_configure_default_intmap()
60 * D28IP_* PCIe RP -> PIRQ A-D (MSI capable) in southbridge_configure_default_intmap()
61 * D22IP_MEI1IP ME -> PIRQ A (MSI capable) in southbridge_configure_default_intmap()
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/inputmethod/
H A DInputMethodAndSubtypeUtilCompatTest.java203 // System IME w/ non-Aux and non-ASCII-capable "keyboard" subtype in isValidSystemNonAuxAsciiCapableIme()
208 // System IME w/ non-Aux and ASCII-capable "keyboard" subtype in isValidSystemNonAuxAsciiCapableIme()
213 // System IME w/ Aux and ASCII-capable "keyboard" subtype in isValidSystemNonAuxAsciiCapableIme()
218 // System IME w/ non-Aux and ASCII-capable "voice" subtype in isValidSystemNonAuxAsciiCapableIme()
223 // System IME w/ non-Aux and non-ASCII-capable subtype + Non-Aux and ASCII-capable subtype in isValidSystemNonAuxAsciiCapableIme()
230 // Non-system IME w/ non-Aux and ASCII-capable "keyboard" subtype in isValidSystemNonAuxAsciiCapableIme()
H A DInputMethodAndSubtypeUtilTest.java201 // IME w/ non-Aux and non-ASCII-capable "keyboard" subtype in isValidNonAuxAsciiCapableIme()
206 // IME w/ non-Aux and ASCII-capable "keyboard" subtype in isValidNonAuxAsciiCapableIme()
211 // IME w/ Aux and ASCII-capable "keyboard" subtype in isValidNonAuxAsciiCapableIme()
216 // IME w/ non-Aux and ASCII-capable "voice" subtype in isValidNonAuxAsciiCapableIme()
221 // IME w/ non-Aux and non-ASCII-capable subtype + Non-Aux and ASCII-capable subtype in isValidNonAuxAsciiCapableIme()
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/
H A DRcsContactPresenceTuple.java245 * @param isAudioCapable Whether the audio is capable or not.
246 * @param isVideoCapable Whether the video is capable or not.
285 * @param isAudioCapable Whether the audio is capable.
286 * @param isVideoCapable Whether the video is capable.
327 * Query the audio capable.
328 * @return true if the audio is capable, false otherwise.
335 * Query the video capable.
336 * @return true if the video is capable, false otherwise.
/aosp_15_r20/external/coreboot/src/include/device/
H A Dpci_def.h58 #define PCI_BIST_CAPABLE 0x80 /* 1 if BIST capable */
337 #define PCI_X_STATUS_133MHZ 0x00020000 /* 133 MHz capable */
348 #define PCI_X_STATUS_266MHZ 0x40000000 /* 266 MHz capable */
349 #define PCI_X_STATUS_533MHZ 0x80000000 /* 533 MHz capable */
355 /* The bus behind the bridge is 133Mhz Capable */
374 /* The bus behind the bridge is 266Mhz Capable */
376 /* The bus behind the bridge is 533Mhz Capable */
442 #define PCI_EXP_SLTCAP_HPC 0x0040 /* Hot-Plug Capable */
520 #define PCI_ERR_CAP_ECRC_GENC 0x00000020 /* ECRC Generation Capable */
522 #define PCI_ERR_CAP_ECRC_CHKC 0x00000080 /* ECRC Check Capable */
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/
DCallUtil.java186 "Security exception when getting call capable phone accounts", e); in getVideoCallingAvailability()
192 * Determines if one of the call capable phone accounts defined supports calling with a subject
196 * @return {@code true} if one of the call capable phone accounts supports calling with a
221 "Security exception when getting call capable phone accounts", e); in isCallWithSubjectSupported()
231 * @return {@code true} if there exists a call capable phone account which supports using a
284 "Security exception when getting call capable phone accounts", e); in isTachyonEnabled()
/aosp_15_r20/external/aws-sdk-java-v2/core/profiles/src/main/java/software/amazon/awssdk/profiles/
H A DProfileFileSupplier.java40 …* Creates a {@link ProfileFileSupplier} capable of producing multiple profile objects by aggregati…
46 …* @return Implementation of {@link ProfileFileSupplier} that is capable of supplying a new aggrega…
71 …* Creates a {@link ProfileFileSupplier} capable of producing multiple profile objects from a file.…
77 …* @return Implementation of {@link ProfileFileSupplier} that is capable of supplying a new profile…
104 …* @return Implementation of {@link ProfileFileSupplier} that is capable of supplying a single prof…
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
DRangingRequest.java168 * Returns the list of RTT capable responding peers.
170 * @return the list of RTT capable responding peers in a common system representation
430 * Add the non-802.11mc and non-802.11az capable device specified by the {@link ScanResult}
437 * Point(s) are not 802.11mc capable. Use {@link ScanResult#is80211azNtbResponder()} ()} to
438 * verify the Access Point)s) are not 802.11az capable.
467 * Add the non-802.11mc and non-802.11az capable devices specified by the {@link ScanResult}
474 * Point(s) are not 802.11mc capable. Use {@link ScanResult#is80211azNtbResponder()} ()} to
475 * verify the Access Point(s) are not 802.11az capable.

12345678910>>...178