HomeSort by relevance Sort by last modified time
    Searched refs:DecodeToBytes (Results 1 - 4 of 4) sorted by null

  /external/google-tv-pairing-protocol/cpp/src/polo/encoding/
hexadecimalencoder.h 34 virtual std::vector<uint8_t> DecodeToBytes(
secretencoder.h 42 virtual std::vector<uint8_t> DecodeToBytes(
hexadecimalencoder.cc 32 std::vector<uint8_t> HexadecimalEncoder::DecodeToBytes(
  /external/google-tv-pairing-protocol/cpp/tests/polo/encoding/
hexadecimalencodertest.cc 35 TEST(HexadecimalEncoderTest, DecodeToBytes) {
40 std::vector<unsigned char> result = encoder.DecodeToBytes(secret);

Completed in 336 milliseconds