Searched refs:writeHandle (Results 1 – 10 of 10) sorted by relevance
32 buffer->writeHandle = nullptr; in PreHandleBufferUnmap()47 buffer->writeHandle = nullptr; in PreHandleBufferDestroy()143 MemoryTransferService::WriteHandle* writeHandle = nullptr; in DoDeviceCreateBuffer() local147 &writeHandle)) { in DoDeviceCreateBuffer()150 ASSERT(writeHandle != nullptr); in DoDeviceCreateBuffer()151 resultData->writeHandle.reset(writeHandle); in DoDeviceCreateBuffer()152 writeHandle->SetDataLength(descriptor->size); in DoDeviceCreateBuffer()165 writeHandle->SetTarget(mapping); in DoDeviceCreateBuffer()217 if (!buffer->writeHandle) { in DoBufferUpdateMappedData()225 return buffer->writeHandle->DeserializeDataUpdate( in DoBufferUpdateMappedData()[all …]
67 WriteHandle** writeHandle) override;82 WriteHandle** writeHandle));98 (const WriteHandle* writeHandle,103 MOCK_METHOD(void, OnWriteHandleDestroy, (const WriteHandle* writeHandle));
83 WriteHandle** writeHandle) override { in DeserializeWriteHandle() argument84 ASSERT(writeHandle != nullptr); in DeserializeWriteHandle()85 *writeHandle = new WriteHandleImpl(); in DeserializeWriteHandle()
77 WriteHandle** writeHandle) { in DeserializeWriteHandle() argument80 deserializeSize, writeHandle); in DeserializeWriteHandle()
63 std::unique_ptr<MemoryTransferService::WriteHandle> writeHandle;
37 std::unique_ptr<MemoryTransferService::WriteHandle> writeHandle = nullptr; in Create() local63 writeHandle.reset( in Create()65 if (writeHandle == nullptr) { in Create()70 cmd.writeHandleCreateInfoLength = writeHandle->SerializeCreateSize(); in Create()97 ASSERT(writeHandle != nullptr); in Create()98 buffer->mMappedData = writeHandle->GetData(); in Create()114 if (writeHandle != nullptr) { in Create()119 writeHandle->SerializeCreate(writeHandleBuffer); in Create()120 buffer->mWriteHandle = std::move(writeHandle); in Create()
49 if (writeHandle) in closeWriteHandle()51 if (::CloseHandle(writeHandle) == FALSE) in closeWriteHandle()56 writeHandle = nullptr; in closeWriteHandle()62 bool valid() const { return readHandle != nullptr || writeHandle != nullptr; } in valid()66 if (::CreatePipe(&readHandle, &writeHandle, securityAttribs, 0) == FALSE) in initPipe()85 HANDLE writeHandle = nullptr; member180 startInfo.hStdOutput = mStdoutPipe.writeHandle; in WindowsProcess()197 startInfo.hStdError = mStderrPipe.writeHandle; in WindowsProcess()
452 HANDLE writeHandle; in createPipeWithOverlappedIO() local473 writeHandle = CreateFile(pipeName, in createPipeWithOverlappedIO()481 if (writeHandle == INVALID_HANDLE_VALUE) in createPipeWithOverlappedIO()489 *writeHandleOut = writeHandle; in createPipeWithOverlappedIO()
87 WriteHandle** writeHandle) = 0;
252 .WillOnce(WithArg<2>([=](server::MemoryTransferService::WriteHandle** writeHandle) { in ExpectServerWriteHandleDeserialization() argument253 *writeHandle = handle; in ExpectServerWriteHandleDeserialization()