Home
last modified time | relevance | path

Searched defs:encode (Results 1 – 6 of 6) sorted by relevance

/hardware/ril/include/telephony/
Dril_mnc.h75 static inline int encode(int mnc, int numDigits) { in encode() function
98 static inline int encode(const std::string & mnc) { in encode() function
/hardware/google/interfaces/image/aidl_api/google.hardware.image/current/google/hardware/image/
DIComponent.aidl39 int encode(in android.hardware.HardwareBuffer src); in encode() method
/hardware/google/interfaces/image/google/hardware/image/
DIComponent.aidl41 int encode(in HardwareBuffer src); in encode() method
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidParser.h138 bool encode(double input, uint32_t *output) const { in encode() function
/hardware/interfaces/graphics/mapper/stable-c/implutils/
Dimpltests.cpp347 std::vector<uint8_t> encode(const typename StandardMetadata<T>::value_type& value) { in encode() function
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp680 bool encode = id != m_state->getLastEncodedBufferBind(target); in doBindBufferEncodeCached() local