Searched refs:inputDisplayId (Results 1 – 1 of 1) sorted by relevance
7519 if (uint64_t inputDisplayId; data.readUint64(&inputDisplayId) == NO_ERROR) { in onTransact() local7520 inputId = DisplayId::fromValue<PhysicalDisplayId>(inputDisplayId); in onTransact()7522 ALOGE("No display with id: %" PRIu64, inputDisplayId); in onTransact()