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

  /system/media/camera/include/system/
camera_metadata.h 59 TYPE_INT64 = 3,
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 364 TYPE_INT64 = 3
402 TYPE_INT64: CPPTYPE_INT64,
  /external/protobuf/python/google/protobuf/
descriptor.py 330 TYPE_INT64 = 3
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite.h 100 TYPE_INT64 = 3,
descriptor.h 330 TYPE_INT64 = 3, // int64, varint on the wire. Negative numbers
361 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h 775 static const Type TYPE_INT64 = FieldDescriptorProto_Type_TYPE_INT64;
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 101 TYPE_INT64 = 3,
descriptor.h 300 TYPE_INT64 = 3, // int64, varint on the wire. Negative numbers
331 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h 748 static const Type TYPE_INT64 = FieldDescriptorProto_Type_TYPE_INT64;
    [all...]
  /frameworks/av/include/media/stagefright/
MetaData.h 182 TYPE_INT64 = 'in64',
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 140 public static final int TYPE_INT64 = 3;
167 case TYPE_INT64:
185 case TYPE_INT64:
228 } else if (nativeType == TYPE_INT64) {
308 } else if (nativeType == TYPE_INT64) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
get.c 95 TYPE_INT64,
187 #define CONTEXT_INT64(field) CONTEXT_FIELD(field, TYPE_INT64)
    [all...]
  /external/mesa3d/src/mesa/main/
get.c 95 TYPE_INT64,
187 #define CONTEXT_INT64(field) CONTEXT_FIELD(field, TYPE_INT64)
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpConstants.java 40 public static final int TYPE_INT64 = 0x0007;

Completed in 535 milliseconds