OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:characteristics
(Results
101 - 125
of
842
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
ExtendedCameraCharacteristicsTest.java
45
* Extended tests for static camera
characteristics
.
102
assertNotNull(String.format("Can't get camera
characteristics
from: ID %s", mIds[i]),
163
Log.v(TAG, "testKeys - testing
characteristics
for camera " + mIds[counter]);
167
assertNotNull("Camera
characteristics
keys must not be null", allKeys);
168
assertFalse("Camera
characteristics
keys must have at least 1 key",
174
// All
characteristics
keys listed must never be null
181
* List of keys that must be present in camera
characteristics
(not null).
[
all
...]
/docs/source.android.com/src/devices/
audio_src.jd
55
The
characteristics
of a resampler can be expressed using metrics, including:
77
a compromise among these
characteristics
.
85
below lists the available resamplers, summarizes their
characteristics
,
/external/llvm/test/MC/COFF/
basic-coff-64.s
33
// CHECK:
Characteristics
[ (0x0)
48
// CHECK:
Characteristics
[ (0x60500020)
70
// CHECK:
Characteristics
[ (0xC0300040)
basic-coff.s
33
// CHECK:
Characteristics
[ (0x0)
48
// CHECK:
Characteristics
[ (0x60500020)
70
// CHECK:
Characteristics
[ (0xC0300040)
seh.s
9
// CHECK:
Characteristics
[
20
// CHECK:
Characteristics
[
29
// CHECK:
Characteristics
[
symbol-fragment-offset-64.s
44
// CHECK:
Characteristics
[ (0x0)
59
// CHECK:
Characteristics
[ (0x60500020)
90
// CHECK:
Characteristics
[ (0xC0500040)
symbol-fragment-offset.s
44
// CHECK:
Characteristics
[ (0x0)
59
// CHECK:
Characteristics
[ (0x60500020)
90
// CHECK:
Characteristics
[ (0xC0500040)
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
CameraErrorCollector.java
599
* @param
characteristics
The {@link CameraCharacteristics} to get the key from.
604
public <T> T expectKeyValueNotNull(CameraCharacteristics
characteristics
,
607
T value =
characteristics
.get(key);
791
* @param
characteristics
{@link CameraCharacteristics} to check.
796
CameraCharacteristics
characteristics
, CameraCharacteristics.Key<T> key, T expected) {
798
if ((value = expectKeyValueNotNull(
characteristics
, key)) == null) {
808
* @param
characteristics
{@link CameraCharacteristics} to check.
814
CameraCharacteristics
characteristics
, CameraCharacteristics.Key<T> key, T min, T max) {
816
if ((value = expectKeyValueNotNull(
characteristics
, key)) == null) {
825
* @param
characteristics
{@link CameraCharacteristics} to check
[
all
...]
/external/chromium_org/device/bluetooth/
bluetooth_gatt_service.h
22
// the form of GATT
characteristics
and a set of included GATT services if this
140
// on the cached value of its
characteristics
and descriptors at a given time.
170
// List of
characteristics
that belong to this service.
183
// Adds
characteristics
and included services to the local attribute hierarchy
187
//
characteristics
are taken over by the service, ownership of an included
/frameworks/base/docs/html/guide/topics/connectivity/
bluetooth-le.jd
60
devices, query for services, and read/write
characteristics
.
89
as <em>
characteristics
</em> and <em>services</em>. </li>
100
characteristics
. For example, you could have a service called
101
"Heart Rate Monitor" that includes
characteristics
such as
346
display data, and display GATT services and
characteristics
431
<a href="http://developer.bluetooth.org/gatt/
characteristics
/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.heart_rate_measurement.xml">
498
// Show all the supported services and
characteristics
on the
512
through the server's services and
characteristics
and displays them in the UI:</p>
518
// Services/
Characteristics
.
552
// Loops through available
Characteristics
[
all
...]
/packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraImpl.java
196
/** The
characteristics
of this camera. */
244
* @param
characteristics
The device's
characteristics
.
247
OneCameraImpl(CameraDevice device, CameraCharacteristics
characteristics
, Size pictureSize) {
249
mCharacteristics =
characteristics
;
250
mFullSizeAspectRatio = calculateFullSizeAspectRatio(
characteristics
);
659
* @param
characteristics
the
characteristics
of the camera device.
663
private static float calculateFullSizeAspectRatio(CameraCharacteristics
characteristics
) {
665
characteristics
.get(CameraCharacteristics.SENSOR_INFO_ACTIVE_ARRAY_SIZE)
[
all
...]
/external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_bluetooth.html
600
<h3 id="gatt">Services,
Characteristics
, and Descriptors</h3>
637
applications to find information about a device's services,
characteristics
,
641
characteristics
, and descriptors by comparing their <code>uuid</code> field
669
for (var i = 0; i <
characteristics
.length; i++) {
670
if (
characteristics
[i].uuid == HEART_RATE_MEASUREMENT_UUID) {
671
measurementChar =
characteristics
[i];
703
// Get all the
characteristics
and descriptors and bootstrap the app.
719
Chrome discovers all
characteristics
and descriptors of a service
722
characteristics
of a service may have been discovered yet. Each time a
734
// Get
characteristics
[
all
...]
/external/chromium_org/extensions/common/api/
bluetooth_low_energy.idl
17
//
characteristics
and relationships to other services that encapsulate
61
// ID to distinguish between
characteristics
from a peripheral with the same
170
// Get a list of all discovered GATT
characteristics
that belong to the
172
// |serviceId| : The instance ID of the GATT service whose
characteristics
174
// |callback| : Called with the list of
characteristics
that belong to the
273
//
characteristics
and/or descriptors that get added or removed from the
/external/llvm/test/tools/llvm-readobj/
file-headers.test
29
COFF-ARM-NEXT:
Characteristics
[ (0x0)
44
COFF32-NEXT:
Characteristics
[ (0x0)
59
COFF64-NEXT:
Characteristics
[ (0x0)
136
PE32-NEXT:
Characteristics
[ (0x102)
218
COFF-UNKNOWN-NEXT:
Characteristics
[ (0x0)
232
COFF-IMPORTLIB-NEXT:
Characteristics
[ (0x8)
/packages/apps/Camera2/src/com/android/camera/settings/
SettingsUtil.java
488
CameraDeviceInfo.
Characteristics
props = info.getCharacteristics(i);
502
* Given the static
characteristics
of a specific camera device, decide whether it is the
505
* @param info The static
characteristics
of a device.
508
public boolean useCamera(CameraDeviceInfo.
Characteristics
info);
513
public boolean useCamera(CameraDeviceInfo.
Characteristics
info) {
519
public boolean useCamera(CameraDeviceInfo.
Characteristics
info) {
/device/generic/goldfish/camera/fake-pipeline2/
Sensor.h
39
* The
characteristics
of this sensor don't correspond to any actual sensor,
158
* Static sensor
characteristics
168
// Output image data
characteristics
/frameworks/base/docs/html/distribute/analyze/
understand-user-value.jd
52
wealth of data about your users?
characteristics
: what app versions they?re
66
characteristics
most common among your users, or take a look at the Interest
116
<li>Customer
characteristics
, such as repeat customers vs. first-time
/build/tools/
buildinfo.sh
57
echo "ro.build.
characteristics
=$TARGET_AAPT_CHARACTERISTICS"
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java
44
* and display GATT services and
characteristics
supported by the device. The Activity
108
// Show all the supported services and
characteristics
on the user interface.
244
// Demonstrates how to iterate through the supported GATT Services/
Characteristics
.
273
// Loops through available
Characteristics
.
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java
44
* and display GATT services and
characteristics
supported by the device. The Activity
108
// Show all the supported services and
characteristics
on the user interface.
244
// Demonstrates how to iterate through the supported GATT Services/
Characteristics
.
273
// Loops through available
Characteristics
.
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/
template-params.xml
63
characteristics
supported by the devices.
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceControlActivity.java
44
* and display GATT services and
characteristics
supported by the device. The Activity
108
// Show all the supported services and
characteristics
on the user interface.
244
// Demonstrates how to iterate through the supported GATT Services/
Characteristics
.
273
// Loops through available
Characteristics
.
/external/bluetooth/bluedroid/stack/include/
gattdefs.h
96
/* HID
characteristics
*/
/external/chromium_org/chrome/common/
ini_parser.h
14
// This is a very basic INI parser with these
characteristics
:
/external/chromium_org/testing/gtest/
configure.ac
65
# and architecture
characteristics
.
Completed in 347 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>