Home
last modified time | relevance | path

Searched refs:val1 (Results 1 – 9 of 9) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_GenericPlayer.cpp422 int32_t val1, val2; in onNotify() local
423 if (msg->findInt32(PLAYEREVENT_PREFETCHSTATUSCHANGE, &val1)) { in onNotify()
424 SL_LOGV("GenericPlayer notifying %s = %d", PLAYEREVENT_PREFETCHSTATUSCHANGE, val1); in onNotify()
425 notifClient(kEventPrefetchStatusChange, val1, 0, notifUser); in onNotify()
427 } else if (msg->findInt32(PLAYEREVENT_PREFETCHFILLLEVELUPDATE, &val1)) { in onNotify()
428 SL_LOGV("GenericPlayer notifying %s = %d", PLAYEREVENT_PREFETCHFILLLEVELUPDATE, val1); in onNotify()
429 notifClient(kEventPrefetchFillLevelUpdate, val1, 0, notifUser); in onNotify()
430 } else if (msg->findInt32(PLAYEREVENT_ENDOFSTREAM, &val1)) { in onNotify()
431 SL_LOGV("GenericPlayer notifying %s = %d", PLAYEREVENT_ENDOFSTREAM, val1); in onNotify()
432 notifClient(kEventEndOfStream, val1, 0, notifUser); in onNotify()
[all …]
/frameworks/opt/colorpicker/src/com/android/colorpicker/
DHsvColorComparator.java34 float val1 = hsv[2]; in compare() local
52 if (val1 < val2) { in compare()
54 } else if (val1 > val2) { in compare()
/frameworks/av/media/libaaudio/examples/utils/
DAAudioExampleUtils.h128 static android::status_t sys_futex(void *addr1, int op, int val1, in sys_futex() argument
131 op, val1, timeout, in sys_futex()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioServiceEvents.java102 VolumeEvent(int op, int stream, int val1, int val2, String caller) { in VolumeEvent() argument
105 mVal1 = val1; in VolumeEvent()
/frameworks/av/include/media/
DJetPlayer.h30 typedef void (*jetevent_callback)(int eventType, int val1, int val2, void *cookie);
/frameworks/av/media/libmedia/include/media/
DJetPlayer.h30 typedef void (*jetevent_callback)(int eventType, int val1, int val2, void *cookie);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java1527 private boolean compareIfaceCreationData(IfaceCreationData val1, IfaceCreationData val2) { in compareIfaceCreationData() argument
1528 if (DBG) Log.d(TAG, "compareIfaceCreationData: val1=" + val1 + ", val2=" + val2); in compareIfaceCreationData()
1531 if (val1 == null) { in compareIfaceCreationData()
1540 if (val1.chipInfo.currentModeIdValid in compareIfaceCreationData()
1541 && val1.chipInfo.currentModeId != val1.chipModeId) { in compareIfaceCreationData()
1542 numIfacesToDelete1 = val1.chipInfo.ifaces[type].length; in compareIfaceCreationData()
1544 numIfacesToDelete1 = val1.interfacesToBeRemovedFirst.size(); in compareIfaceCreationData()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
DarmCOMM_s.h830 M_PRINTF $format, $val0, $val1, $val2
851 STR $val1, [sp, #4]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
DarmCOMM_s.h833 M_PRINTF $format, $val0, $val1, $val2
854 STR $val1, [sp, #4]