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

  /external/google-breakpad/src/client/windows/crash_generation/
client_info.h 65 HANDLE process_handle() const { return process_handle_; } function in class:google_breakpad::ClientInfo
  /external/libchrome/mojo/public/cpp/system/
invitation.cc 63 MojoPlatformProcessHandle process_handle; local
64 ProcessHandleToMojoProcessHandle(target_process, &process_handle);
93 MojoSendInvitation(invitation.get().value(), &process_handle, &endpoint,
  /external/libchrome/mojo/core/
invitation_unittest.cc 362 MojoPlatformProcessHandle process_handle; local
363 process_handle.struct_size = sizeof(process_handle);
365 process_handle.value =
368 process_handle.value = static_cast<uint64_t>(process);
389 MojoSendInvitation(invitation, &process_handle, &transport_endpoint,
    [all...]
node_channel.cc 74 uint32_t process_handle; member in struct:mojo::core::__anon27757::AddBrokerClientData
220 void NodeChannel::SetRemoteProcessHandle(ScopedProcessHandle process_handle) {
225 channel_->set_remote_process(process_handle.Clone());
230 remote_process_handle_ = std::move(process_handle);
283 ScopedProcessHandle process_handle) {
287 handles.emplace_back(base::win::ScopedHandle(process_handle.release()));
295 data->process_handle = process_handle.get();
514 data->process_handle);

Completed in 207 milliseconds