Searched refs:IsHandleValid (Results 1 – 3 of 3) sorted by relevance
96 static bool IsHandleValid(const SharedMemoryHandle& handle);
55 bool SharedMemory::IsHandleValid(const SharedMemoryHandle& handle) { in IsHandleValid() function in base::SharedMemory
260 if (base::SharedMemory::IsHandleValid(bitstream_buffer.handle())) in Decode()