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

  /frameworks/av/media/libmediametrics/include/
MediaAnalyticsItem.h 224 int32_t int32Value;
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
AMessage.h 278 int32_t int32Value;
  /hardware/google/av/media/sfplugin/
ReflectedParamUpdater.cpp 46 int32_t int32Value;
56 (void)c2Value.get(&int32Value);
57 s << "c2::i32 " << it.first << " = " << int32Value;
89 } else if (it.second.find(&int32Value)) {
90 s << "int32_t " << it.first << " = " << int32Value;
338 int32_t int32Value;
346 if ((param->second.find(&c2Value) && c2Value.get(&int32Value))
347 || param->second.find(&int32Value)) {
348 work(name, desc, &int32Value, sizeof(int32Value));
    [all...]
CCodecConfig.cpp 79 int32_t int32Value;
83 if (item.find(&int32Value)) {
84 value = int32Value;
101 int32_t int32Value;
109 if (value.get(&int32Value)) {
110 item.set(int32Value);
753 int32_t int32Value;
760 if (from.find(&int32Value)) {
761 to->set(int32Value);
781 int32_t int32Value;
    [all...]
  /hardware/google/av/media/sfplugin/tests/
ReflectedParamUpdater_test.cpp 179 int32_t int32Value = 0;
184 EXPECT_EQ(true, c2Value.get(&int32Value));
185 EXPECT_EQ(12, int32Value);
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
Extension.java 408 Integer int32Value = (Integer) value;
409 output.writeInt32NoTag(int32Value);
664 Integer int32Value = (Integer) value;
665 return CodedOutputByteBufferNano.computeInt32Size(fieldNumber, int32Value);
CodedOutputByteBufferNano.java     [all...]
  /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 482 milliseconds