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

  /external/skia/include/views/
SkWindow.h 34 struct AttachmentInfo {
35 AttachmentInfo()
84 sk_sp<SkSurface> makeGpuBackedSurface(const AttachmentInfo& attachmentInfo,
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGranularityTests.cpp 54 struct AttachmentInfo
56 AttachmentInfo (const VkFormat vkFormat,
67 ~AttachmentInfo (void)
82 const std::vector<AttachmentInfo>& attachments,
93 const std::vector<AttachmentInfo> m_attachments;
107 const std::vector<AttachmentInfo>& attachments,
150 for (std::vector<AttachmentInfo>::const_iterator it = m_attachments.begin(); it != m_attachments.end(); ++it)
165 for (std::vector<AttachmentInfo>::const_iterator it = m_attachments.begin(); it != m_attachments.end(); ++it)
402 const std::vector<AttachmentInfo>& attachments,
408 const std::vector<AttachmentInfo> m_attachments
    [all...]
  /packages/apps/Email/provider_src/com/android/email/
AttachmentInfo.java 41 public class AttachmentInfo {
91 public AttachmentInfo(Context context, Attachment attachment) {
96 public AttachmentInfo(Context context, Cursor c) {
102 public AttachmentInfo(Context context, AttachmentInfo info) {
107 public AttachmentInfo(Context context, long id, long size, String fileName, String mimeType,
242 return ((AttachmentInfo) o).mId == mId;
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java     [all...]

Completed in 161 milliseconds