Searched refs:WriteBits (Results 1 – 4 of 4) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | genericper.cpp | 901 void WriteBits(uint32 number, uint8 bits, PS_OutStream stream) in WriteBits() function 1074 WriteBits(1, (uint8)value, stream); in PutBoolean() 1118 WriteBits(2, code_nbytes, stream); /* Send #octets */ in PutInteger() 1134 WriteBits(nbits, (uint8)offset, stream); in PutInteger() 1191 WriteBits(2, code_nbytes, stream); /* Send #octets */ in PutSignedInteger() 1207 WriteBits(nbits, (uint8)offset, stream); in PutSignedInteger() 1261 WriteBits(1, 1, stream); in PutExtendedInteger() 1266 WriteBits(1, 0, stream); in PutExtendedInteger() 1307 WriteBits(8, x->data[0], stream); in PutOctetString() 1308 WriteBits(8, x->data[1], stream); in PutOctetString() [all …]
|
/external/opencore/baselibs/gen_data_structures/src/ |
D | bitstreamparser.cpp | 164 OSCL_EXPORT_REF void BitStreamParser::WriteBits(uint8 numberOfBits, const uint8* data) in WriteBits() function in BitStreamParser 193 WriteBits(BITS_PER_BYTE, &data); in WriteUInt8()
|
D | bitstreamparser.h | 62 OSCL_IMPORT_REF void WriteBits(uint8 numberOfBits, const uint8* data);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/ |
D | genericper.h | 152 void WriteBits(uint32 number, uint8 bits, PS_OutStream stream);
|