HomeSort by relevance Sort by last modified time
    Searched full:valid_handle (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/renderer/
gamepad_shared_memory_reader.cc 24 bool valid_handle = base::SharedMemory::IsHandleValid( local
26 UMA_HISTOGRAM_BOOLEAN("Gamepad.ValidSharedMemoryHandle", valid_handle);
27 if (!valid_handle)

Completed in 565 milliseconds