Home
last modified time | relevance | path

Searched refs:val2 (Results 1 – 8 of 8) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_GenericPlayer.cpp421 int32_t val1, val2; in onNotify() local
438 } else if (msg->findRect(PLAYEREVENT_VIDEO_SIZE_UPDATE, &val1, &val2, &val1, &val2)) { in onNotify()
439 SL_LOGV("GenericPlayer notifying %s = %d, %d", PLAYEREVENT_VIDEO_SIZE_UPDATE, val1, val2); in onNotify()
440 notifClient(kEventHasVideoSize, val1, val2, notifUser); in onNotify()
/frameworks/av/include/media/
DJetPlayer.h29 typedef void (*jetevent_callback)(int eventType, int val1, int val2, void *cookie);
/frameworks/av/media/libstagefright/codecs/avc/common/include/
Davcapi_common.h231 …oid (*FunctionType_DebugLog)(uint32 *userData, AVCLogType type, char *string1, int val1, int val2);
/frameworks/compile/mclinker/utils/gtest/src/
Dgtest-all.cpp2344 double val2, in DoubleNearPredFormat() argument
2346 const double diff = fabs(val1 - val2); in DoubleNearPredFormat()
2355 << expr2 << " evaluates to " << val2 << ", and\n" in DoubleNearPredFormat()
2365 RawType val2) { in FloatingPointLE() argument
2367 if (val1 < val2) { in FloatingPointLE()
2372 const FloatingPoint<RawType> lhs(val1), rhs(val2); in FloatingPointLE()
2387 << val2; in FloatingPointLE()
2400 float val1, float val2) { in FloatLE() argument
2401 return internal::FloatingPointLE<float>(expr1, expr2, val1, val2); in FloatLE()
2407 double val1, double val2) { in DoubleLE() argument
[all …]
/frameworks/base/core/java/android/bluetooth/
DBluetoothDeviceProfileState.java1169 long val2 = Long.parseLong(splits[1]); in readIncomingAllowedValue() local
1170 if (val1 + val2 <= System.currentTimeMillis()) { in readIncomingAllowedValue()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
DarmCOMM_s.h819 M_PRINTF $format, $val0, $val1, $val2
835 STR $val2, [sp, #8]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
DarmCOMM_s.h816 M_PRINTF $format, $val0, $val1, $val2
832 STR $val2, [sp, #8]
/frameworks/compile/mclinker/utils/gtest/include/
Dgtest.h18454 const T1& val1, const T2& val2) {\
18455 if (val1 op val2) {\
18460 << "), actual: " << FormatForComparisonFailureMessage(val1, val2)\
18461 << " vs " << FormatForComparisonFailureMessage(val2, val1);\
18465 const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2)
18611 double val2,
19234 #define EXPECT_LE(val1, val2) \
19235 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLE, val1, val2)
19236 #define EXPECT_LT(val1, val2) \
19237 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLT, val1, val2)
[all …]