/hardware/qcom/gps/msm8909w_3100/core/data-items/common/ |
D | ClientIndex.cpp | 145 list <DIT> difference; in add() local 151 inserter (difference,difference.begin ())); in add() 152 if (!difference.empty ()) { in add() 153 difference.sort (); in add() 154 out = difference; in add() 155 dicIter->second.merge (difference); in add()
|
D | DataItemIndex.cpp | 144 list <CT> difference; in add() local 150 inserter (difference, difference.begin ())); in add() 151 if (!difference.empty ()) { in add() 152 difference.sort (); in add() 153 out = difference; in add() 154 cdiIter->second.merge (difference); in add()
|
/hardware/interfaces/media/omx/1.0/vts/functional/store/ |
D | VtsHalMediaOmxV1_0TargetStoreTest.cpp | 334 std::set<const std::string> difference; in TEST_P() local 337 std::inserter(difference, difference.begin())); in TEST_P() 338 EXPECT_EQ(difference.empty(), true) << "IOmx::listNodes() for IOmx " in TEST_P() 343 << android::base::Join(difference, ", ") << "."; in TEST_P() 347 std::set<const std::string> difference; in TEST_P() local 349 std::inserter(difference, difference.begin())); in TEST_P() 350 EXPECT_EQ(difference.empty(), true) << "IOmx::listNodes() for IOmx " in TEST_P() 355 << android::base::Join(difference, ", ") << "."; in TEST_P()
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | SystemStatusOsObserver.cpp | 92 list<DataItemId> difference(0); in cacheObserverRequest() local 95 inserter(difference, difference.begin())); in cacheObserverRequest() 96 if (!difference.empty()) { in cacheObserverRequest() 97 difference.sort(); in cacheObserverRequest() 98 dicIter->second.merge(difference); in cacheObserverRequest()
|
/hardware/interfaces/tests/memory/2.0/ |
D | IMemoryInterface.hal | 10 // wise difference.
|
/hardware/interfaces/keymaster/4.1/vts/functional/ |
D | DeviceUniqueAttestationTest.cpp | 101 AuthorizationSetDifferences difference(string aName, const AuthorizationSet& a, string bName, in difference() function 109 #define DIFFERENCE(a, b) difference(#a, a, #b, b)
|
/hardware/interfaces/vibrator/bench/ |
D | benchmark.cpp | 77 std::set<T> difference(const hidl_enum_range<T>& t, const hidl_enum_range<U>& u) { in difference() function 101 for (const auto& effect : difference(hidl_enum_range<E1>(), hidl_enum_range<E2>())) { in DefaultArgs()
|
/hardware/interfaces/health/2.0/vts/functional/ |
D | VtsHalHealthV2_0TargetTest.cpp | 412 auto difference = abs(dividend - divisor); in IsValueSimilar() local 413 if (difference > factor * abs(divisor)) { in IsValueSimilar()
|
/hardware/interfaces/sensors/2.1/ |
D | types.hal | 98 /** smallest difference between two values reported by this sensor */
|
/hardware/interfaces/wifi/supplicant/1.4/ |
D | ISupplicantStaIfaceCallback.hal | 74 * Delta RSSI - The difference in dB between the minimum RSSI at which
|
/hardware/interfaces/graphics/common/1.1/ |
D | types.hal | 143 * The difference between the legacy dataspaces and their modern
|
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 291 * - For a mouse, reports a difference of x position between the previous position. 293 * change the location but this axis reports the difference which allows the app
|
/hardware/interfaces/media/c2/1.0/ |
D | types.hal | 450 * comparing urgency: a smaller difference from a reference value indicates that
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssMeasurementCallback.hal | 235 * The difference between hardware clock ('time' field) inside GNSS receiver
|
/hardware/interfaces/tv/tuner/1.0/ |
D | types.hal | 1555 * Frequency difference in Hertz.
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 854 /** smallest difference between two values reported by this sensor */
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 1185 * This request has one difference from sendEnvelope():
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 350 * key, and may only be used if the difference between the current time when begin() is called
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 2742 * a property change event (the main difference is that the request id will be positive in the
|