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

  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 615 MtpObjectInfo* object_info = new MtpObjectInfo(-1); local
616 object_info->mStorageID = env->GetIntField(info, field_objectInfo_storageId);
617 object_info->mFormat = env->GetIntField(info, field_objectInfo_format);
618 object_info->mProtectionStatus = env->GetIntField(info, field_objectInfo_protectionStatus);
619 object_info->mCompressedSize = env->GetIntField(info, field_objectInfo_compressedSize);
620 object_info->mThumbFormat = env->GetIntField(info, field_objectInfo_thumbFormat);
621 object_info->mThumbCompressedSize =
623 object_info->mThumbPixWidth = env->GetIntField(info, field_objectInfo_thumbPixWidth);
624 object_info->mThumbPixHeight = env->GetIntField(info, field_objectInfo_thumbPixHeight);
625 object_info->mImagePixWidth = env->GetIntField(info, field_objectInfo_imagePixWidth)
    [all...]
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectViewer.java 99 setContentView(R.layout.object_info);
  /external/v8/src/profiler/
heap-snapshot-generator.cc 572 const HeapObjectInfo& object_info = heap_objects[i]; local
573 if (!object_info.IsValid()) {
581 object_info.Print();
585 object_info.Print();
    [all...]
  /external/vulkan-validation-layers/layers/
object_tracker.cpp 342 OBJTRACK_NODE *object_info = item->second; local
343 log_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, object_info->object_type, object_info->handle, __LINE__,
346 reinterpret_cast<uint64_t>(device), object_name[object_type], object_info->handle);
    [all...]
  /external/v8/tools/
grokdump.py     [all...]

Completed in 200 milliseconds