Searched refs:mMemory (Results 1 – 4 of 4) sorted by relevance
25 protected ActivityManager.MemoryInfo mMemory; field in ActivityManagerMemoryInfoTest30 mMemory = new ActivityManager.MemoryInfo(); in setUp()34 assertEquals(0, mMemory.describeContents()); in testDescribeContents()39 mMemory.availMem = AVAILMEM; in testWriteToParcel()41 mMemory.threshold = THRESHOLD; in testWriteToParcel()43 mMemory.lowMemory = LOWMEMORY; in testWriteToParcel()45 mMemory.writeToParcel(parcel, 0); in testWriteToParcel()55 mMemory.writeToParcel(null, 0); in testWriteToParcel()64 mMemory.availMem = AVAILMEM; in testReadFromParcel()66 mMemory.threshold = THRESHOLD; in testReadFromParcel()[all …]
65 sp<IMemory> mMemory; member
74 VkDeviceMemory mMemory = VK_NULL_HANDLE; variable
352 VK_CALL(vkAllocateMemory(mInit->device(), &allocateInfo, nullptr, &mMemory)); in init()357 bindImageInfo.memory = mMemory; in init()478 if (mMemory != VK_NULL_HANDLE) { in ~VkAHardwareBufferImage()479 vkFreeMemory(mInit->device(), mMemory, nullptr); in ~VkAHardwareBufferImage()480 mMemory = VK_NULL_HANDLE; in ~VkAHardwareBufferImage()