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

  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 237 BASIC_TYPE(Int32,int32Value,int32_t)
517 "int32_t %s = %d", item.mName, item.u.int32Value);
625 item->u.int32Value = parcel.readInt32();
715 parcel->writeInt32(item.u.int32Value);
782 if (oitem == NULL || item.u.int32Value != oitem->u.int32Value) {
783 diff->setInt32(item.mName, item.u.int32Value);
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
Extension.java 443 Integer int32Value = (Integer) value;
444 output.writeInt32NoTag(int32Value);
699 Integer int32Value = (Integer) value;
700 return CodedOutputByteBufferNano.computeInt32Size(fieldNumber, int32Value);
    [all...]
  /frameworks/av/include/media/stagefright/foundation/
AMessage.h 200 int32_t int32Value;
  /prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar 

Completed in 391 milliseconds