Searched refs:bytesValue (Results 1 - 3 of 3) sorted by relevance

/external/parameter-framework/upstream/parameter/include/
H A DElementHandle.h149 * @param[out] bytesValue the output vector
154 bool getAsBytes(std::vector<uint8_t> &bytesValue, std::string &error) const;
158 * @param[out] bytesValue the output vector
168 bool setAsBytes(const std::vector<uint8_t> &bytesValue, std::string &error);
/external/parameter-framework/upstream/parameter/
H A DElementHandle.cpp180 bool ElementHandle::getAsBytes(std::vector<uint8_t> &bytesValue, std::string & /*error*/) const argument
182 mParameterMgr.getSettingsAsBytes(mElement, bytesValue);
191 bool ElementHandle::setAsBytes(const std::vector<uint8_t> &bytesValue, std::string &error) argument
193 return mParameterMgr.setSettingsAsBytes(mElement, bytesValue, error);
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DExtension.java463 byte[] bytesValue = (byte[]) value;
464 output.writeBytesNoTag(bytesValue);
714 byte[] bytesValue = (byte[]) value;
715 return CodedOutputByteBufferNano.computeBytesSize(fieldNumber, bytesValue);

Completed in 551 milliseconds