Searched refs:mHandle (Results 1 – 2 of 2) sorted by relevance
77 address_space_handle_t mHandle; member in GoldfishMediaTransportImpl102 if(mHandle >= 0) { in ~GoldfishMediaTransportImpl()103 goldfish_address_space_close(mHandle); in ~GoldfishMediaTransportImpl()104 mHandle = -1; in ~GoldfishMediaTransportImpl()114 mHandle = goldfish_address_space_open(); in GoldfishMediaTransportImpl()115 if (mHandle < 0) { in GoldfishMediaTransportImpl()120 bool success = goldfish_address_space_allocate(mHandle, mSize, &mPhysAddr, &mOffset); in GoldfishMediaTransportImpl()123 mStartPtr = goldfish_address_space_map(mHandle, mOffset, mSize); in GoldfishMediaTransportImpl()129 if (goldfish_address_space_ping(mHandle, &pingInfo) == false) { in GoldfishMediaTransportImpl()191 if (goldfish_address_space_ping(mHandle, &pingInfo) == false) { in sendOperation()
148 mHandle = std::max(0, mHandle + 1); in genHandle()149 return mHandle; in genHandle()152 SoundModelHandle mHandle = 0; member