Home
last modified time | relevance | path

Searched refs:getVersion (Results 1 – 11 of 11) sorted by relevance

/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.h73 status_t getVersion();
DC2SoftHevcDec.cpp427 status_t C2SoftHevcDec::getVersion() { in getVersion() function in android::C2SoftHevcDec
465 (void) getVersion(); in initDecoder()
/hardware/libhardware/modules/input/evdev/
DInputHub.h76 virtual uint16_t getVersion() const = 0;
DInputHub.cpp89 virtual uint16_t getVersion() const override { return mVersion; } in getVersion() function in android::EvdevDeviceNode
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.h118 status_t getVersion();
DC2SoftMpeg2Dec.cpp465 status_t C2SoftMpeg2Dec::getVersion() { in getVersion() function in android::C2SoftMpeg2Dec
510 (void) getVersion(); in initDecoder()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.h121 void getVersion();
DC2SoftAvcDec.cpp468 void C2SoftAvcDec::getVersion() { in getVersion() function in android::C2SoftAvcDec
504 (void) getVersion(); in initDecoder()
/hardware/libhardware/tests/input/evdev/
DInputMocks.h48 virtual uint16_t getVersion() const override { return mVersion; } in getVersion() function
/hardware/ril/libril/
Dril.cpp324 if (s_callbacks.getVersion != NULL) { in onNewCommandConnect()
326 version = s_callbacks.getVersion(); in onNewCommandConnect()
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalManager.java500 public static String getVersion() { in getVersion() method in ThermalManager