HomeSort by relevance Sort by last modified time
    Searched defs:writeInt8 (Results 1 - 5 of 5) sorted by null

  /external/protobuf/js/binary/
encoder.js 271 jspb.BinaryEncoder.prototype.writeInt8 = function(value) {
  /external/flatbuffers/js/
flatbuffers.js 296 this.bb.writeInt8(--this.space, 0);
303 flatbuffers.Builder.prototype.writeInt8 = function(value) {
304 this.bb.writeInt8(this.space -= 1, value);
349 this.writeInt8(value);
677 this.writeInt8(file_identifier.charCodeAt(i));
954 flatbuffers.ByteBuffer.prototype.writeInt8 = function(offset, value) {
  /frameworks/base/core/java/android/os/
HwParcel.java 84 public native final void writeInt8(byte val);
  /system/libhwbinder/
Parcel.cpp 610 status_t Parcel::writeInt8(int8_t val)
642 return writeInt8(int8_t(val));
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp     [all...]

Completed in 177 milliseconds