OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capability
(Results
401 - 425
of
1792
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/wpa_supplicant_8/wpa_supplicant/
README-HS20
253
# req_conn_capab: Required connection
capability
257
#
Capability
ANQP element). This constraint is ignored if the AP does not
258
# advertise Connection
Capability
or if this constraint would prevent any
410
<3>RX-ANQP 02:00:00:00:01:00 ANQP
Capability
list
412
<3>RX-HS20-ANQP 02:00:00:00:01:00 HS
Capability
List
461
<3>RX-ANQP 02:00:00:00:01:00 ANQP
Capability
list
463
<3>RX-HS20-ANQP 02:00:00:00:01:00 HS
Capability
List
552
<3>RX-HS20-ANQP 02:00:00:00:01:00 HS
Capability
List
563
<3>RX-ANQP 02:00:00:00:01:00 ANQP
Capability
list
565
<3>RX-HS20-ANQP 02:00:00:00:01:00 HS
Capability
Lis
[
all
...]
/external/libvpx/libvpx/vpx/
vpx_decoder.h
249
* that advertise the VPX_CODEC_CAP_PUT_FRAME
capability
. Calling these functions
250
* for codecs that don't advertise this
capability
will result in an error
289
* that advertise the VPX_CODEC_CAP_PUT_SLICE
capability
. Calling these functions
290
* for codecs that don't advertise this
capability
will result in an error
331
* that advertise the VPX_CODEC_CAP_EXTERNAL_FRAME_BUFFER
capability
.
332
* Calling this function for codecs that don't advertise this
capability
/frameworks/base/telecomm/java/android/telecom/
PhoneAccount.java
83
* Only the Android framework can register a {@code PhoneAccount} having this
capability
.
423
* @param
capability
The capabilities to check.
424
* @return {@code true} if the phone account has the
capability
.
426
public boolean hasCapabilities(int
capability
) {
427
return (mCapabilities &
capability
) ==
capability
;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_decoder.h
253
* that advertise the VPX_CODEC_CAP_PUT_FRAME
capability
. Calling these functions
254
* for codecs that don't advertise this
capability
will result in an error
293
* that advertise the VPX_CODEC_CAP_PUT_SLICE
capability
. Calling these functions
294
* for codecs that don't advertise this
capability
will result in an error
335
* that advertise the VPX_CODEC_CAP_EXTERNAL_FRAME_BUFFER
capability
.
336
* Calling this function for codecs that don't advertise this
capability
/cts/apps/CameraITS/pymodules/its/
caps.py
41
"""Returns whether a device is a FULL
capability
camera2 device.
53
"""Returns whether a device is a LIMITED
capability
camera2 device.
65
"""Returns whether a device is a LEGACY
capability
camera2 device.
/external/e2fsprogs/misc/
chattr.1.in
60
capability
can set or clear this attribute.
112
CAP_LINUX_IMMUTABLE
capability
can set or clear this attribute.
120
capability
can set or clear this attribute.
/external/kernel-headers/original/uapi/linux/
telephony.h
67
*
capability
structs with all of its capabilities. The
68
* PHONECTL_CAPABILITIES_CHECK takes a single
capability
struct and returns
69
* a TRUE if the device has that
capability
, otherwise it returns false.
/external/selinux/libsepol/tests/policies/test-expander/
small-base.conf
10
class
capability
352
class
capability
354
# The capabilities are defined in include/linux/
capability
.h
/external/selinux/libsepol/tests/policies/test-linker/
small-base.conf
10
class
capability
352
class
capability
354
# The capabilities are defined in include/linux/
capability
.h
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyCapabilities.java
156
* TODO: It might be better to expose this
capability
in a more
176
* TODO: Theoretically phones other than GSM may have the ADN
capability
.
177
* Consider having better check here, or have better
capability
as part
/hardware/intel/common/libmix/mix_audio/src/
intel_sst_ioctl.h
141
/* Post processing
Capability
info structure */
156
/* pre processing
Capability
info structure */
173
struct snd_sst_postproc_info pop_info; /* Post processing
capability
*/
/hardware/qcom/audio/legacy/libalsa-intf/
msm8960_use_cases.h
121
int
capability
;
member in struct:card_mctrl
128
int
capability
;
member in struct:snd_ucm_ident_node
293
static void snd_ucm_set_status_at_index(struct snd_ucm_ident_node *head, const char *ident, int status, int
capability
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
telephony.h
67
*
capability
structs with all of its capabilities. The
68
* PHONECTL_CAPABILITIES_CHECK takes a single
capability
struct and returns
69
* a TRUE if the device has that
capability
, otherwise it returns false.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
telephony.h
67
*
capability
structs with all of its capabilities. The
68
* PHONECTL_CAPABILITIES_CHECK takes a single
capability
struct and returns
69
* a TRUE if the device has that
capability
, otherwise it returns false.
/bionic/libc/kernel/uapi/linux/
xattr.h
69
#define XATTR_CAPS_SUFFIX "
capability
"
/cts/tests/tests/telecom/src/android/telecom/cts/
ConferenceTest.java
317
private void assertCallCapability(final Call call, final int
capability
) {
327
return call.getDetails().can(
capability
);
331
"Call should have
capability
" +
capability
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/
AndroidManifest.xml
29
you should omit this in the manifest. Instead, determine BLE
capability
by using
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/
AndroidManifest.xml
29
you should omit this in the manifest. Instead, determine BLE
capability
by using
/development/ndk/platforms/android-21/include/linux/
xattr.h
64
#define XATTR_CAPS_SUFFIX "
capability
"
/development/samples/browseable/BluetoothLeGatt/
AndroidManifest.xml
29
you should omit this in the manifest. Instead, determine BLE
capability
by using
/external/apache-harmony/jdwp/
Android.mk
24
# debugging
capability
.
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
IsObsoleteTest.java
49
//check
capability
, relevant for this test
/external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp
55
static const eglu::NativeDisplay::
Capability
DISPLAY_CAPABILITIES = eglu::NativeDisplay::CAPABILITY_GET_DISPLAY_LEGACY;
56
static const eglu::NativePixmap::
Capability
BITMAP_CAPABILITIES = eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY;
57
static const eglu::NativeWindow::
Capability
WINDOW_CAPABILITIES = (eglu::NativeWindow::
Capability
)
/external/deqp/modules/gles2/
tes2CapabilityTests.hpp
23
* \brief
Capability
Tests.
tes2InfoTests.hpp
23
* \brief Platform Information and
Capability
Tests.
Completed in 216 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>