Home
last modified time | relevance | path

Searched refs:order (Results 1 – 25 of 88) sorted by relevance

1234

/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Dmain.c158 int order; member
307 if (components[TIME].order == i) { in fifo_callback()
335 } else if (components[CALIBRATED_GYROSCOPE].order == i) { in fifo_callback()
379 } else if (components[CALIBRATED_ACCELEROMETER].order == i) { in fifo_callback()
390 } else if (components[CALIBRATED_COMPASS].order == i) { in fifo_callback()
405 } else if (components[RAW_GYROSCOPE].order == i) { in fifo_callback()
416 } else if (components[RAW_GYROSCOPE_BODY].order == i) { in fifo_callback()
427 } else if (components[RAW_ACCELEROMETER].order == i) { in fifo_callback()
438 } else if (components[RAW_COMPASS].order == i) { in fifo_callback()
449 } else if (components[QUATERNION_9_AXIS].order == i) { in fifo_callback()
[all …]
/hardware/interfaces/broadcastradio/common/tests/
DWorkerThread_test.cpp77 vector<int> order; in TEST() local
83 order.push_back(0); in TEST()
90 order.push_back(4); in TEST()
97 order.push_back(1); in TEST()
104 order.push_back(3); in TEST()
111 order.push_back(2); in TEST()
117 ASSERT_EQ(5u, order.size()); in TEST()
118 ASSERT_TRUE(is_sorted(order.begin(), order.end())); in TEST()
/hardware/interfaces/media/bufferpool/2.0/
DIAccessor.hal22 * IAccessor creates IConnection which is used from IClientManager in order to
29 * the client. IConnection and FMQ are used by IClientManager in order to
48 * pool must verify the receiver with the transaction ID. In order to
51 * order to prevent fake transactions from other clients. This must be
58 * by termination of pipeline call observer in order to ensure
DREADME.md32 receiver with the transaction ID. In order to prevent faking a receiver, a
34 transaction ID is a sender ID in order to prevent fake transactions from other
DIConnection.hal21 * client. The connection must be made in order to receive buffers from
/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.h43 EDIDData(int mode, int width, int height, int fps, int order) in EDIDData()
44 : mMode(mode), mWidth(width), mHeight(height), mFps(fps), mModeOrder(order) in EDIDData()
Dhdmi.cpp462 int order = getModeOrder(mode); in getBestConfig() local
463 if (order > bestOrder) { in getBestConfig()
464 bestOrder = order; in getBestConfig()
/hardware/interfaces/media/bufferpool/1.0/
DIAccessor.hal21 * IAccessor creates IConnection which is used from IClientManager in order to
28 * the client. IConnection and FMQ are used by IClientManager in order to
47 * pool must verify the receiver with the transaction ID. In order to
50 * order to prevent fake transactions from other clients. This must be
DREADME.md32 receiver with the transaction ID. In order to prevent faking a receiver, a
34 transaction ID is a sender ID in order to prevent fake transactions from other
DIConnection.hal21 * client. The connection must be made in order to receive buffers from
/hardware/interfaces/thermal/1.0/
DIThermal.hal28 * current temperatures. The order of temperatures of built-in
49 * CPU usages. The order and number of CPUs in the list must be kept
65 * cooling device information. The order of built-in cooling
/hardware/interfaces/bluetooth/1.0/
DIBluetoothHci.hal54 * Commands must be executed in order.
64 * Packets must be processed in order.
73 * Packets must be processed in order.
/hardware/interfaces/camera/device/3.2/
DICameraDeviceCallback.hal56 * The order of returning metadata and buffers for a single result does not
57 * matter, but buffers for a given stream must be returned in FIFO order. So
130 * out-of-order compared to SHUTTER notify for other kinds of requests
135 * ANDROID_CONTROL_CAPTURE_INTENT == STILL_CAPTURE may be out-of-order
139 * ANDROID_CONTROL_CAPTURE_INTENT == STILL_CAPTURE must be in order between
141 * zero-shutter-lag requests with non STILL_CAPTURE intent must be in order
/hardware/broadcom/wlan/
D.gitignore24 *.order
/hardware/interfaces/oemlock/1.0/
DIOemLock.hal22 * allowed and both must agree that is allowed in order for unlock to be
42 * validity of this request in order to harden its security.
/hardware/interfaces/media/c2/1.0/
DIConfigurable.hal62 * @note The order of C2Param objects in @p param does not depend on the
63 * order of C2Param structure indices in @p indices.
133 * @note Parameter tuning @e does depend on the order of the tuning
152 * order of parameters in @p outParams is based on the order of
/hardware/interfaces/thermal/2.0/
DIThermal.hal35 * current temperatures. The order of temperatures of built-in
53 * temperatures thresholds. The order of temperatures of built-in
111 * cooling device information. The order of built-in cooling
/hardware/libhardware/modules/
DREADME.android18 loaded in the "board", "arch" and "default" order.
/hardware/libhardware/modules/local_time/
DAndroid.bp20 // if no other device specific modules are present. The exact load order can be
/hardware/qcom/display/msm8084/libexternal/
Dexternal.cpp456 int order = getModeOrder(mode); in getBestMode() local
457 if (order > bestOrder) { in getBestMode()
458 bestOrder = order; in getBestMode()
/hardware/qcom/display/msm8226/libexternal/
Dexternal.cpp456 int order = getModeOrder(mode); in getBestMode() local
457 if (order > bestOrder) { in getBestMode()
458 bestOrder = order; in getBestMode()
/hardware/qcom/display/msm8960/libexternal/
Dexternal.cpp548 int order = getModeOrder(mode); in getBestMode() local
549 if (order > bestOrder) { in getBestMode()
550 bestOrder = order; in getBestMode()
/hardware/libhardware/modules/audio/
DAndroid.bp16 // device specific modules are present. The exact load order can be seen in
/hardware/google/interfaces/media/c2/1.0/
DIConfigurable.hal41 * \note Parameter values do not depend on the order of query.
72 * \note Parameter tuning DOES depend on the order of the tuning parameters.
/hardware/interfaces/radio/1.1/
Dtypes.hal182 // byte order
186 // byte order

1234