Searched refs:COMMAND_RESTORE_VIDEO (Results 1 – 4 of 4) sorted by relevance
38 static constexpr int32_t COMMAND_RESTORE_VIDEO = MIN_TRANSACTION_ID + 4; variable
58 static constexpr int32_t COMMAND_RESTORE_VIDEO = MIN_TRANSACTION_ID + 4; variable
74 case COMMAND_RESTORE_VIDEO: { in OnRemoteRequest()
168 int32_t result = remote->SendRequest(COMMAND_RESTORE_VIDEO, data, reply, option); in RestoreVideo()